aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypt_ops/crypto_rsa.c
AgeCommit message (Expand)Author
2020-03-17Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson
2020-02-05Merge branch 'trove_2020_002_035' into trove_2020_002_041Nick Mathewson
2020-02-05When parsing, reject >1024-bit RSA private keys sooner.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-06-05Run "make autostyle."Nick Mathewson
2019-02-08Add more openssl includes to fix no-deprecated compilationNick Mathewson
2019-01-16Log more messages when failing to decode RSA keysNick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-09-18Fix minor memleak in edge-case of crypto_rsa.c function.George Kadianakis
2018-09-17Lower the maximum size of a private key file to 16 MBNick Mathewson
2018-09-13Fix a 32-bit off_t/size_t warning in crypto_rsa.cNick Mathewson
2018-09-04Unify functions for reading/writing PEM keys, to avoid duplication.Nick Mathewson
2018-08-21When enabling NSS, disable OpenSSL.Nick Mathewson
2018-08-21Refactor crypto_rsa to use pem module.Nick Mathewson
2018-08-21Extract openssl RSA functionality into its own file.Nick Mathewson
2018-07-11Rename crypto.c to crypto_cipher.c (since that's all it still has.)Nick Mathewson
2018-07-11Extract and rename crypto_log_errors().Nick Mathewson
2018-07-11Move crypto_add_spaces_to_fp() to crypto_rsa.cNick Mathewson
2018-07-10Rename torlog.[ch] to log.[ch]Nick Mathewson
2018-06-28Remove all include common/ uses in crypto_ops and tls.Nick Mathewson
2018-06-27Move util_format into a new libtor-encoding libraryNick Mathewson
2018-06-22Automated fixup of include paths after torlog.h movement.Nick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-21Split crypto and tls libraries into directoriesNick Mathewson