log src/event/ngx_event_openssl_stapling.c @ 7660:d33e17499088

age author description
Sat, 23 May 2020 15:53:08 +0300 Sergey Kandaurov Fixed format specifiers.
Fri, 22 May 2020 17:25:27 +0300 Roman Arutyunyan OCSP: certificate status cache.
Fri, 22 May 2020 17:30:12 +0300 Roman Arutyunyan SSL: client certificate validation with OCSP (ticket #1534).
Fri, 22 May 2020 20:35:05 +0300 Roman Arutyunyan OCSP stapling: iterate over all responder addresses.
Sun, 17 May 2020 14:24:35 +0300 Roman Arutyunyan OCSP stapling: keep extra chain in the staple object.
Wed, 06 May 2020 21:44:14 +0300 Roman Arutyunyan OCSP stapling: moved response verification to a separate function.
Mon, 11 Apr 2016 15:46:36 +0300 Sergey Kandaurov SSL: removed OpenSSL 0.9.7 compatibility.
Mon, 15 Apr 2019 19:13:09 +0300 Maxim Dounin OCSP stapling: fixed segfault with dynamic certificate loading.
Wed, 03 Apr 2019 15:35:39 +0300 Sergey Kandaurov OCSP stapling: open ssl_stapling_file in binary-mode.
Mon, 17 Jul 2017 17:23:51 +0300 Valentin Bartenev Parenthesized ASCII-related calculations.
Thu, 15 Dec 2016 19:00:23 +0300 Maxim Dounin SSL: backed out changeset e7cb5deb951d, reimplemented properly.
Tue, 13 Dec 2016 14:19:30 -0800 Piotr Sikora SSL: fix call to BIO_get_mem_data().
Mon, 05 Dec 2016 22:23:22 +0300 Maxim Dounin OCSP stapling: improved error logging context.
Mon, 05 Dec 2016 22:23:22 +0300 Maxim Dounin OCSP stapling: added certificate name to warnings.
Mon, 05 Dec 2016 22:23:22 +0300 Maxim Dounin OCSP stapling: added http response status logging.
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.
Mon, 28 Jul 2014 12:27:57 -0700 Piotr Sikora SSL: fix build with OPENSSL_NO_ENGINE and/or OPENSSL_NO_OCSP.
Tue, 29 Apr 2014 22:22:38 +0200 Filipe da Silva OCSP stapling: missing OCSP request free call.
Mon, 09 Dec 2013 10:53:28 +0400 Ruslan Ermilov Resolver: implemented IPv6 name to address resolving.
Fri, 06 Dec 2013 14:30:27 +0400 Ruslan Ermilov Changed resolver API to use ngx_addr_t.
Tue, 20 Aug 2013 21:11:19 +0400 Maxim Dounin Backed out f1a91825730a and 7094bd12c1ff.
Tue, 06 Aug 2013 19:58:40 +0400 Valentin Bartenev Replaced ngx_conf_full_name() with ngx_get_full_name().
Thu, 11 Jul 2013 16:07:25 +0400 Vladimir Homutov Core: extended ngx_sock_ntop() with socklen parameter.
Fri, 31 May 2013 13:30:37 +0400 Ruslan Ermilov OCSP stapling: fixed incorrect debug level.
Thu, 16 May 2013 15:37:13 -0700 Piotr Sikora OCSP stapling: fix error logging of successful OCSP responses.
Mon, 01 Oct 2012 13:54:13 +0000 Maxim Dounin OCSP stapling: build fixes.
Mon, 01 Oct 2012 12:53:11 +0000 Maxim Dounin OCSP stapling: ssl_stapling_verify directive.
Mon, 01 Oct 2012 12:51:27 +0000 Maxim Dounin OCSP stapling: OCSP_basic_verify() OCSP_TRUSTOTHER flag now used.
Mon, 01 Oct 2012 12:48:54 +0000 Maxim Dounin OCSP stapling: check Content-Type.
Mon, 01 Oct 2012 12:47:55 +0000 Maxim Dounin OCSP stapling: loading OCSP responses.
Mon, 01 Oct 2012 12:42:43 +0000 Maxim Dounin OCSP stapling: the ngx_event_openssl_stapling.c file.