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
/
tests
/
tls.c
Commit message (
Expand
)
Author
Age
*
fixes #1588 TLS should log errors
Garrett D'Amore
2024-04-14
*
Fixes for some security complaints.
Garrett D'Amore
2022-12-31
*
don't use deprecated functions in tests (#1560)
Edward Rudd
2021-12-29
*
fixes #1478 mbedTLS 3.0 is not API compatible with 2.x
Garrett D'Amore
2021-08-09
*
fixes #1401 valgrind reports leaks in all tests
Garrett D'Amore
2021-01-03
*
fixes #1005 TLS 1.3 support
Garrett D'Amore
2020-02-23
*
fixes #831 Unify option structures, o_type is unused
Garrett D'Amore
2018-12-29
*
move all public headers to include/nng/ folder
Gregor Burger
2018-11-22
*
fixes #678 local binding for TLS+TCP sockets
Garrett D'Amore
2018-08-28
*
Issues/634 (#677)
Matthew Zipay
2018-08-28
*
fixes #644 remove start from TLS code
Garrett D'Amore
2018-08-14
*
Revert "fixes #599 nng_dial sync should not return until added to socket"
Garrett D'Amore
2018-08-06
*
fixes #599 nng_dial sync should not return until added to socket
Garrett D'Amore
2018-08-05
*
fixes #469 SO_REUSEADDR should be enabled
Garrett D'Amore
2018-05-21
*
fixes #381 Want comparators for various types
Garrett D'Amore
2018-05-01
*
fixes #375 integer types are error prone
Garrett D'Amore
2018-04-26
*
fixes #105 Want NNG_OPT_TCP_NODELAY option
Garrett D'Amore
2018-04-26
*
fixes #301 String option handling for getopt
Garrett D'Amore
2018-03-20
*
fixes #296 Typed options should validate option type
Garrett D'Amore
2018-03-20
*
fixes #289 nng_sockaddr could just be a union
Garrett D'Amore
2018-03-14
*
fixes #262 NNG_OPT_URL should be resolved
Garrett D'Amore
2018-03-04
*
Isolate TLS functions into separate tls.h header file.
Garrett D'Amore
2018-03-02
*
fixes #234 Investigate enabling more verbose compiler warnings
Garrett D'Amore
2018-02-14
*
fixes #219 transports should take URL structure instead of string address
Garrett D'Amore
2018-01-22
*
fixes #209 NNG_OPT_TLS_VERIFIED is busted
Garrett D'Amore
2018-01-17
*
fixes #186 Suggested API changes for nng TLS certs
Garrett D'Amore
2018-01-09
*
Fix some more leaks, add a generic URL parser.
Garrett D'Amore
2018-01-05
*
Rename config init/fini to alloc/free, add documentation for them.
Garrett D'Amore
2017-12-31
*
fixes #166 Websocket TLS mapping
Garrett D'Amore
2017-12-30
*
fixes #2 Websocket transport
Garrett D'Amore
2017-12-26
*
fixes #160 Convert TLS url from tls:// to tls+tcp://
Garrett D'Amore
2017-11-27
*
fixes #3 TLS transport
Garrett D'Amore
2017-11-20