X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman3%2FSSL_CTX_set_srp_password.pod;h=7e7e98c8dcd9f6f88c5d3b5e075b62b278d10239;hp=347bb3bf7882b0cc3c8dffdefdd86f776eda332b;hb=HEAD;hpb=490c87110cc1fd673604fa1b94d5538f9fd852bb diff --git a/doc/man3/SSL_CTX_set_srp_password.pod b/doc/man3/SSL_CTX_set_srp_password.pod index 347bb3bf78..7e7e98c8dc 100644 --- a/doc/man3/SSL_CTX_set_srp_password.pod +++ b/doc/man3/SSL_CTX_set_srp_password.pod @@ -21,6 +21,10 @@ SSL_get_srp_userinfo #include +The following functions have been deprecated since OpenSSL 3.0, and can be +hidden entirely by defining B with a suitable version value, +see L: + int SSL_CTX_set_srp_username(SSL_CTX *ctx, char *name); int SSL_CTX_set_srp_password(SSL_CTX *ctx, char *password); int SSL_CTX_set_srp_strength(SSL_CTX *ctx, int strength); @@ -45,6 +49,9 @@ SSL_get_srp_userinfo =head1 DESCRIPTION +All of the functions described on this page are deprecated. There are no +available replacement functions at this time. + These functions provide access to SRP (Secure Remote Password) parameters, an alternate authentication mechanism for TLS. SRP allows the use of usernames and passwords over unencrypted channels without revealing the password to an @@ -203,11 +210,11 @@ L =head1 HISTORY -These functions were added in OpenSSL 1.0.1. +These functions were added in OpenSSL 1.0.1 and deprecated in OpenSSL 3.0. =head1 COPYRIGHT -Copyright 2018 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved. Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy