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
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
2013-02-23
SSL: retry "sess_id" and "id" allocations.
Maxim Dounin
1
-2
/
+22
2013-02-01
SSL: fixed ngx_ssl_handshake() with level-triggered event methods.
Maxim Dounin
1
-0
/
+8
2013-01-28
SSL: take into account data in the buffer while limiting output.
Valentin Bartenev
1
-1
/
+1
2013-01-28
SSL: avoid calling SSL_write() with zero data size.
Valentin Bartenev
1
-0
/
+6
2013-01-28
SSL: calculation of buffer size moved closer to its usage.
Valentin Bartenev
1
-2
/
+2
2013-01-28
SSL: preservation of flush flag for buffered data.
Valentin Bartenev
1
-5
/
+5
2013-01-28
SSL: resetting of flush flag after the data was written.
Valentin Bartenev
1
-0
/
+2
2013-01-28
SSL: removed conditions that always hold true.
Valentin Bartenev
1
-5
/
+3
2013-01-09
SSL: speedup loading of configs with many ssl servers.
Maxim Dounin
1
-2
/
+2
2012-10-01
OCSP stapling: log error data in ngx_ssl_error().
Maxim Dounin
1
-6
/
+17
2012-10-01
OCSP stapling: loading OCSP responses.
Maxim Dounin
1
-3
/
+91
2012-10-01
OCSP stapling: ssl_trusted_certificate directive.
Maxim Dounin
1
-0
/
+27
2012-09-27
SSL: added version checks for ssl compression workaround.
Maxim Dounin
1
-0
/
+2
2012-09-27
SSL: fixed compression workaround to remove all methods.
Maxim Dounin
1
-3
/
+3
2012-06-20
Disabled gzip compression in OpenSSL prior to 1.0.0 version.
Igor Sysoev
1
-0
/
+18
2012-05-30
Removed mistaken setting of NGX_SSL_BUFFERED flag in ngx_ssl_send_chain()
Valentin Bartenev
1
-1
/
+0
2012-05-14
Update c->sent in ngx_ssl_send_chain() even if SSL buffer is not used.
Valentin Bartenev
1
-0
/
+1
2012-04-03
Fixed spelling in multiline C comments.
Ruslan Ermilov
1
-1
/
+1
2012-03-05
Whitespace fixes.
Maxim Dounin
1
-0
/
+2
2012-02-28
Fixed spelling in single-line comments.
Ruslan Ermilov
1
-1
/
+1
2012-02-27
Fix of rbtree lookup on hash collisions.
Maxim Dounin
1
-41
/
+31
2012-01-30
Removed ENGINE_load_builtin_engines() call.
Maxim Dounin
1
-2
/
+0
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2012-01-11
Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive.
Maxim Dounin
1
-14
/
+18
2011-10-31
Silently ignoring a stale global SSL error left after disabled renegotiation.
Igor Sysoev
1
-0
/
+7
2011-10-25
Decrease of log level of some SSL handshake errors.
Igor Sysoev
1
-1
/
+19
2011-10-07
Releasing memory of idle SSL connection. This saves about 34K per SSL
Igor Sysoev
1
-0
/
+4
2011-10-07
Disabling SSL compression. This saves about 300K per SSL connection.
Igor Sysoev
1
-0
/
+4
2011-09-01
Proper SSL shutdown handling.
Maxim Dounin
1
-0
/
+5
2011-08-04
A new fix for the case when ssl_session_cache defined, but ssl is not
Igor Sysoev
1
-5
/
+2
2011-07-22
fix SSL connection issues on platforms with 32-bit off_t
Igor Sysoev
1
-3
/
+3
2011-07-22
fix build by gcc46 with -Wunused-value option
Igor Sysoev
1
-3
/
+7
2011-07-20
ECDHE support
Igor Sysoev
1
-0
/
+39
2011-07-20
MSIE export versions are rare now, so RSA 512 key is generated on demand
Igor Sysoev
1
-18
/
+8
2011-01-20
fix building on Fedora 14
Igor Sysoev
1
-1
/
+1
2010-12-06
remove SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG becuase of CVE-2010-4180
Igor Sysoev
1
-1
/
+0
2010-07-29
decrease SSL handshake error level to info
Igor Sysoev
1
-1
/
+2
2010-05-14
ngx_str_set() and ngx_str_null()
Igor Sysoev
1
-7
/
+3
2010-04-01
MSVC8 compatibility with OpenSSL 1.0.0
Igor Sysoev
1
-0
/
+3
2010-03-03
add OpenSSL_add_all_algorithms(), this fixes the error
Igor Sysoev
1
-0
/
+3
2010-03-02
Set SSL session context for "ssl_session_cache none".
Igor Sysoev
1
-2
/
+2
2010-02-19
decrease SSL handshake error level to info
Igor Sysoev
1
-0
/
+4
[next]