Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-30 | Fixed error processing in SSL operations. | Igor Sysoev | 1 | -13/+3 | |
Before this fix EWOULDBLOCK error was fatal for SSL write operation. This closes #325 issue on GitHub. | |||||
2019-03-01 | Fixed TLS connections hanging. | Igor Sysoev | 1 | -4/+2 | |
After event is delivered from the kernel its further processing is blocked. Non-ready TSL I/O operation should mark connection I/O state as not ready to unblock events and to allow their further processing. Otherwise the connection hangs. | |||||
2018-11-13 | Checking error states in I/O handlers. | Igor Sysoev | 1 | -6/+32 | |
2018-11-13 | Fixed nxt_openssl_chain_file() return type. | Valentin Bartenev | 1 | -3/+3 | |
This closes #182 issue on GitHub. Thanks to 洪志道 (Hong Zhi Dao). | |||||
2018-10-22 | Compatibility with LibreSSL. | Sergey Kandaurov | 1 | -1/+1 | |
LibreSSL uses high OPENSSL_VERSION_NUMBER, but has no SSL_CTX_add0_chain_cert(). | |||||
2018-09-20 | Controller: certificates storage interface. | Valentin Bartenev | 1 | -7/+87 | |
2018-09-20 | Added SSL/TLS support on connection level. | Igor Sysoev | 1 | -231/+372 | |
2018-03-05 | Reduced number of critical log levels. | Valentin Bartenev | 1 | -11/+12 | |
2017-06-20 | Using new memory pool implementation. | Igor Sysoev | 1 | -1/+1 | |
2017-06-14 | nxt_event_conn_... functions and structures have been renamed | Igor Sysoev | 1 | -25/+21 | |
to nxt_conn_... | |||||
2017-02-22 | I/O operations refactoring. | Igor Sysoev | 1 | -15/+10 | |
2017-02-07 | Event engines refactoring. | Igor Sysoev | 1 | -6/+6 | |
2017-01-30 | nxt_event_timer has been renamed to nxt_timer. | Igor Sysoev | 1 | -1/+1 | |
2017-01-23 | Introducing tasks. | Igor Sysoev | 1 | -46/+48 | |
2017-01-17 | Initial version. | Igor Sysoev | 1 | -0/+855 | |