aboutsummaryrefslogtreecommitdiff
path: root/src/lib/tls
AgeCommit message (Expand)Author
2018-08-21When enabling NSS, disable OpenSSL.Nick Mathewson
2018-08-21Split tls modules and their tests into openssl and generic.Nick Mathewson
2018-08-21Refactor some of the certificate-manipulation logicNick Mathewson
2018-08-21Extract tortls structures into a new header; clean up a littleNick Mathewson
2018-08-21Split X509 code out of tortls.cNick Mathewson
2018-08-21Rename openssl-bridging functions in crypto_rsaNick Mathewson
2018-07-31Refactor the dependency between tortls and crypto_dh.Nick Mathewson
2018-07-11Rename crypto.c to crypto_cipher.c (since that's all it still has.)Nick Mathewson
2018-07-11Add a configure switch to build with NSS.Nick Mathewson
2018-07-10Rename torlog.[ch] to log.[ch]Nick Mathewson
2018-07-10File-level summary documentation for src/lib/*/*.[ch]Nick Mathewson
2018-07-03Retire U64_TO_DBL and DBL_TO_U64Nick Mathewson
2018-07-01Prune the .may_include files a bit; detect unused lines in themNick Mathewson
2018-06-29Remove an errant (and unused) include permission in lib/tlsNick Mathewson
2018-06-28Move buffers into containerNick Mathewson
2018-06-28Remove all include common/ uses in crypto_ops and tls.Nick Mathewson
2018-06-22Remove the util_bug.h include from smartlist.h.Nick Mathewson
2018-06-22Automated fixup of include paths after torlog.h movement.Nick Mathewson
2018-06-22Update permissible includesNick Mathewson
2018-06-22Extract smartlist.h from container.hNick Mathewson
2018-06-22Rectify include paths after container split (automatic)Nick Mathewson
2018-06-21New script to check includes for modularity violationsNick Mathewson
2018-06-21Rectify include paths (automated).Nick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-21Split crypto and tls libraries into directoriesNick Mathewson