summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_openssl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-04Removed the unsafe nxt_memcmp() wrapper for memcmp(3).Alejandro Colomar1-1/+1
2022-10-21TLS: Using ERR_get_error_all() with OpenSSL 3.Remi Collet1-0/+4
2022-10-20Preferring system crypto policy.Remi Collet1-7/+7
2022-05-12Using SSL_OP_IGNORE_UNEXPECTED_EOF.Sergey Kandaurov1-0/+5
2022-05-12Using OPENSSL_SUPPRESS_DEPRECATED.Sergey Kandaurov1-0/+3
2022-04-26Removed special cases for non-NXT_CONF_VALUE_ARRAY.Alejandro Colomar1-18/+6
2021-10-26Custom implementation of Base64 decoding function.Valentin Bartenev1-73/+3
2021-10-08Fixed invalid call sequence in nxt_tls_ticket_key_callback().Artem Konev1-5/+13
2021-08-25TLS: refactored nxt_tls_ticket_key_callback().Valentin Bartenev1-60/+51
2021-08-17Added TLS session tickets support.Andrey Suvorov1-0/+321
2021-07-22Changing SNI callback return code if a client sends no SNI.Andrey Suvorov1-5/+5
2021-07-21Enabling configure TLS sessions.Andrey Suvorov1-7/+29
2021-05-26Enabling SSL_CTX configuration by using SSL_CONF_cmd().Andrey Suvorov1-8/+106
2021-05-26Fixing crash during TLS connection shutdown.Andrey Suvorov1-6/+26
2021-03-24Added ability to configure multiple certificates on a listener.Andrey Suvorov1-32/+372
2021-03-24Workaround for an OpenSSL bug about not closing /dev/*random.Max Romanov1-0/+11
2021-03-15Fixed TLS connection shutdown on errors.Valentin Bartenev1-4/+0
2020-02-05Kept the value of c->socket.read_handler while data is available.Tiago Natel de Moura1-4/+0
2019-09-30Fixed error processing in SSL operations.Igor Sysoev1-13/+3
2019-03-01Fixed TLS connections hanging.Igor Sysoev1-4/+2
2018-11-13Checking error states in I/O handlers.Igor Sysoev1-6/+32
2018-11-13Fixed nxt_openssl_chain_file() return type.Valentin Bartenev1-3/+3
2018-10-22Compatibility with LibreSSL.Sergey Kandaurov1-1/+1
2018-09-20Controller: certificates storage interface.Valentin Bartenev1-7/+87
2018-09-20Added SSL/TLS support on connection level.Igor Sysoev1-231/+372
2018-03-05Reduced number of critical log levels.Valentin Bartenev1-11/+12
2017-06-20Using new memory pool implementation.Igor Sysoev1-1/+1
2017-06-14nxt_event_conn_... functions and structures have been renamedIgor Sysoev1-25/+21
2017-02-22I/O operations refactoring.Igor Sysoev1-15/+10
2017-02-07Event engines refactoring.Igor Sysoev1-6/+6
2017-01-30nxt_event_timer has been renamed to nxt_timer.Igor Sysoev1-1/+1
2017-01-23Introducing tasks.Igor Sysoev1-46/+48
2017-01-17Initial version.Igor Sysoev1-0/+855