summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_ssl_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-23SSL: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL.Maxim Dounin1-0/+2
2014-06-16SSL: the "ssl_password_file" directive.Valentin Bartenev1-1/+36
2014-05-20SSL: $ssl_client_fingerprint variable.Sergey Budnevitch1-0/+3
2014-04-18SSL: $ssl_server_name variable.Maxim Dounin1-0/+3
2014-02-11SSL: the $ssl_session_reused variable.Maxim Dounin1-0/+3
2014-01-28SSL: support ALPN (IETF's successor to NPN).Piotr Sikora1-2/+70
2014-01-14SSL: fixed ssl_verify_depth to take only one argument.Maxim Dounin1-1/+1
2014-01-10SSL: ssl_session_tickets directive.Dirkjan Bussink1-0/+16
2013-12-20SSL: ssl_buffer_size directive.Maxim Dounin1-0/+13
2013-10-11SSL: added ability to set keys used for Session Tickets (RFC5077).Piotr Sikora1-0/+17
2013-09-22SSL: stop loading configs with invalid "ssl_ciphers" values.Piotr Sikora1-0/+1
2013-03-20Preliminary experimental support for SPDY draft 2.Valentin Bartenev1-1/+16
2013-03-07SSL: Next Protocol Negotiation extension support.Valentin Bartenev1-0/+34
2013-02-19Removed zero termination of shm zone names.Valentin Bartenev1-1/+0
2012-10-05OCSP stapling: properly check if there is ssl.ctx.Maxim Dounin1-1/+1
2012-10-03SSL: the "ssl_verify_client" directive parameter "optional_no_ca".Maxim Dounin1-1/+2
2012-10-01OCSP stapling: ssl_stapling_verify directive.Maxim Dounin1-2/+11
2012-10-01OCSP stapling: loading OCSP responses.Maxim Dounin1-5/+56
2012-10-01OCSP stapling: ssl_stapling_file support.Maxim Dounin1-0/+24
2012-10-01OCSP stapling: ssl_trusted_certificate directive.Maxim Dounin1-3/+21
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2012-01-11Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive.Maxim Dounin1-1/+4
2011-11-14Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse.Sergey Budnevitch1-1/+1
2011-10-31Fixed segfault on configuration testing with ssl (ticket #37).Maxim Dounin1-1/+10
2011-09-27Fix for "ssl_session_cache builtin" (broken since 1.1.1, r3993).Maxim Dounin1-2/+2
2011-08-04A new fix for the case when ssl_session_cache defined, but ssl is notIgor Sysoev1-0/+2
2011-07-20ECDHE supportIgor Sysoev1-1/+17
2011-07-20MSIE export versions are rare now, so RSA 512 key is generated on demandIgor Sysoev1-3/+1
2011-06-27use !aNULL to disable all anonymous cipher suitesIgor Sysoev1-1/+1
2010-05-14ngx_str_set() and ngx_str_null()Igor Sysoev1-2/+1
2009-10-19fix typoIgor Sysoev1-1/+1
2009-10-07use only strong ciphers by defaultIgor Sysoev1-1/+1
2009-10-06disable SSLv2 and low ciphers by defaultIgor Sysoev1-3/+2
2009-09-24$ssl_session_idIgor Sysoev1-0/+3
2009-09-18*) issue warning instead of failure: this is too common caseIgor Sysoev1-3/+4
2009-07-23delete OpenSSL pre-0.9.7 compatibility: the sources were not actuallyIgor Sysoev1-32/+0
2009-07-23ssl_crlIgor Sysoev1-0/+13
2009-07-22*) $ssl_client_verifyIgor Sysoev1-1/+4
2009-06-02return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev1-1/+1
2009-04-16move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memoryIgor Sysoev1-0/+1
2009-04-15fix building by MSVC8Igor Sysoev1-2/+2
2008-09-01*) listen sslIgor Sysoev1-12/+57
2008-07-29fix typoIgor Sysoev1-6/+6
2008-07-29*) ssl_verify_client askIgor Sysoev1-5/+24
2008-06-16$ssl_client_certIgor Sysoev1-0/+3
2008-06-16DH parameters, ssl_dhparamIgor Sysoev1-6/+17
2008-05-26ssl_session_cache noneIgor Sysoev1-1/+6
2007-12-26ssl_session_cache offIgor Sysoev1-2/+6
2007-10-14fix English grammarIgor Sysoev1-7/+7
2007-07-17Sun Studio on sparc uses different bit orderIgor Sysoev1-3/+12