log src/event/ngx_event_openssl_stapling.c @ 6810:64f5bfba5d96

age author description
Mon, 05 Dec 2016 22:23:22 +0300 Maxim Dounin OCSP stapling: style.
Mon, 12 Sep 2016 20:11:06 +0300 Maxim Dounin OCSP stapling: fixed using wrong responder with multiple certs.
Mon, 20 Jun 2016 11:50:39 +0300 Roman Arutyunyan Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.
Thu, 19 May 2016 14:46:32 +0300 Maxim Dounin SSL: support for per-certificate chains.
Thu, 19 May 2016 14:46:32 +0300 Maxim Dounin SSL: made it possible to iterate though all certificates.
Thu, 19 May 2016 14:46:32 +0300 Maxim Dounin OCSP stapling: additional function to configure stapling on a cert.
Thu, 19 May 2016 14:46:32 +0300 Maxim Dounin OCSP stapling: staple now extracted via SSL_get_certificate().
Thu, 19 May 2016 14:46:32 +0300 Maxim Dounin OCSP stapling: staple now stored in certificate, not SSL context.
Thu, 19 May 2016 14:46:32 +0300 Maxim Dounin OCSP stapling: staple provided in arguments.
Thu, 31 Mar 2016 23:38:37 +0300 Sergey Kandaurov SSL: X509 was made opaque in OpenSSL 1.1.0.
Thu, 31 Mar 2016 02:33:57 +0300 Sergey Kandaurov Fixed logging.
Tue, 14 Jul 2015 01:10:25 +0300 Maxim Dounin OCSP stapling: fixed segfault without nextUpdate.
Tue, 07 Jul 2015 16:38:49 +0300 Maxim Dounin OCSP stapling: fixed ssl_stapling_file (ticket #769).
Thu, 11 Jun 2015 20:42:39 +0300 Maxim Dounin OCSP stapling: avoid sending expired responses (ticket #425).
Wed, 01 Apr 2015 15:05:08 +0200 Filipe da Silva OCSP stapling: missing free calls.