Searched refs:PrintableString (Results 1 – 9 of 9) sorted by relevance
/third_party/node/test/fixtures/x509-escaping/ |
D | create-certs.js | 50 const PrintableString = utilType('PrintableString', 'printstr'); constant 53 const subjectCommonName = PrintableString.encode('evil.example.com', 'der'); 85 value: PrintableString.encode('DE', 'der') 105 value: PrintableString.encode('DE', 'der') 125 value: PrintableString.encode('DE', 'der') 145 value: PrintableString.encode('DE', 'der') 165 value: PrintableString.encode('DE', 'der') 186 value: PrintableString.encode('DE', 'der') 206 value: PrintableString.encode('DE', 'der')
|
/third_party/node/deps/npm/node_modules/asn1/lib/ber/ |
D | types.js | 22 PrintableString: 19, property
|
/third_party/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/ |
D | tpmtoken_import_openssl.cnf | 109 # default: PrintableString, T61String, BMPString. 110 # pkix : PrintableString, BMPString. 112 # nombstr : PrintableString, T61String (no BMPStrings or UTF8Strings).
|
/third_party/node/deps/npm/node_modules/sshpk/lib/ |
D | identity.js | 155 var type = asn1.Ber.PrintableString; 250 case asn1.Ber.PrintableString:
|
/third_party/openssl/apps/ |
D | openssl.cnf | 119 # default: PrintableString, T61String, BMPString. 120 # pkix : PrintableString, BMPString (PKIX recommendation before 2004) 122 # nombstr : PrintableString, T61String (no BMPStrings or UTF8Strings).
|
D | openssl-vms.cnf | 119 # default: PrintableString, T61String, BMPString. 120 # pkix : PrintableString, BMPString (PKIX recommendation before 2004) 122 # nombstr : PrintableString, T61String (no BMPStrings or UTF8Strings).
|
/third_party/openssl/doc/man1/ |
D | req.pod | 498 two characters long and must fit in a PrintableString).
|
/third_party/mbedtls/ |
D | ChangeLog | 1764 one using PrintableString and the other UTF8String) or in the choice of 1846 UTF8String. Previously, the use of the PrintableString format led to 1868 string format (mostly PrintableString), which could lead to CRTs being
|
/third_party/openssl/ |
D | CHANGES | 9515 DN values that are of type PrintableString, as well as RDNs of type
|