Initialize the deprecated SRP context embedded in an SSL_CTX.
Synopsis
Declared in <openssl/ssl.h>
[[deprecated]]
int
SSL_CTX_SRP_CTX_init(SSL_CTX* ctx);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
1 on success, or 0 if ctx is NULL.
Parameters
Name |
Description |
ctx |
SSL context whose srp_ctx fields are zeroed and given a default strength. |
Created with MrDocs