Skip to content

Commit

Permalink
Re-add function
Browse files Browse the repository at this point in the history
  • Loading branch information
torben-hansen committed Apr 19, 2024
1 parent 46056cf commit 2e51629
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions include/openssl/x509.h
Original file line number Diff line number Diff line change
Expand Up @@ -2819,6 +2819,16 @@ OPENSSL_EXPORT int X509V3_EXT_CRL_add_nconf(const CONF *conf,
const X509V3_CTX *ctx,
const char *section, X509_CRL *crl);

// X509V3_EXT_conf calls |X509V3_EXT_nconf|. |conf| must be NULL.
//
// NOTE: This is only provided for compatibility. See |X509V3_EXT_nconf|
// instead.
OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf,
X509V3_CTX *ctx,
const char *name,
const char *value);


// Deprecated functions.

// X509_get_notBefore returns |x509|'s notBefore time. Note this function is not
Expand Down

0 comments on commit 2e51629

Please sign in to comment.