]> git.ipfire.org Git - thirdparty/openssl.git/commit - util/libcrypto.num
Make SRP library context aware
authorMatt Caswell <matt@openssl.org>
Fri, 20 Mar 2020 17:23:25 +0000 (17:23 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 27 Mar 2020 11:29:24 +0000 (11:29 +0000)
commite85982c7a9483f05b738f7df55726705a57da05f
treeab73ba8dcacc4d327515c2a7309167be10dc4435
parentc9f51264d86b580ec3b3ab8a5317298c04bb1f3d
Make SRP library context aware

In order for the TLS SRP tests to pass when using a non-default library
context the underlying SRP calls need to be library context aware.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11410)
crypto/srp/srp_lib.c
crypto/srp/srp_vfy.c
include/openssl/srp.h
util/libcrypto.num