mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-05-05 16:34:14 +02:00
89a4c98670
* Added test for certificate with bad alt name containing a null character mid byte stream. * Fix for issue with suites unit test where last arg in file doesn't conain data for a param, causing it to skip test. * Fix for last test in tests/test.conf not being run for `TLSv1.2 RSA 3072-bit DH 3072-bit`. * Moved the `tls-cert-fail.test` tests into the new expected failure suite test (`./tests/test-fails.conf`). Now it explicilty checks RSA and ECC for the no signer and no sig tests.
18 lines
520 B
Plaintext
18 lines
520 B
Plaintext
[ req ]
|
|
default_bits = 2048
|
|
distinguished_name = req_distinguished_name
|
|
req_extensions = req_ext
|
|
|
|
[ req_distinguished_name ]
|
|
countryName = US
|
|
stateOrProvinceName = Montana
|
|
localityName = Bozeman
|
|
organizationName = Engineering
|
|
commonName = www.wolfssl.com
|
|
commonName_max = 64
|
|
commonName_default = localhost
|
|
|
|
[ req_ext ]
|
|
#subjectAltName = localhost\0h
|
|
subjectAltName = DER:30:0d:82:0b:6c:6f:63:61:6c:68:6f:73:74:00:68
|