aboutsummaryrefslogtreecommitdiff
path: root/src/lib/tls/tortls_nss.c
AgeCommit message (Expand)Author
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-09-20Fix an NSS socket leak-on-error found by dgouletNick Mathewson
2018-09-20Use the correct macro to detect an invalid socket in tortls_nss.cNick Mathewson
2018-09-20Release ownership of the dummy socket that tortls_nss.c will closeNick Mathewson
2018-09-14Merge branch 'nss_countbytes_squashed'Nick Mathewson
2018-09-14Add support for lower-level byte counting with NSSNick Mathewson
2018-09-12Add a tor_tls_release_socket() function.Nick Mathewson
2018-09-05Suppress strict-prototypes warnings in one more batch of NSS headersNick Mathewson
2018-09-04Fix a pair of remaining leaks in tortls_nss.cNick Mathewson
2018-09-04Use FREE_AND_NULL for impl typesNick Mathewson
2018-09-04Document winsock includes betterNick Mathewson
2018-09-04Test a few more tortls.c functionsNick Mathewson
2018-09-04Avoid spurious error logs when using NSSNick Mathewson
2018-09-04Remove tor_tls_shutdown()Nick Mathewson
2018-09-04Initial NSS support for TLS.Nick Mathewson
2018-08-22NSS support for x509 certsNick Mathewson
2018-08-21Extract the non-generic part of tor_tls_context_decref().Nick Mathewson
2018-08-21When enabling NSS, disable OpenSSL.Nick Mathewson
2018-08-21Split tls modules and their tests into openssl and generic.Nick Mathewson