Searched refs:X509_add_ext (Results 1 – 6 of 6) sorted by relevance
/openssl-master/doc/man3/ |
A D | 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 132 X509_add_ext() returns 1 on success and 0 on error.
|
A D | X509V3_set_ctx.pod | 46 L<X509_add_ext(3)>
|
/openssl-master/crypto/x509/ |
A D | x509_ext.c | 97 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc) in X509_add_ext() function
|
/openssl-master/apps/lib/ |
A D | apps.c | 1223 if (!X509_add_ext(x, ext, -1)) in copy_extensions() 2236 rv = !add_default || X509_add_ext(cert, new_ext, -1); in adapt_keyid_ext()
|
/openssl-master/include/openssl/ |
A D | x509.h.in | 893 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
|
/openssl-master/util/ |
A D | libcrypto.num | 1061 X509_add_ext 1089 3_0_0 EXIST::FUNCTION:
|
Completed in 25 milliseconds