]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Deprecate the low level SRP APIs
authorMatt Caswell <matt@openssl.org>
Fri, 5 Feb 2021 11:28:15 +0000 (11:28 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 12 Feb 2021 08:47:32 +0000 (08:47 +0000)
commit6d2a1eff553b0bd463cce008a25506d89280679f
treee2e8ba77a7f631a896e84244007caa30aa2aea23
parentf2d785364cc8b59ad3b49c5f276b99dcfdc2e7d7
Deprecate the low level SRP APIs

The OTC decided that all low level APIs should be deprecated. This extends
to SRP, even though at the current time there is no "EVP" interface to it.
This could be added in a future release.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14132)
12 files changed:
Configure
apps/include/s_apps.h
apps/lib/build.info
apps/lib/tlssrp_depr.c [new file with mode: 0644]
apps/s_client.c
apps/s_server.c
apps/srp.c
crypto/srp/srp_lib.c
crypto/srp/srp_vfy.c
include/openssl/srp.h.in
ssl/tls_srp.c
test/srptest.c