index
:
unit.git
alx-gzip
applog
bool
compr
master
skel_lm
wasm
Universal Web Application Server
andrew@digital-domain.net
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
nxt_openssl.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-28
Convert uint8_t struct boolean members to nxt_bool_t.
Andrew Clayton
1
-1
/
+1
2022-11-04
Removed the unsafe nxt_memcmp() wrapper for memcmp(3).
Alejandro Colomar
1
-1
/
+1
2022-10-21
TLS: Using ERR_get_error_all() with OpenSSL 3.
Remi Collet
1
-0
/
+4
2022-10-20
Preferring system crypto policy.
Remi Collet
1
-7
/
+7
2022-05-12
Using SSL_OP_IGNORE_UNEXPECTED_EOF.
Sergey Kandaurov
1
-0
/
+5
2022-05-12
Using OPENSSL_SUPPRESS_DEPRECATED.
Sergey Kandaurov
1
-0
/
+3
2022-04-26
Removed special cases for non-NXT_CONF_VALUE_ARRAY.
Alejandro Colomar
1
-18
/
+6
2021-10-26
Custom implementation of Base64 decoding function.
Valentin Bartenev
1
-73
/
+3
2021-10-08
Fixed invalid call sequence in nxt_tls_ticket_key_callback().
Artem Konev
1
-5
/
+13
2021-08-25
TLS: refactored nxt_tls_ticket_key_callback().
Valentin Bartenev
1
-60
/
+51
2021-08-17
Added TLS session tickets support.
Andrey Suvorov
1
-0
/
+321
2021-07-22
Changing SNI callback return code if a client sends no SNI.
Andrey Suvorov
1
-5
/
+5
2021-07-21
Enabling configure TLS sessions.
Andrey Suvorov
1
-7
/
+29
2021-05-26
Enabling SSL_CTX configuration by using SSL_CONF_cmd().
Andrey Suvorov
1
-8
/
+106
2021-05-26
Fixing crash during TLS connection shutdown.
Andrey Suvorov
1
-6
/
+26
2021-03-24
Added ability to configure multiple certificates on a listener.
Andrey Suvorov
1
-32
/
+372
2021-03-24
Workaround for an OpenSSL bug about not closing /dev/*random.
Max Romanov
1
-0
/
+11
2021-03-15
Fixed TLS connection shutdown on errors.
Valentin Bartenev
1
-4
/
+0
2020-02-05
Kept the value of c->socket.read_handler while data is available.
Tiago Natel de Moura
1
-4
/
+0
2019-09-30
Fixed error processing in SSL operations.
Igor Sysoev
1
-13
/
+3
2019-03-01
Fixed TLS connections hanging.
Igor Sysoev
1
-4
/
+2
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
2018-10-22
Compatibility with LibreSSL.
Sergey Kandaurov
1
-1
/
+1
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
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