Searched refs:X509_add_ext (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | X509v3_get_ext_by_NID.pod | 9 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/ |
| HD | x509_ext.c | 97 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc) in X509_add_ext() function
|
| /freebsd-13-stable/contrib/ntp/util/ |
| HD | 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-13-stable/crypto/openssl/include/openssl/ |
| HD | x509.h | 869 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
|
| /freebsd-13-stable/secure/lib/libcrypto/ |
| HD | Version.map | 3317 X509_add_ext;
|
| /freebsd-13-stable/crypto/openssl/apps/ |
| HD | apps.c | 1112 if (!X509_add_ext(x, ext, -1)) in copy_extensions()
|
| /freebsd-13-stable/contrib/ntp/ntpd/ |
| HD | ntp_crypto.c | 3210 INSIST(X509_add_ext(cert, ext, -1)); in cert_sign()
|
| /freebsd-13-stable/secure/lib/libcrypto/man/man3/ |
| HD | Makefile | 3474 MLINKS+= X509v3_get_ext_by_NID.3 X509_add_ext.3
|
| /freebsd-13-stable/contrib/ntp/ |
| HD | ChangeLog | 1667 * CID 1009579: Check return status of X509_add_ext().
|
| HD | CommitLog | 80417 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()
|