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
2020-05-22
SSL: client certificate validation with OCSP (ticket #1534).
Roman Arutyunyan
1
-7
/
+51
2019-12-27
SSL: reworked posted next events again.
Maxim Dounin
1
-0
/
+4
2019-12-24
SSL: reworked posted next events.
Maxim Dounin
1
-31
/
+0
2019-10-17
SSL: available bytes handling (ticket #1431).
Maxim Dounin
1
-0
/
+68
2019-10-17
SSL: improved ngx_ssl_recv_chain() to stop if c->read->ready is 0.
Maxim Dounin
1
-0
/
+4
2019-08-16
SSL: lowered log level for WSAECONNABORTED errors on Windows.
Maxim Dounin
1
-0
/
+3
2016-04-11
SSL: removed OpenSSL 0.9.7 compatibility.
Sergey Kandaurov
1
-44
/
+3
2019-03-26
SSL: missing free calls in $ssl_client_s_dn and $ssl_client_i_dn.
Nikolay Morozov
1
-0
/
+2
2019-03-09
SSL: support for parsing PEM certificates from memory.
Maxim Dounin
1
-25
/
+43
2019-03-09
SSL: removed redundant "pkey" variable.
Maxim Dounin
1
-3
/
+2
2019-03-03
SSL: use of the SSL_OP_NO_CLIENT_RENEGOTIATION option.
Maxim Dounin
1
-0
/
+4
2019-03-03
SSL: server name callback changed to return fatal errors.
Maxim Dounin
1
-0
/
+6
2019-02-25
SSL: adjusted session id context with dynamic certificates.
Maxim Dounin
1
-4
/
+26
2019-02-25
SSL: passwords support for dynamic certificate loading.
Maxim Dounin
1
-1
/
+68
2019-02-25
SSL: loading of connection-specific certificates.
Maxim Dounin
1
-0
/
+74
2019-02-25
SSL: reworked ngx_ssl_certificate().
Maxim Dounin
1
-103
/
+186
2019-02-25
SSL: removed logging of empty "(SSL:)" in ngx_ssl_error().
Maxim Dounin
1
-22
/
+28
2019-02-07
SSL: fixed EVP_DigestFinal_ex() error message.
Sergey Kandaurov
1
-1
/
+1
2019-01-31
SSL: separate checks for errors in ngx_ssl_read_password_file().
Maxim Dounin
1
-2
/
+5
2019-01-31
SSL: explicitly zero out session ticket keys.
Ruslan Ermilov
1
-0
/
+24
2018-12-18
SSL: avoid reading on pending SSL_write_early_data().
Sergey Kandaurov
1
-0
/
+20
2018-11-15
Core: ngx_explicit_memzero().
Maxim Dounin
1
-2
/
+2
2018-10-23
SSL: explicitly set maximum version (ticket #1654).
Maxim Dounin
1
-0
/
+5
2018-09-25
SSL: fixed unlocked access to sess_id->len.
Ruslan Ermilov
1
-2
/
+5
2018-09-25
SSL: logging level of "no suitable signature algorithm".
Maxim Dounin
1
-0
/
+6
2018-09-25
SSL: logging level of "no suitable key share".
Maxim Dounin
1
-0
/
+6
2018-09-21
SSL: support for TLSv1.3 early data with OpenSSL.
Sergey Kandaurov
1
-44
/
+446
2018-09-21
SSL: disabled renegotiation checks with SSL_OP_NO_RENEGOTIATION.
Maxim Dounin
1
-0
/
+10
2018-09-10
SSL: restore handlers after blocking.
Maxim Dounin
1
-0
/
+28
2018-09-10
SSL: corrected SSL_ERROR_WANT_WRITE / SSL_ERROR_WANT_READ logging.
Maxim Dounin
1
-4
/
+8
2018-08-07
SSL: support for TLSv1.3 early data with BoringSSL.
Maxim Dounin
1
-0
/
+38
2018-08-07
SSL: enabled TLSv1.3 with BoringSSL.
Maxim Dounin
1
-0
/
+5
2018-07-17
SSL: save sessions for upstream peers using a callback function.
Sergey Kandaurov
1
-0
/
+63
2018-07-16
SSL: use of the SSL_OP_NO_RENEGOTIATION option (ticket #1376).
Maxim Dounin
1
-0
/
+4
2018-07-16
SSL: fixed SSL_clear_options() usage with OpenSSL 1.1.0+.
Maxim Dounin
1
-1
/
+1
2018-07-16
SSL: logging levels of "unsupported protocol", "version too low".
Maxim Dounin
1
-0
/
+4
2018-07-05
SSL: logging level of "https proxy request" errors.
Maxim Dounin
1
-0
/
+2
2018-06-06
SSL: removed extra prototype.
Sergey Kandaurov
1
-1
/
+0
2017-08-22
SSL: fixed possible use-after-free in $ssl_server_name.
Maxim Dounin
1
-6
/
+15
2017-08-22
SSL: the $ssl_client_escaped_cert variable (ticket #857).
Maxim Dounin
1
-0
/
+30
2017-08-09
Fixed calls to ngx_open_file() in certain places.
Sergey Kandaurov
1
-1
/
+2
2017-08-09
Style.
Sergey Kandaurov
1
-0
/
+2
2017-07-25
SSL: fixed typo in the error message.
Sergey Kandaurov
1
-1
/
+1
2017-05-03
SSL: allowed renegotiation in client mode with OpenSSL < 1.1.0.
Sergey Kandaurov
1
-1
/
+1
2017-04-18
SSL: compatibility with OpenSSL master branch.
Sergey Kandaurov
1
-1
/
+1
2017-04-18
SSL: disabled renegotiation detection in client mode.
Sergey Kandaurov
1
-1
/
+3
2017-04-18
SSL: added support for TLSv1.3 in ssl_protocols directive.
Sergey Kandaurov
1
-0
/
+6
2017-02-06
SSL: clear error queue after OPENSSL_init_ssl().
Sergey Kandaurov
1
-1
/
+11
2016-12-23
SSL: support AES256 encryption of tickets.
Maxim Dounin
1
-14
/
+44
2016-12-15
SSL: backed out changeset e7cb5deb951d, reimplemented properly.
Maxim Dounin
1
-3
/
+3
[next]