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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
supplemental
/
tls
Commit message (
Expand
)
Author
Age
*
refactor/dtls: Use message oriented send/receive for DTLS.
Garrett D'Amore
2025-11-10
*
Replace nng_pipe_get_addr, nng_stream_get_addr, and the NNG_OPT_REMADDR option.
Garrett D'Amore
2025-10-27
*
NNG_OPT_BOUND_PORT replaces NNG_OPT_TCP/UDP_BOUND_PORT.
Garrett D'Amore
2025-10-26
*
Plumb sockaddrs all the way through pipes, make them failsafe.
Garrett D'Amore
2025-10-25
*
Add stream direct address functions for socket addresses.
Garrett D'Amore
2025-10-25
*
openssl - handle NULL SSL object
Garrett D'Amore
2025-10-20
*
Suppress KTLS requests, we do not support it.
Garrett D'Amore
2025-10-20
*
Add support for OpenSSL v3.5 and newer.
Garrett D'Amore
2025-10-19
*
fixes #2173 New TLS cert API - replaces the properties for CN and ALTNAMES.
Garrett D'Amore
2025-10-05
*
Various header file fixes... also fix compilation errors when HTTP is disabled.
v2.0.0-alpha.6
Garrett D'Amore
2025-10-05
*
fixes #2158 Implement support for NNG_OPT_TLS_PEER_CN for WolfSSL
Garrett D'Amore
2025-10-05
*
mbedtls: reduce logging for debug crypto to debug log
Garrett D'Amore
2025-09-14
*
MbedTLS: CLOSE NOTIFY is not not really an error.
Garrett D'Amore
2025-08-25
*
TLS: eliminate more runtime ops vectors
Garrett D'Amore
2025-06-30
*
TLS: Configuration does not need to keep a reference to the engine.
Garrett D'Amore
2025-06-29
*
TLS: fixes for test coverage and improved identification logging.
Garrett D'Amore
2025-06-22
*
TLS: Remove support for dynamic engine initialization.
Garrett D'Amore
2025-06-21
*
Drop mbedtls CTR_DRBG pseudo-random number generator.
Garrett D'Amore
2025-06-21
*
tls: false is not a number
Garrett D'Amore
2025-06-21
*
fixes mbedtls 3.6.3 handshake with NULL server name
elijahr
2025-06-02
*
Introduce DTLS transport for NNG.
Garrett D'Amore
2025-06-01
*
Converted property functions to use nng_err.
Garrett D'Amore
2025-04-27
*
Transport listen: use nng_err
Garrett D'Amore
2025-04-27
*
More nng_err -- this time for dialer and listener allocations.
Garrett D'Amore
2025-04-27
*
AIO: Use nng_err for cancellation callback instead of int.
Garrett D'Amore
2025-04-27
*
TLS: break up the TLS layer a bit to refactor for DTLS.
Garrett D'Amore
2025-04-27
*
Fix typo in NNG_TLS_MAX_RECV_SIZE
Garrett D'Amore
2025-04-13
*
Liberally apply some UWYI (use what you include) to header files
Garrett D'Amore
2025-01-05
*
api: fold TLS supplemental headers into nng.h
Garrett D'Amore
2025-01-04
*
cmake: ensure that MbedTLS and WolfSSL can be found properly as subprojects
Garrett D'Amore
2025-01-01
*
tls: use nni_aio_begin
Garrett D'Amore
2024-12-26
*
streams: add explicit stop functions
Garrett D'Amore
2024-12-12
*
Remove all the get_ptr option accessors.
Garrett D'Amore
2024-11-24
*
tls: add a mutual authentication test
Garrett D'Amore
2024-11-23
*
tls: include error code from mbed in log messages
Garrett D'Amore
2024-11-23
*
tls: add ecdsa test case
Garrett D'Amore
2024-11-17
*
tls: remove support for TLS 1.0 and 1.1.
Garrett D'Amore
2024-11-16
*
refactor initialization/finalization
Garrett D'Amore
2024-11-11
*
websocket: Do not allow a listener or dialer to change TLS while running
Garrett D'Amore
2024-11-09
*
TLS configuration changed to use discret _set_tls and _get_tls functions.
Garrett D'Amore
2024-11-09
*
Remove nng_stream_set function family.
Garrett D'Amore
2024-10-28
*
tls: Remove the individual TLS configuration options
Garrett D'Amore
2024-10-28
*
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
[next]