summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-03-20 17:23:25 +0000
committerMatt Caswell <matt@openssl.org>2020-03-27 11:29:24 +0000
commite85982c7a9483f05b738f7df55726705a57da05f (patch)
treeab73ba8dcacc4d327515c2a7309167be10dc4435 /util
parentc9f51264d86b580ec3b3ab8a5317298c04bb1f3d (diff)
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)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 6ff7179fc6..1650884ffe 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5003,3 +5003,9 @@ OPENSSL_CTX_load_config ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_set_type_by_keymgmt ? 3_0_0 EXIST::FUNCTION:
OCSP_RESPID_set_by_key_ex ? 3_0_0 EXIST::FUNCTION:OCSP
OCSP_RESPID_match_ex ? 3_0_0 EXIST::FUNCTION:OCSP
+SRP_create_verifier_ex ? 3_0_0 EXIST::FUNCTION:SRP
+SRP_create_verifier_BN_ex ? 3_0_0 EXIST::FUNCTION:SRP
+SRP_Calc_B_ex ? 3_0_0 EXIST::FUNCTION:SRP
+SRP_Calc_u_ex ? 3_0_0 EXIST::FUNCTION:SRP
+SRP_Calc_x_ex ? 3_0_0 EXIST::FUNCTION:SRP
+SRP_Calc_client_key_ex ? 3_0_0 EXIST::FUNCTION:SRP