tor/src/lib/crypt_ops
2018-09-04 14:52:35 -04:00
..
.may_include Prune the .may_include files a bit; detect unused lines in them 2018-07-01 18:14:28 -04:00
aes_nss.c Use NSS for AES_CTR. 2018-07-31 19:46:00 -04:00
aes_openssl.c Use NSS for AES_CTR. 2018-07-31 19:46:00 -04:00
aes.h Rename util_malloc to malloc. 2018-07-10 15:16:57 -04:00
compat_openssl.h When enabling NSS, disable OpenSSL. 2018-08-21 12:25:33 -04:00
crypto_cipher.c Rename crypto.c to crypto_cipher.c (since that's all it still has.) 2018-07-11 14:12:36 -04:00
crypto_cipher.h Rename crypto.c to crypto_cipher.c (since that's all it still has.) 2018-07-11 14:12:36 -04:00
crypto_curve25519.c Rename torlog.[ch] to log.[ch] 2018-07-10 15:20:30 -04:00
crypto_curve25519.h File-level summary documentation for src/lib/*/*.[ch] 2018-07-10 12:22:01 -04:00
crypto_dh_nss.c Add a cast to make clang happier. 2018-08-02 08:36:24 -04:00
crypto_dh_openssl.c Implement DH in NSS. 2018-07-31 19:46:00 -04:00
crypto_dh.c Implement DH in NSS. 2018-07-31 19:46:00 -04:00
crypto_dh.h When enabling NSS, disable OpenSSL. 2018-08-21 12:25:33 -04:00
crypto_digest.c Several unit tests to improve test coverage of x509*.c 2018-09-04 14:52:35 -04:00
crypto_digest.h Several unit tests to improve test coverage of x509*.c 2018-09-04 14:52:35 -04:00
crypto_ed25519.c When enabling NSS, disable OpenSSL. 2018-08-21 12:25:33 -04:00
crypto_ed25519.h File-level summary documentation for src/lib/*/*.[ch] 2018-07-10 12:22:01 -04:00
crypto_format.c When enabling NSS, disable OpenSSL. 2018-08-21 12:25:33 -04:00
crypto_format.h File-level summary documentation for src/lib/*/*.[ch] 2018-07-10 12:22:01 -04:00
crypto_hkdf.c When enabling NSS, disable OpenSSL. 2018-08-21 12:25:33 -04:00
crypto_hkdf.h Remove all include common/ uses in crypto_ops and tls. 2018-06-28 14:40:25 -04:00
crypto_init.c Update prefork and postfork NSS code for unit tests. 2018-09-04 14:52:35 -04:00
crypto_init.h Update prefork and postfork NSS code for unit tests. 2018-09-04 14:52:35 -04:00
crypto_nss_mgt.c Update prefork and postfork NSS code for unit tests. 2018-09-04 14:52:35 -04:00
crypto_nss_mgt.h Update prefork and postfork NSS code for unit tests. 2018-09-04 14:52:35 -04:00
crypto_ope.c Fix issues with crypto_ope compilation now that crypto.h is gone 2018-07-31 19:56:42 -04:00
crypto_ope.h Merge branch 'bug25552_ope_squashed' 2018-07-17 16:19:32 -04:00
crypto_openssl_mgt.c Initialize and shut down NSS. 2018-07-13 12:35:22 -04:00
crypto_openssl_mgt.h Initialize and shut down NSS. 2018-07-13 12:35:22 -04:00
crypto_pwbox.c Rename crypto.c to crypto_cipher.c (since that's all it still has.) 2018-07-11 14:12:36 -04:00
crypto_pwbox.h File-level documentation for some of src/lib. 2018-07-01 20:22:55 -04:00
crypto_rand.c When enabling NSS, disable OpenSSL. 2018-08-21 12:25:33 -04:00
crypto_rand.h Remove all include common/ uses in crypto_ops and tls. 2018-06-28 14:40:25 -04:00
crypto_rsa_nss.c NSS support for x509 certs 2018-08-22 16:11:45 -04:00
crypto_rsa_openssl.c Implement RSA for NSS. 2018-08-21 12:24:08 -04:00
crypto_rsa.c When enabling NSS, disable OpenSSL. 2018-08-21 12:25:33 -04:00
crypto_rsa.h NSS support for x509 certs 2018-08-22 16:11:45 -04:00
crypto_s2k.c Implement PBKDF2 with NSS. 2018-08-21 12:25:33 -04:00
crypto_s2k.h File-level documentation for some of src/lib. 2018-07-01 20:22:55 -04:00
crypto_util.c When enabling NSS, disable OpenSSL. 2018-08-21 12:25:33 -04:00
crypto_util.h Extract and rename crypto_log_errors(). 2018-07-11 13:54:47 -04:00
digestset.c Refactor bloom filter logic not to be digest-specific. 2018-06-26 13:27:23 -04:00
digestset.h Finish renaming digestset_contains to digestset_probably_contains 2018-06-26 13:27:50 -04:00
include.am When enabling NSS, disable OpenSSL. 2018-08-21 12:25:33 -04:00