mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 03:25:04 -05:00
e73fe837a8
each test, so that the test suite can now be used to actually test the verification of cert names etc. This made an error show up in the OpenSSL- specific code where it would attempt to match the CN field even if a subjectAltName exists that doesn't match. This is now fixed and verified in test 311.
39 lines
466 B
Plaintext
39 lines
466 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTPS
|
|
HTTP GET
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
SSL
|
|
</features>
|
|
<server>
|
|
https Server-localhost0h-sv.pem
|
|
</server>
|
|
<name>
|
|
HTTPS wrong subjectAltName but right CN
|
|
</name>
|
|
<command>
|
|
--cacert certs/EdelCurlRoot-ca.crt https://localhost:%HTTPSPORT/311
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
51
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|