Remove bogus DTLS checks to disable ECC and OCSP.
authorjsing <jsing@openbsd.org>
Mon, 8 Feb 2021 17:20:47 +0000 (17:20 +0000)
committerjsing <jsing@openbsd.org>
Mon, 8 Feb 2021 17:20:47 +0000 (17:20 +0000)
commit10b295afc013f860b231131232decaa92b0ef4c0
tree7ed0c79d6a900ced7c9d11d17e049033bcdc27db
parent50c7844476b3d345d13be8503d28ceeb6305d7c5
Remove bogus DTLS checks to disable ECC and OCSP.

ECC and OCSP can be used with DTLS, so remove bogus checks that currently
prevent it. These are long lasting remnants from the original OpenSSL code.

ok tb@
lib/libssl/ssl_lib.c
lib/libssl/ssl_tlsext.c