Searched refs:X509V3_add1_i2d (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509V3_get_d2i.pod | 5 X509V3_get_d2i, X509V3_add1_i2d, X509V3_EXT_d2i, X509V3_EXT_i2d, 19 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, 58 X509V3_add1_i2d() adds extension I<value> to STACK I<*x> (allocating a new 71 X509V3_add1_i2d(). 75 and X509V3_add1_i2d(). 79 X509V3_add1_i2d(). 83 They are otherwise identical to X509V3_get_d2i() and X509V3_add1_i2d(). 124 The function X509V3_add1_i2d() and its variants allocate B<X509_EXTENSION> 218 X509V3_add1_i2d() and its variants return 1 if the operation is successful
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509_ext.c | 58 return X509V3_add1_i2d(&x->crl.extensions, nid, value, crit, flags); in X509_CRL_add1_ext_i2d() 110 return X509V3_add1_i2d(&x->cert_info.extensions, nid, value, crit, in X509_add1_ext_i2d() 158 return X509V3_add1_i2d(&x->extensions, nid, value, crit, flags); in X509_REVOKED_add1_ext_i2d()
|
H A D | v3_lib.c | 223 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, in X509V3_add1_i2d() function
|
H A D | x509_acert.c | 322 return X509V3_add1_i2d(&x->acinfo->extensions, nid, value, crit, flags); in X509_ACERT_add1_ext_i2d()
|
/freebsd/crypto/openssl/crypto/ocsp/ |
H A D | ocsp_ext.c | 65 return X509V3_add1_i2d(&x->tbsRequest.requestExtensions, nid, value, in OCSP_REQUEST_add1_ext_i2d() 117 return X509V3_add1_i2d(&x->singleRequestExtensions, nid, value, crit, in OCSP_ONEREQ_add1_ext_i2d() 173 return X509V3_add1_i2d(&x->tbsResponseData.responseExtensions, nid, in OCSP_BASICRESP_add1_ext_i2d() 226 return X509V3_add1_i2d(&x->singleExtensions, nid, value, crit, flags); in OCSP_SINGLERESP_add1_ext_i2d() 271 if (X509V3_add1_i2d(exts, NID_id_pkix_OCSP_Nonce, in ocsp_add1_nonce()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509v3.h.in | 507 /* Flags for X509V3_add1_i2d */ 706 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value,
|
H A D | x509v3.h | 970 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 2853 X509V3_add1_i2d;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4703 MLINKS+= X509V3_get_d2i.3 X509V3_add1_i2d.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 504 X509V3_add1_i2d 516 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 15609 * New function X509V3_add1_i2d(). This automatically encodes and
|