summaryrefslogtreecommitdiffhomepage
path: root/src/event/ngx_event_openssl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-07Win32: fixed shared ssl_session_cache (ticket #528).Maxim Dounin1-3/+3
2014-03-31Core: slab log_nomem flag.Maxim Dounin1-1/+3
2014-02-11SSL: the $ssl_session_reused variable.Maxim Dounin1-0/+14
2014-01-23SSL: fixed $ssl_session_id possible segfault after 97e3769637a7.Maxim Dounin1-0/+4
2014-01-22SSL: fixed $ssl_session_id variable.Maxim Dounin1-13/+3
2013-12-20SSL: ssl_buffer_size directive.Maxim Dounin1-3/+6
2013-11-29SSL: fixed c->read->ready handling in ngx_ssl_recv().Maxim Dounin1-0/+5
2013-10-11SSL: added ability to set keys used for Session Tickets (RFC5077).Piotr Sikora1-0/+227
2013-10-14SSL: SSL_CTX_set_timeout() now always called.Maxim Dounin1-2/+2
2013-10-14SSL: fixed build with OpenSSL 0.9.7.Maxim Dounin1-2/+2
2013-09-27SSL: adjust buffer used by OpenSSL during handshake (ticket #413).Maxim Dounin1-0/+26
2013-09-18SSL: fixed possible memory and file descriptor leak on HUP signal.Piotr Sikora1-0/+2
2013-09-16SSL: guard use of SSL_OP_MSIE_SSLV2_RSA_PADDING.Piotr Sikora1-0/+2
2013-09-04SSL: clear error queue after SSL_CTX_load_verify_locations().Maxim Dounin1-0/+14
2013-08-20Backed out f1a91825730a and 7094bd12c1ff.Maxim Dounin1-6/+6
2013-08-06Replaced ngx_conf_full_name() with ngx_get_full_name().Valentin Bartenev1-6/+6
2013-05-21Style: replace SSL *ssl with ngx_ssl_conn_t *ssl_conn.Piotr Sikora1-1/+2
2013-05-21Style: remove unnecessary references to HTTP from non-HTTP modules.Piotr Sikora1-3/+3
2013-02-23SSL: retry "sess_id" and "id" allocations.Maxim Dounin1-2/+22
2013-02-01SSL: fixed ngx_ssl_handshake() with level-triggered event methods.Maxim Dounin1-0/+8
2013-01-28SSL: take into account data in the buffer while limiting output.Valentin Bartenev1-1/+1
2013-01-28SSL: avoid calling SSL_write() with zero data size.Valentin Bartenev1-0/+6
2013-01-28SSL: calculation of buffer size moved closer to its usage.Valentin Bartenev1-2/+2
2013-01-28SSL: preservation of flush flag for buffered data.Valentin Bartenev1-5/+5
2013-01-28SSL: resetting of flush flag after the data was written.Valentin Bartenev1-0/+2
2013-01-28SSL: removed conditions that always hold true.Valentin Bartenev1-5/+3
2013-01-09SSL: speedup loading of configs with many ssl servers.Maxim Dounin1-2/+2
2012-10-01OCSP stapling: log error data in ngx_ssl_error().Maxim Dounin1-6/+17
2012-10-01OCSP stapling: loading OCSP responses.Maxim Dounin1-3/+91
2012-10-01OCSP stapling: ssl_trusted_certificate directive.Maxim Dounin1-0/+27
2012-09-27SSL: added version checks for ssl compression workaround.Maxim Dounin1-0/+2
2012-09-27SSL: fixed compression workaround to remove all methods.Maxim Dounin1-3/+3
2012-06-20Disabled gzip compression in OpenSSL prior to 1.0.0 version.Igor Sysoev1-0/+18
2012-05-30Removed mistaken setting of NGX_SSL_BUFFERED flag in ngx_ssl_send_chain()Valentin Bartenev1-1/+0
2012-05-14Update c->sent in ngx_ssl_send_chain() even if SSL buffer is not used.Valentin Bartenev1-0/+1
2012-04-03Fixed spelling in multiline C comments.Ruslan Ermilov1-1/+1
2012-03-05Whitespace fixes.Maxim Dounin1-0/+2
2012-02-28Fixed spelling in single-line comments.Ruslan Ermilov1-1/+1
2012-02-27Fix of rbtree lookup on hash collisions.Maxim Dounin1-41/+31
2012-01-30Removed ENGINE_load_builtin_engines() call.Maxim Dounin1-2/+0
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2012-01-11Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive.Maxim Dounin1-14/+18
2011-10-31Silently ignoring a stale global SSL error left after disabled renegotiation.Igor Sysoev1-0/+7
2011-10-25Decrease of log level of some SSL handshake errors.Igor Sysoev1-1/+19
2011-10-07Releasing memory of idle SSL connection. This saves about 34K per SSLIgor Sysoev1-0/+4
2011-10-07Disabling SSL compression. This saves about 300K per SSL connection.Igor Sysoev1-0/+4
2011-09-01Proper SSL shutdown handling.Maxim Dounin1-0/+5
2011-08-04A new fix for the case when ssl_session_cache defined, but ssl is notIgor Sysoev1-5/+2
2011-07-22fix SSL connection issues on platforms with 32-bit off_tIgor Sysoev1-3/+3
2011-07-22fix build by gcc46 with -Wunused-value optionIgor Sysoev1-3/+7