Arcola / mbedtls

Fork of mbedtls by Mark Radbourne

Revision:
2:bbdeda018a3c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/data_files/test-ca.opensslconf	Fri Sep 29 19:50:30 2017 +0100
@@ -0,0 +1,13 @@
+[req]
+x509_extensions = v3_ca
+distinguished_name = req_dn
+
+[req_dn]
+countryName = NL
+organizationalUnitName = PolarSSL
+commonName = PolarSSL Test CA
+
+[v3_ca]
+subjectKeyIdentifier=hash
+authorityKeyIdentifier=keyid:always,issuer:always
+basicConstraints = CA:true