Home
last modified time | relevance | path

Searched refs:signTool (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_ist.c26 ASN1_SIMPLE(ISSUER_SIGN_TOOL, signTool, ASN1_UTF8STRING),
52 ist->signTool = ASN1_UTF8STRING_new();
53 if (ist->signTool == NULL
55 || !ASN1_STRING_set(ist->signTool, cnf->value, strlen(cnf->value))) {
105 if (ist->signTool != NULL) { in i2r_issuer_sign_tool()
110 BIO_write(out, ist->signTool->data, ist->signTool->length); in i2r_issuer_sign_tool()
/freebsd/crypto/openssl/test/
H A Dinvalid-x509.cnf2 issuerSignTool = signTool
/freebsd/crypto/openssl/test/recipes/25-test_rusext_data/
H A Dgrfc.utf816 signTool : "КриптоПро CSP" (версия 3.6)
H A Dgrfc.msb16 signTool : "КриптоПро CSP" (версия 3.6)
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in253 ASN1_UTF8STRING *signTool; member
H A Dx509v3.h397 ASN1_UTF8STRING *signTool; member