• Re: OpenSSL 3: deprecated functions: DH*

    From Claus =?iso-8859-1?Q?A=DFmann?= @21:1/5 to All on Fri Jan 5 11:54:03 2024
    Jan Sørensen wrote:

    DH_new is deprecated: Since OpenSSL 3.0
    -DNO_DH

    I gives me

    conf.c:6040:4: error: #error "NO_DH disables TLS_EC"
    6040 | # error "NO_DH disables TLS_EC"

    You use -DTLS_EC, right?
    Currently the code for TLS_EC is not independent of the DH code,
    so you have to use DH + EC or neither -- until someone writes
    a patch to "separate" those two features...

    --
    Note: please read the netiquette before posting. I will almost never
    reply to top-postings which include a full copy of the previous
    article(s) at the end because it's annoying, shows that the poster
    is too lazy to trim his article, and it's wasting the time of all readers.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)