Searched refs:X509_add_ext (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509v3_get_ext_by_NID.pod | 9 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 D | X509V3_set_ctx.pod | 52 L<X509_add_ext(3)>
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509_ext.c | 97 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc) in X509_add_ext() function
|
/freebsd/contrib/ntp/util/ |
H A D | ntp-keygen.c | 2032 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 D | apps.c | 1306 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 D | x509.h.in | 916 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
|
H A D | x509.h | 1110 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_crypto.c | 3210 INSIST(X509_add_ext(cert, ext, -1)); in cert_sign()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 3240 X509_add_ext;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 5601 MLINKS+= X509v3_get_ext_by_NID.3 X509_add_ext.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 1061 X509_add_ext 1089 3_0_0 EXIST::FUNCTION:
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 1667 * CID 1009579: Check return status of X509_add_ext().
|
H A D | CommitLog | [all...] |