Home
last modified time | relevance | path

Searched refs:X509_add_ext (Results 1 – 10 of 10) sorted by relevance

/freebsd-13-stable/crypto/openssl/doc/man3/
HDX509v3_get_ext_by_NID.pod9 X509_delete_ext, X509_add_ext, X509_CRL_get_ext_count, X509_CRL_get_ext,
39 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
88 and X509_add_ext() operate on the extensions of certificate B<x> they are
127 X509_add_ext() returns 1 on success and 0 on error.
/freebsd-13-stable/crypto/openssl/crypto/x509/
HDx509_ext.c97 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc) in X509_add_ext() function
/freebsd-13-stable/contrib/ntp/util/
HDntp-keygen.c2032 if (!X509_add_ext(cert, ex, -1)) { in x509()
2045 if (!X509_add_ext(cert, ex, -1)) { in x509()
2059 if (!X509_add_ext(cert, ex, -1)) { in x509()
2080 if (!X509_add_ext(cert, ex, -1)) { in x509()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDx509.h869 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
/freebsd-13-stable/secure/lib/libcrypto/
HDVersion.map3317 X509_add_ext;
/freebsd-13-stable/crypto/openssl/apps/
HDapps.c1112 if (!X509_add_ext(x, ext, -1)) in copy_extensions()
/freebsd-13-stable/contrib/ntp/ntpd/
HDntp_crypto.c3210 INSIST(X509_add_ext(cert, ext, -1)); in cert_sign()
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile3474 MLINKS+= X509v3_get_ext_by_NID.3 X509_add_ext.3
/freebsd-13-stable/contrib/ntp/
HDChangeLog1667 * CID 1009579: Check return status of X509_add_ext().
HDCommitLog80417 CID 1009579: Check return status of X509_add_ext()
80420 CID 1009579: Check return status of X509_add_ext()
80423 CID 1009579: Check return status of X509_add_ext()