curl/tests/certs
Dan McNulty 8996300211 schannel: add support for CURLOPT_CAINFO
- Move verify_certificate functionality in schannel.c into a new
  file called schannel_verify.c. Additionally, some structure defintions
  from schannel.c have been moved to schannel.h to allow them to be
  used in schannel_verify.c.

- Make verify_certificate functionality for Schannel available on
  all versions of Windows instead of just Windows CE. verify_certificate
  will be invoked on Windows CE or when the user specifies
  CURLOPT_CAINFO and CURLOPT_SSL_VERIFYPEER.

- In verify_certificate, create a custom certificate chain engine that
  exclusively trusts the certificate store backed by the CURLOPT_CAINFO
  file.

- doc updates of --cacert/CAINFO support for schannel

- Use CERT_NAME_SEARCH_ALL_NAMES_FLAG when invoking CertGetNameString
  when available. This implements a TODO in schannel.c to improve
  handling of multiple SANs in a certificate. In particular, all SANs
  will now be searched instead of just the first name.

- Update tool_operate.c to not search for the curl-ca-bundle.crt file
  when using Schannel to maintain backward compatibility. Previously,
  any curl-ca-bundle.crt file found in that search would have been
  ignored by Schannel. But, with CAINFO support, the file found by
  that search would have been used as the certificate store and
  could cause issues for any users that have curl-ca-bundle.crt in
  the search path.

- Update url.c to not set the build time CURL_CA_BUNDLE if the selected
  SSL backend is Schannel. We allow setting CA location for schannel
  only when explicitly specified by the user via CURLOPT_CAINFO /
  --cacert.

- Add new test cases 3000 and 3001. These test cases check that the first
  and last SAN, respectively, matches the connection hostname. New test
  certificates have been added for these cases. For 3000, the certificate
  prefix is Server-localhost-firstSAN and for 3001, the certificate
  prefix is Server-localhost-secondSAN.

- Remove TODO 15.2 (Add support for custom server certificate
  validation), this commit addresses it.

Closes https://github.com/curl/curl/pull/1325
2018-04-18 03:59:47 -04:00
..
scripts spelling fixes 2017-03-26 23:56:23 +02:00
EdelCurlRoot-ca.cacert tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
EdelCurlRoot-ca.cnf
EdelCurlRoot-ca.crt tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
EdelCurlRoot-ca.csr tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
EdelCurlRoot-ca.der tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
EdelCurlRoot-ca.key tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
EdelCurlRoot-ca.prm tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Makefile.am schannel: add support for CURLOPT_CAINFO 2018-04-18 03:59:47 -04:00
Server-localhost-firstSAN-sv.crl schannel: add support for CURLOPT_CAINFO 2018-04-18 03:59:47 -04:00
Server-localhost-firstSAN-sv.crt schannel: add support for CURLOPT_CAINFO 2018-04-18 03:59:47 -04:00
Server-localhost-firstSAN-sv.csr schannel: add support for CURLOPT_CAINFO 2018-04-18 03:59:47 -04:00
Server-localhost-firstSAN-sv.der schannel: add support for CURLOPT_CAINFO 2018-04-18 03:59:47 -04:00
Server-localhost-firstSAN-sv.dhp schannel: add support for CURLOPT_CAINFO 2018-04-18 03:59:47 -04:00
Server-localhost-firstSAN-sv.key schannel: add support for CURLOPT_CAINFO 2018-04-18 03:59:47 -04:00
Server-localhost-firstSAN-sv.pem schannel: add support for CURLOPT_CAINFO 2018-04-18 03:59:47 -04:00
Server-localhost-firstSAN-sv.prm schannel: add support for CURLOPT_CAINFO 2018-04-18 03:59:47 -04:00
Server-localhost-firstSAN-sv.pub.der schannel: add support for CURLOPT_CAINFO 2018-04-18 03:59:47 -04:00
Server-localhost-firstSAN-sv.pub.pem schannel: add support for CURLOPT_CAINFO 2018-04-18 03:59:47 -04:00
Server-localhost-lastSAN-sv.crl schannel: add support for CURLOPT_CAINFO 2018-04-18 03:59:47 -04:00
Server-localhost-lastSAN-sv.crt schannel: add support for CURLOPT_CAINFO 2018-04-18 03:59:47 -04:00
Server-localhost-lastSAN-sv.csr schannel: add support for CURLOPT_CAINFO 2018-04-18 03:59:47 -04:00
Server-localhost-lastSAN-sv.der schannel: add support for CURLOPT_CAINFO 2018-04-18 03:59:47 -04:00
Server-localhost-lastSAN-sv.dhp schannel: add support for CURLOPT_CAINFO 2018-04-18 03:59:47 -04:00
Server-localhost-lastSAN-sv.key schannel: add support for CURLOPT_CAINFO 2018-04-18 03:59:47 -04:00
Server-localhost-lastSAN-sv.pem schannel: add support for CURLOPT_CAINFO 2018-04-18 03:59:47 -04:00
Server-localhost-lastSAN-sv.prm schannel: add support for CURLOPT_CAINFO 2018-04-18 03:59:47 -04:00
Server-localhost-lastSAN-sv.pub.der schannel: add support for CURLOPT_CAINFO 2018-04-18 03:59:47 -04:00
Server-localhost-lastSAN-sv.pub.pem schannel: add support for CURLOPT_CAINFO 2018-04-18 03:59:47 -04:00
Server-localhost-sv.crl tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost-sv.crt tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost-sv.csr tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost-sv.der tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost-sv.dhp tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost-sv.key tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost-sv.pem spelling fixes 2017-03-26 23:56:23 +02:00
Server-localhost-sv.prm spelling fixes 2017-03-26 23:56:23 +02:00
Server-localhost-sv.pub.der tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost-sv.pub.pem tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost.nn-sv.crl tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost.nn-sv.crt tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost.nn-sv.csr tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost.nn-sv.der tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost.nn-sv.dhp tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost.nn-sv.key tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost.nn-sv.pem spelling fixes 2017-03-26 23:56:23 +02:00
Server-localhost.nn-sv.prm spelling fixes 2017-03-26 23:56:23 +02:00
Server-localhost.nn-sv.pub.der tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost.nn-sv.pub.pem tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost0h-sv.crl tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost0h-sv.crt tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost0h-sv.csr tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost0h-sv.der tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost0h-sv.dhp tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost0h-sv.key tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost0h-sv.pem tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost0h-sv.prm tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost0h-sv.pub.der tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
Server-localhost0h-sv.pub.pem tests/certs: rebuild certificates with modified key usage bits 2015-03-21 16:33:58 +01:00
srp-verifier-conf TLS-SRP: support added when using GnuTLS 2011-01-19 20:35:02 +01:00
srp-verifier-db TLS-SRP: support added when using GnuTLS 2011-01-19 20:35:02 +01:00