Home
last modified time | relevance | path

Searched refs:NID_ct_precert_poison (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/ct/
Dct_x509v3.c89 { NID_ct_precert_poison, 0, ASN1_ITEM_ref(ASN1_NULL),
Dct_sct_ctx.c116 int poison_idx = ct_x509_get_ext(cert, NID_ct_precert_poison, &poison_ext_is_dup); in SCT_CTX_set1_cert()
/freebsd-12-stable/crypto/openssl/crypto/objects/
Dobj_dat.h2035 {"ct_precert_poison", "CT Precertificate Poison", NID_ct_precert_poison, 10, &so[6211]},
/freebsd-12-stable/crypto/openssl/apps/
Dreq.c777 if (X509_add1_ext_i2d(x509ss, NID_ct_precert_poison, NULL, 1, 0) in req_main()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dobj_mac.h4932 #define NID_ct_precert_poison 952 macro