aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypt_ops/crypto_format.c
AgeCommit message (Expand)Author
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-04-30Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()Nick Mathewson
2019-04-12crypt_ops: Stop using a separate buffer in ed25519_signature_from_base64()teor
2019-04-05crypto_format: Stop adding padding in ed25519_signature_from_base64()teor
2019-04-05crypto_format: Remove the return value from ed25519_signature_to_base64()teor
2019-04-05crypto_format: Remove the return value from curve25519_public_to_base64()teor
2019-04-05crypto_format: Remove the return values from digest256_to_base64()teor
2019-04-05crypto_format: Remove unused return value from digest_to_base64()teor
2019-04-05crypto_format: Remove outdated commentsteor
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-08-21When enabling NSS, disable OpenSSL.Nick 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-22Extract key string manipulation functions into a new library.Nick Mathewson
2018-06-22Extract smartlist.h from container.hNick Mathewson
2018-06-22Rectify include paths after container split (automatic)Nick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-21Split crypto and tls libraries into directoriesNick Mathewson