aboutsummaryrefslogtreecommitdiff
path: root/src/lib/tls/tortls_nss.c
AgeCommit message (Expand)Author
2021-05-25Merge branch 'maint-0.3.5' into maint-0.4.4Alexander Færøy
2021-05-25Remove the function `tor_tls_assert_renegotiation_unblocked`.Nick Mathewson
2020-07-14Merge remote-tracking branch 'tor-gitlab/merge-requests/43' into maint-0.4.4Alexander Færøy
2020-07-10NSS: Tell NSS that our SSL sockets are nonblocking.Nick Mathewson
2020-07-09Merge branch 'maint-0.4.3' into maint-0.4.4Nick Mathewson
2020-07-09Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson
2020-07-06Use ((x + 7) >> 3) instead of (x >> 3) when converting from bits to bytes.Alexander Færøy
2020-07-06Add constness to length variables in `tor_tls_cert_matches_key`.Alexander Færøy
2020-07-06Fix out-of-bound memory read in `tor_tls_cert_matches_key()` for NSS.Alexander Færøy
2020-07-02Carry TLS error strings forward to controller when reporting them.Nick Mathewson
2020-01-09Merge branch 'pre_formatter_cleanups_squashed'Nick Mathewson
2020-01-09Use new ENABLE/DISABLE_GCC_WARNINGNick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-04-06NSS: disable TLS1.2 SHA-384 ciphersuites.Nick Mathewson
2019-04-06NSS: Log an error message when SSL_ExportKeyingMaterial() failsNick Mathewson
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