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
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-12
Merge of r4868, r4869: SSL minor fixes.
Maxim Dounin
1
-3
/
+5
2012-07-02
Merge of r4697: disabled gzip in OpenSSL prior to 1.0.0.
Maxim Dounin
1
-0
/
+18
2012-07-02
Merge of r4652: ssl without buffer should not set c->buffered.
Maxim Dounin
1
-1
/
+0
2012-06-04
Merge of r4630: fixed c->sent with unbuffered ssl.
Maxim Dounin
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
2009-11-23
decrease SSL handshake error level to info
Igor Sysoev
1
-0
/
+1
2009-11-11
disable SSL renegotiation (CVE-2009-3555)
Igor Sysoev
1
-0
/
+40
2009-11-03
fix segfault in SSL if limit_rate is used
Igor Sysoev
1
-3
/
+2
2009-09-24
fix r3155
Igor Sysoev
1
-1
/
+1
2009-09-24
fix debug log message
Igor Sysoev
1
-3
/
+3
2009-09-24
$ssl_session_id
Igor Sysoev
1
-0
/
+34
2009-07-27
fix memory corruption in $ssl_client_cert
Igor Sysoev
1
-1
/
+1
2009-07-23
delete ancient define
Igor Sysoev
1
-2
/
+0
2009-07-23
delete OpenSSL pre-0.9.7 compatibility: the sources were not actually
Igor Sysoev
1
-19
/
+0
2009-07-23
ssl_crl
Igor Sysoev
1
-0
/
+45
2009-07-22
*) $ssl_client_verify
Igor Sysoev
1
-0
/
+29
2009-06-02
return NULL instead of NGX_CONF_ERROR on a create conf failure
Igor Sysoev
1
-1
/
+1
2009-04-27
use ngx_vslprintf(), ngx_slprintf()
Igor Sysoev
1
-1
/
+1
2009-04-18
support attaching to an existent Win32 shared memory
Igor Sysoev
1
-2
/
+8
2009-04-16
move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memory
Igor Sysoev
1
-2
/
+2
2009-04-15
fix building by MSVC8
Igor Sysoev
1
-1
/
+1
2009-03-27
improve ngx_slab_alloc() error logging
Igor Sysoev
1
-0
/
+11
2009-02-24
small optimization: " == NGX_ERROR" > " != NGX_OK"
Igor Sysoev
1
-4
/
+4
2009-02-16
load SSL engine before certificates,
Igor Sysoev
1
-34
/
+25
2008-12-09
use "!= NGX_OK" instead of "== NGX_ERROR"
Igor Sysoev
1
-10
/
+10
2008-11-18
low some SSL handshake errors level
Igor Sysoev
1
-16
/
+30
[next]