]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Replace SSL_set1_curves_list() with SSL_set1_curves()
authorJouni Malinen <jouni@codeaurora.org>
Mon, 19 Feb 2018 14:00:19 +0000 (16:00 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 19 Feb 2018 14:02:31 +0000 (16:02 +0200)
commit3552502344cffb5e2e61034f2a7d390e28f421ba
tree3a1905bb51db209ac765a1b718d1f7ccad541e54
parent007bf37e4b47ef455a6296c50d01d28a4da98b4a
OpenSSL: Replace SSL_set1_curves_list() with SSL_set1_curves()

In practice, this does the same thing (i.e., allows only the P-384 curve
to be used), but using an older API function that happens to be
available in some BoringSSL builds while the newer one is not.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/crypto/tls_openssl.c