Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DX509v3_get_ext_by_NID.pod9 X509_delete_ext, X509_add_ext, X509_CRL_get_ext_count, X509_CRL_get_ext,
42 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
98 and X509_add_ext() operate on the extensions of certificate I<x>. They are
149 X509_add_ext() returns 1 on success and 0 on error.
H A DX509V3_set_ctx.pod52 L<X509_add_ext(3)>
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_ext.c97 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc) in X509_add_ext() function
/freebsd/contrib/ntp/util/
H A Dntp-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/crypto/openssl/apps/lib/
H A Dapps.c1306 if (!X509_add_ext(x, ext, -1)) in copy_extensions()
2357 rv = !add_default || X509_add_ext(cert, new_ext, -1); in adapt_keyid_ext()
/freebsd/crypto/openssl/include/openssl/
H A Dx509.h.in916 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
H A Dx509.h1110 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
/freebsd/contrib/ntp/ntpd/
H A Dntp_crypto.c3210 INSIST(X509_add_ext(cert, ext, -1)); in cert_sign()
/freebsd/secure/lib/libcrypto/
H A DVersion.map3240 X509_add_ext;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile5601 MLINKS+= X509v3_get_ext_by_NID.3 X509_add_ext.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num1061 X509_add_ext 1089 3_0_0 EXIST::FUNCTION:
/freebsd/contrib/ntp/
H A DChangeLog1667 * CID 1009579: Check return status of X509_add_ext().
H A DCommitLog[all...]