summaryrefslogtreecommitdiffhomepage
path: root/src/event/ngx_event_openssl_stapling.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-10-01SSL: moved certificate storage out of exdata.Sergey Kandaurov1-15/+53
2023-12-25SSL: reasonable version for LibreSSL adjusted.Sergey Kandaurov1-1/+1
2020-10-28Core: added format specifiers to output binary data as hex.Vladimir Homutov1-10/+2
2020-07-23OCSP: fixed certificate reference leak.Sergey Kandaurov1-0/+9
2020-06-15OCSP: fixed use-after-free on error.Roman Arutyunyan1-21/+20
2020-05-23Fixed format specifiers.Sergey Kandaurov1-2/+2
2020-05-22OCSP: certificate status cache.Roman Arutyunyan1-3/+305
2020-05-22SSL: client certificate validation with OCSP (ticket #1534).Roman Arutyunyan1-8/+542
2020-05-22OCSP stapling: iterate over all responder addresses.Roman Arutyunyan1-13/+54
2020-05-17OCSP stapling: keep extra chain in the staple object.Roman Arutyunyan1-29/+18
2020-05-06OCSP stapling: moved response verification to a separate function.Roman Arutyunyan1-136/+154
2016-04-11SSL: removed OpenSSL 0.9.7 compatibility.Sergey Kandaurov1-4/+1
2019-04-15OCSP stapling: fixed segfault with dynamic certificate loading.Maxim Dounin1-0/+5
2019-04-03OCSP stapling: open ssl_stapling_file in binary-mode.Sergey Kandaurov1-1/+1
2017-07-17Parenthesized ASCII-related calculations.Valentin Bartenev1-1/+1
2016-12-15SSL: backed out changeset e7cb5deb951d, reimplemented properly.Maxim Dounin1-3/+3
2016-12-13SSL: fix call to BIO_get_mem_data().Piotr Sikora1-1/+1
2016-12-05OCSP stapling: improved error logging context.Maxim Dounin1-1/+19
2016-12-05OCSP stapling: added certificate name to warnings.Maxim Dounin1-5/+17
2016-12-05OCSP stapling: added http response status logging.Maxim Dounin1-6/+9
2016-12-05OCSP stapling: style.Maxim Dounin1-10/+12
2016-09-12OCSP stapling: fixed using wrong responder with multiple certs.Maxim Dounin1-0/+3
2016-06-20Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.Roman Arutyunyan1-13/+1
2016-05-19SSL: support for per-certificate chains.Maxim Dounin1-2/+14
2016-05-19SSL: made it possible to iterate though all certificates.Maxim Dounin1-10/+16
2016-05-19OCSP stapling: additional function to configure stapling on a cert.Maxim Dounin1-11/+26
2016-05-19OCSP stapling: staple now extracted via SSL_get_certificate().Maxim Dounin1-2/+8
2016-05-19OCSP stapling: staple now stored in certificate, not SSL context.Maxim Dounin1-9/+10
2016-05-19OCSP stapling: staple provided in arguments.Maxim Dounin1-26/+22
2016-03-31SSL: X509 was made opaque in OpenSSL 1.1.0.Sergey Kandaurov1-0/+4
2016-03-31Fixed logging.Sergey Kandaurov1-1/+1
2015-07-14OCSP stapling: fixed segfault without nextUpdate.Maxim Dounin1-5/+10
2015-07-07OCSP stapling: fixed ssl_stapling_file (ticket #769).Maxim Dounin1-0/+1
2015-06-11OCSP stapling: avoid sending expired responses (ticket #425).Maxim Dounin1-6/+62
2015-04-01OCSP stapling: missing free calls.Filipe da Silva1-0/+2
2014-07-28SSL: fix build with OPENSSL_NO_ENGINE and/or OPENSSL_NO_OCSP.Piotr Sikora1-1/+1
2014-04-29OCSP stapling: missing OCSP request free call.Filipe da Silva1-0/+2
2013-12-09Resolver: implemented IPv6 name to address resolving.Ruslan Ermilov1-1/+0
2013-12-06Changed resolver API to use ngx_addr_t.Ruslan Ermilov1-22/+34
2013-08-20Backed out f1a91825730a and 7094bd12c1ff.Maxim Dounin1-1/+1
2013-08-06Replaced ngx_conf_full_name() with ngx_get_full_name().Valentin Bartenev1-1/+1
2013-07-11Core: extended ngx_sock_ntop() with socklen parameter.Vladimir Homutov1-1/+2
2013-05-31OCSP stapling: fixed incorrect debug level.Ruslan Ermilov1-1/+1
2013-05-16OCSP stapling: fix error logging of successful OCSP responses.Piotr Sikora1-3/+2
2012-10-01OCSP stapling: build fixes.Maxim Dounin1-5/+5
2012-10-01OCSP stapling: ssl_stapling_verify directive.Maxim Dounin1-4/+9
2012-10-01OCSP stapling: OCSP_basic_verify() OCSP_TRUSTOTHER flag now used.Maxim Dounin1-1/+1
2012-10-01OCSP stapling: check Content-Type.Maxim Dounin1-0/+28
2012-10-01OCSP stapling: loading OCSP responses.Maxim Dounin1-30/+1606
2012-10-01OCSP stapling: the ngx_event_openssl_stapling.c file.Maxim Dounin1-0/+140