index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
event
/
ngx_event_openssl.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-19
SSL: avoid calling SSL_shutdown() during handshake (ticket #901).
Maxim Dounin
1
-0
/
+13
2016-02-19
SSL: fixed SSL_shutdown() comment.
Maxim Dounin
1
-1
/
+1
2015-10-19
SSL: preserve default server context in connection (ticket #235).
Maxim Dounin
1
-12
/
+7
2015-10-07
SSL: handled long string truncation in ngx_ssl_error().
Vladimir Homutov
1
-1
/
+1
2015-09-24
SSL: compatibility with OpenSSL master branch.
Maxim Dounin
1
-1
/
+3
2015-03-23
SSL: use of SSL_MODE_NO_AUTO_CHAIN.
Maxim Dounin
1
-0
/
+4
2015-03-23
SSL: clear protocol options.
Maxim Dounin
1
-0
/
+8
2015-02-24
SSL: account sent bytes in ngx_ssl_write().
Ruslan Ermilov
1
-2
/
+2
2014-12-17
SSL: safeguard use of SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS.
Lukas Tribus
1
-0
/
+4
2014-08-04
SSL: loading certificate keys via ENGINE_load_private_key().
Dmitrii Pichulin
1
-0
/
+61
2014-11-17
SSL: logging level of "inappropriate fallback" (ticket #662).
Maxim Dounin
1
-0
/
+3
2014-10-24
SSL: simplified ssl_password_file error handling.
Sergey Kandaurov
1
-14
/
+3
2014-10-28
Core: added limit to recv_chain().
Roman Arutyunyan
1
-3
/
+14
2014-09-15
SSL: session id context now includes certificate hash.
Maxim Dounin
1
-2
/
+96
2014-09-03
SSL: guard use of all SSL options for bug workarounds.
Piotr Sikora
1
-0
/
+17
2014-07-30
SSL: let it build against LibreSSL.
Piotr Sikora
1
-3
/
+3
2014-07-30
SSL: let it build against BoringSSL.
Piotr Sikora
1
-0
/
+10
2014-07-28
SSL: fix build with OPENSSL_NO_ENGINE and/or OPENSSL_NO_OCSP.
Piotr Sikora
1
-0
/
+10
2014-07-28
SSL: misplaced space in debug message.
Maxim Dounin
1
-1
/
+1
2014-07-09
SSL: fix build with recent OpenSSL.
Piotr Sikora
1
-4
/
+4
2014-07-08
Style: use ngx_memcpy() instead of memcpy().
Piotr Sikora
1
-1
/
+1
2014-07-06
SSL: stop accessing SSL_SESSION's fields directly.
Piotr Sikora
1
-14
/
+42
2014-07-09
SSL: fixed build with OPENSSL_NO_DEPRECATED defined.
Maxim Dounin
1
-0
/
+4
2014-07-06
SSL: return temporary RSA key only when the key length matches.
Piotr Sikora
1
-4
/
+6
2014-07-04
SSL: logging level of "peer closed connection in SSL handshake".
Maxim Dounin
1
-2
/
+2
2014-06-16
SSL: the "ssl_password_file" directive.
Valentin Bartenev
1
-8
/
+215
2014-05-20
SSL: $ssl_client_fingerprint variable.
Sergey Budnevitch
1
-0
/
+34
2014-04-23
SSL: explicit handling of empty names.
Maxim Dounin
1
-0
/
+4
2014-04-22
SSL: added explicit check for ngx_strlchr() result.
Maxim Dounin
1
-0
/
+5
2014-04-18
Upstream: proxy_ssl_verify and friends.
Maxim Dounin
1
-0
/
+164
2014-04-18
SSL: $ssl_server_name variable.
Maxim Dounin
1
-0
/
+22
2014-04-18
SSL: fixed misuse of NGX_LOG_DEBUG_HTTP.
Maxim Dounin
1
-3
/
+3
2014-04-07
Win32: fixed shared ssl_session_cache (ticket #528).
Maxim Dounin
1
-3
/
+3
2014-03-31
Core: slab log_nomem flag.
Maxim Dounin
1
-1
/
+3
2014-02-11
SSL: the $ssl_session_reused variable.
Maxim Dounin
1
-0
/
+14
2014-01-23
SSL: fixed $ssl_session_id possible segfault after 97e3769637a7.
Maxim Dounin
1
-0
/
+4
2014-01-22
SSL: fixed $ssl_session_id variable.
Maxim Dounin
1
-13
/
+3
2013-12-20
SSL: ssl_buffer_size directive.
Maxim Dounin
1
-3
/
+6
2013-11-29
SSL: fixed c->read->ready handling in ngx_ssl_recv().
Maxim Dounin
1
-0
/
+5
2013-10-11
SSL: added ability to set keys used for Session Tickets (RFC5077).
Piotr Sikora
1
-0
/
+227
2013-10-14
SSL: SSL_CTX_set_timeout() now always called.
Maxim Dounin
1
-2
/
+2
2013-10-14
SSL: fixed build with OpenSSL 0.9.7.
Maxim Dounin
1
-2
/
+2
2013-09-27
SSL: adjust buffer used by OpenSSL during handshake (ticket #413).
Maxim Dounin
1
-0
/
+26
2013-09-18
SSL: fixed possible memory and file descriptor leak on HUP signal.
Piotr Sikora
1
-0
/
+2
2013-09-16
SSL: guard use of SSL_OP_MSIE_SSLV2_RSA_PADDING.
Piotr Sikora
1
-0
/
+2
2013-09-04
SSL: clear error queue after SSL_CTX_load_verify_locations().
Maxim Dounin
1
-0
/
+14
2013-08-20
Backed out f1a91825730a and 7094bd12c1ff.
Maxim Dounin
1
-6
/
+6
2013-08-06
Replaced ngx_conf_full_name() with ngx_get_full_name().
Valentin Bartenev
1
-6
/
+6
2013-05-21
Style: replace SSL *ssl with ngx_ssl_conn_t *ssl_conn.
Piotr Sikora
1
-1
/
+2
2013-05-21
Style: remove unnecessary references to HTTP from non-HTTP modules.
Piotr Sikora
1
-3
/
+3
[next]