xref: /third_party/mbedtls/tests/data_files/authorityKeyId_subjectKeyId.conf
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/mbedtls/tests/data_files/
1[req]
2distinguished_name = req_distinguished_name
3x509_extensions = v3_req
4prompt = no
5[req_distinguished_name]
6countryName = NL
7organizationalUnitName = PolarSSL
8commonName = PolarSSL Test CA
9[v3_req]
10subjectKeyIdentifier = hash
11authorityKeyIdentifier = keyid:always,issuer:always
12[v3_req_authorityKeyId_no_keyid]
13subjectKeyIdentifier = hash
14authorityKeyIdentifier = issuer:always
15[v3_req_authorityKeyId_no_issuer]
16subjectKeyIdentifier = hash
17authorityKeyIdentifier = keyid:always
18[v3_req_no_authorityKeyId]
19subjectKeyIdentifier = hash
20

Indexes created Thu Nov 07 10:32:03 CST 2024