Free SRP parameters stored on an SSL_CTX (deprecated).

Synopsis

Declared in <openssl/ssl.h>

[[deprecated]]
int
SSL_CTX_SRP_CTX_free(SSL_CTX* ctx);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

  • 1 on success (including when ctx is NULL).

  • 1 on success (including when ctx is NULL).

Parameters

Name

Description

ctx

SSL context whose SRP BIGNUMs and strings are released.

Created with MrDocs