summaryrefslogtreecommitdiffhomepage
path: root/src/event/ngx_event_openssl_stapling.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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