mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 00:24:05 +00:00
res_rtp_asterisk: Allow OpenSSL configured with no-deprecated.
Furthermore, allow OpenSSL configured with no-dh. Additionally, this change allows auto-negotiation of the elliptic curve/group for servers, not only with OpenSSL 1.0.2 but also with OpenSSL 1.1.0 and newer. This enables X25519 (since OpenSSL 1.1.0) and X448 (since OpenSSL 1.1.1) as a side-effect. ASTERISK-27910 Change-Id: I5b0dd47c5194ee17f830f869d629d7ef212cf537
This commit is contained in:
@@ -573,9 +573,6 @@
|
||||
/* Define to 1 if you have the OpenSSL Secure Sockets Layer library. */
|
||||
#undef HAVE_OPENSSL
|
||||
|
||||
/* Define to 1 if CRYPTO has the OpenSSL Elliptic Curve Support feature. */
|
||||
#undef HAVE_OPENSSL_EC
|
||||
|
||||
/* Define to 1 if CRYPTO has the OpenSSL SRTP Extension Support feature. */
|
||||
#undef HAVE_OPENSSL_SRTP
|
||||
|
||||
|
Reference in New Issue
Block a user