summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2018-08-21Split X509 code out of tortls.cNick Mathewson
2018-08-21Implement RSA for NSS.Nick Mathewson
2018-08-21Refactor crypto_rsa to use pem module.Nick Mathewson
2018-08-21Add rudimentary support for PEM-encoding, since NSS doesn't do that.Nick Mathewson
2018-08-21Use a constant for "65537"Nick Mathewson
2018-08-21Rename openssl-bridging functions in crypto_rsaNick Mathewson
2018-08-21Remove a redundant function.Nick Mathewson
2018-08-21Rename functions that encode/decode private keysNick Mathewson
2018-08-21Extract openssl RSA functionality into its own file.Nick Mathewson
2018-08-14Adjust windows stubs for new start/finish_daemon() return typesNick Mathewson
2018-08-08Call crypto_postfork on start_daemon() instead.Nick Mathewson
2018-08-08Make finish_daemon() return a boolean to say whether it did anything.Nick Mathewson
2018-08-08Merge branch 'bug26779_033' into bug26779_035Nick Mathewson
2018-08-08Merge branch 'maint-0.3.4'Nick Mathewson
2018-08-03Merge remote-tracking branch 'public/string_coverage'Nick Mathewson
2018-08-02Suppress strict-prototypes warning in crypto_nss_mgt.cNick Mathewson
2018-08-02Fix double-link of crypto_openssl_mgt.cNick Mathewson
2018-08-02Add a cast to make clang happier.Nick Mathewson
2018-08-01Document new helper functions in socketpair.cNick Mathewson
2018-08-01Reindent tor_ersatz_socketpairNick Mathewson
2018-08-01Refactor tor_ersatz_socketpair() not to need socket.Nick Mathewson
2018-08-01Remove dependency from socketpair.c on address.hNick Mathewson
2018-08-01Extract tor_ersatz_socketpair into a new c fileNick Mathewson
2018-07-31Fix issues with crypto_ope compilation now that crypto.h is goneNick Mathewson
2018-07-31Merge branch 'nss_dh_squashed' into nss_dh_squashed_mergedNick Mathewson
2018-07-31Only link crypto_dh_openssl.c onceNick Mathewson
2018-07-31Implement DH in NSS.Nick Mathewson
2018-07-31Refactor the dependency between tortls and crypto_dh.Nick Mathewson
2018-07-31Extract the shared part of crypto_dh_compute_secret.Nick Mathewson
2018-07-31Extract the OpenSSL DH functionality to a new file.Nick Mathewson
2018-07-31Fix "make distcheck."Nick Mathewson
2018-07-31Use NSS for AES_CTR.Nick Mathewson
2018-07-31Use NSS in crypto_rand.cNick Mathewson
2018-07-31Use NSS's digest code in Tor.Nick Mathewson
2018-07-31Add TOR_PRIdSZ to torint.hteor
2018-07-30Remove a now-obsolete comment about deadcode_dummy__Nick Mathewson
2018-07-30Merge branch 'ticket26890'Nick Mathewson
2018-07-30Merge remote-tracking branch 'rl1987/ticket21349_4'Nick Mathewson
2018-07-30Merge branch 'maint-0.3.4'Nick Mathewson
2018-07-21Make entry_guards_update_primary() shorterrl1987
2018-07-20Remove over-cleverness from our coverity BUG() definition.Nick Mathewson
2018-07-19Merge branch 'bug26712'Nick Mathewson
2018-07-17Increase line coverage in libtor-string to 100%Nick Mathewson
2018-07-17Merge branch 'bug25552_ope_squashed'Nick Mathewson
2018-07-17Make the OPE scheme return CRYPTO_OPE_ERROR on error.George Kadianakis
2018-07-17Increase OPE_INPUT_MAX.George Kadianakis
2018-07-17Implementation for a simple order-preserving encryption scheme.Nick Mathewson
2018-07-13Add postfork support for nssNick Mathewson
2018-07-13Initialize and shut down NSS.Nick Mathewson
2018-07-11Rename crypto.c to crypto_cipher.c (since that's all it still has.)Nick Mathewson