Home
last modified time | relevance | path

Searched refs:X509V3_add1_i2d (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DX509V3_get_d2i.pod5 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 Dx509_ext.c58 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 Dv3_lib.c223 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, in X509V3_add1_i2d() function
H A Dx509_acert.c322 return X509V3_add1_i2d(&x->acinfo->extensions, nid, value, crit, flags); in X509_ACERT_add1_ext_i2d()
/freebsd/crypto/openssl/crypto/ocsp/
H A Docsp_ext.c65 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 Dx509v3.h.in507 /* Flags for X509V3_add1_i2d */
706 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value,
H A Dx509v3.h970 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value,
/freebsd/secure/lib/libcrypto/
H A DVersion.map2853 X509V3_add1_i2d;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4703 MLINKS+= X509V3_get_d2i.3 X509V3_add1_i2d.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num504 X509V3_add1_i2d 516 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DCHANGES.md15609 * New function X509V3_add1_i2d(). This automatically encodes and