aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypt_ops/include.am
AgeCommit message (Expand)Author
2019-11-07Use new configuration architecture for crypto optionsNick Mathewson
2019-05-02Add comments to include.am files to note where new sources goNick Mathewson
2019-03-02Split crypto_digest.crl1987
2019-02-14Implement a fast aes-ctr prngNick Mathewson
2019-02-06Extract numeric CSPRNG functions into a new module.Nick Mathewson
2018-11-05Add crypto module as a subsystem.Nick Mathewson
2018-08-21When enabling NSS, disable OpenSSL.Nick Mathewson
2018-08-21Implement RSA for NSS.Nick Mathewson
2018-08-21Extract openssl RSA functionality into its own file.Nick Mathewson
2018-08-02Fix double-link of crypto_openssl_mgt.cNick 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-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-17Merge branch 'bug25552_ope_squashed'Nick Mathewson
2018-07-17Implementation for a simple order-preserving encryption scheme.Nick 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
2018-07-11Move the initialization and cleanup parts of crypto.cNick Mathewson
2018-07-11Add a configure switch to build with NSS.Nick Mathewson
2018-06-26Refactor bloom filter logic not to be digest-specific.Nick Mathewson
2018-06-21Split crypto and tls libraries into directoriesNick Mathewson