index
:
nng
branch1.10
doc-reorg
gdamore/udpconn
gh-pages
http-client-trans
http-handler-fini
main
mdbook
mqtt
pub-stats
stable
tcp-dialer-local-test
v1.2.x
wolf-peer-cn
A mirror of https://github.com/nanomsg/nng
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
supplemental
/
tls
Commit message (
Expand
)
Author
Age
*
TLS: enable TLS 1.3 for Mbed TLS.
Garrett D'Amore
2024-08-14
*
fixes #1849 merge wolfSSL support inline, and relicense it under same terms a...
Garrett D'Amore
2024-07-22
*
TLS: make some tests conditional.
Garrett D'Amore
2024-07-22
*
TLS: Stop making the licensing message a warning - notice is sufficient.
Garrett D'Amore
2024-07-22
*
TLS: announce which engine we are using (in anticipation of newer TLS engines)
Garrett D'Amore
2024-07-22
*
fixes #1846 Add support for TLS PSK
Garrett D'Amore
2024-07-21
*
[tls_common] finish conn lock in tls_reap
Moi Ran
2024-04-14
*
fixes #1588 TLS should log errors
Garrett D'Amore
2024-04-14
*
Add missing `nng_tls_config_hold` stub function
Marc Lasch
2024-04-13
*
fixes #1771 cmake: respect CMAKE_FIND_PACKAGE_PREFER_CONFIG if present
Garrett D'Amore
2024-02-28
*
fix typo in test for CMAKE_FIND_PACKAGE_PREFER_CONFIG
Garrett D'Amore
2024-02-17
*
tls: fix cast to integer warning
Garrett D'Amore
2024-01-27
*
Mbed TLS CMake improvements.
Garrett D'Amore
2024-01-27
*
fixes #1673 High CPU usage with TLS
Garrett D'Amore
2023-12-16
*
Get common name and subject alternative names of peer certificate (#1617)
Christian Fischbach
2023-02-08
*
Fill NNG_PKGS to request nng dependencies from installed location. (#1641)
Garrett D'Amore
2023-02-05
*
Use static initialization for lists and mutexes.
Garrett D'Amore
2021-12-05
*
Provide atomic pointer support.
Garrett D'Amore
2021-12-05
*
fixes #1478 mbedTLS 3.0 is not API compatible with 2.x
Garrett D'Amore
2021-08-09
*
fixes #1471 Use of strdup instead of nni_strdup in mbedtls/tls.c
Garrett D'Amore
2021-07-22
*
remove extraneous comment, set conn_init static (#1424)
Dave Voutila
2021-02-17
*
Fix typo in tls_common.c (#1412)
Evgeny Ermakov
2021-01-24
*
fixes #1372 nni_reap could be smaller
Garrett D'Amore
2020-12-19
*
New NUTS test framework (NNG Unit Test Support).
Garrett D'Amore
2020-11-23
*
fixes #1071 tran_chkopt can be cleaned up
Garrett D'Amore
2020-11-15
*
fixes #1087 CMakeLists structural improvements desired
Garrett D'Amore
2020-11-14
*
Clean up some warnings.
Garrett D'Amore
2020-11-08
*
fixes #1235 framing error in SSL/TLS
Garrett D'Amore
2020-07-26
*
Tests for sending large amounts of data over NNG TLS streams.
Garrett D'Amore
2020-05-23
*
fixes #1005 TLS 1.3 support
Garrett D'Amore
2020-02-23
*
fixes #1094 Consider in-lining task and aio
Garrett D'Amore
2020-01-08
*
fixes #1112 POSIX pollq finalizers could be simpler
Garrett D'Amore
2020-01-05
*
Add possibility to use mbedtls cmake target if available
Robert Bielik
2019-12-27
*
fixes #948 TLS listener leaks underlying TCP stream listener
Garrett D'Amore
2019-05-19
*
fix #946 Use after free in TLS
Garrett D'Amore
2019-05-19
*
fixes #872 create unified nng_stream API
Garrett D'Amore
2019-02-16
*
fixes #839 TCP listener_start API should use constant sockaddr
Garrett D'Amore
2019-01-06
*
fixes #847 Define public TLS API
Garrett D'Amore
2019-01-06
*
fixes #825 TCP public API should use generic setopt/getopt
Garrett D'Amore
2018-12-31
*
move all public headers to include/nng/ folder
Gregor Burger
2018-11-22
*
fixes #456 TLS configuration object hold
Garrett D'Amore
2018-11-05
*
fixes #577 target library dependencies should be public
Garrett D'Amore
2018-11-05
*
fixes #770 Assertion in NNG TLS layer
Garrett D'Amore
2018-11-01
*
fixes #664 aio cancellation could be better
Garrett D'Amore
2018-08-20
*
fixes #605 NNI_ALLOC_STRUCT/NNI_ALLOC_STRUCTS should zero memory
Garrett D'Amore
2018-07-24
*
fixes #523 dialers could support multiple outstanding dial requests
Garrett D'Amore
2018-07-16
*
fixes #419 want to nni_aio_stop without blocking (#428)
Garrett D'Amore
2018-05-15
*
fixes #352 aio lock is burning hot
Garrett D'Amore
2018-05-14
*
fixes #105 Want NNG_OPT_TCP_NODELAY option
Garrett D'Amore
2018-04-26
*
fixes #346 nng_recv() sometimes acts on null `msg` pointer
Garrett D'Amore
2018-04-20
[next]