The official NGINX Open Source repository.
Go to file
Maxim Dounin 3648ba7db8 OCSP stapling: ssl_trusted_certificate directive.
The directive allows to specify additional trusted Certificate Authority
certificates to be used during certificate verification.  In contrast to
ssl_client_certificate DNs of these cerificates aren't sent to a client
during handshake.

Trusted certificates are loaded regardless of the fact whether client
certificates verification is enabled as the same certificates will be
used for OCSP stapling, during construction of an OCSP request and for
verification of an OCSP response.

The same applies to a CRL (which is now always loaded).
2012-10-01 12:39:36 +00:00
auto Correct plural form for "path" in the whole source base. 2012-09-28 13:49:26 +00:00
conf Added the HTTPS fastcgi_param to fastcgi.conf. 2011-12-25 19:15:56 +00:00
contrib
docs nginx-1.3.6-RELEASE 2012-09-12 10:41:36 +00:00
misc Updated zlib used for win32 builds. 2012-09-11 13:36:34 +00:00
src OCSP stapling: ssl_trusted_certificate directive. 2012-10-01 12:39:36 +00:00
.hgtags release-1.3.6 tag 2012-09-12 10:41:56 +00:00