summaryrefslogtreecommitdiff
path: root/src/common/crypto.c
AgeCommit message (Expand)Author
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-02Refactor strong os-RNG into its own functionNick Mathewson
2012-12-31Fix a couple of harmless clang3.2 warningsSebastian Hahn
2012-12-06Implement HKDF from RFC5869Nick Mathewson
2012-12-06Add a crypto_dh_dup, for benchmark supportNick Mathewson
2012-11-23Refer to RFC 4648 instead of the obsolete RFC 3548Nick Mathewson
2012-11-08Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-11-08Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-10Fix formatting in various places after 6465/6816 workAndrea Shepard
2012-10-04Merge remote-tracking branch 'public/openssl_1_is_best'Nick Mathewson
2012-09-17Fix documentation for crypto_pk_cmp_keysRobert Ransom
2012-09-17Implement and use crypto_pk_eq_keysRobert Ransom
2012-09-17Make crypto_pk_cmp_keys do something sane for NULL keysRobert Ransom
2012-09-12Log a notice if we're running with OpenSSL before 1.0.0.Nick Mathewson
2012-09-12Drop support for openssl 0.9.7Nick Mathewson
2012-09-06Detect openssl header version doesn't match runtime versionNick Mathewson
2012-09-06Don't log about Libevent/OpenSSL initialization when all's wellNick Mathewson
2012-06-05Fix "make check-spaces" issuesNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-05-30Fix clang 3.1 compile warning in crypto.cSebastian Hahn
2012-05-14Bump _WIN32_WINNT to 0x0501 throughout the codeNick Mathewson
2012-05-14Remove all instances of WIN32_WINNT (without leading _)Nick Mathewson
2012-04-18Remove needless check for a buffer that could not be NULL.Nick Mathewson
2012-03-30Remove a couple redundant NULL-checks before crypto_cipher_freeNick Mathewson
2012-03-27Excise PK_NO_PADDING entirely: Unpadded RSA is silly.Nick Mathewson
2012-03-27Refactor the API for setting up a block cipher.Nick Mathewson
2012-03-27Remove support for PK_NO_PADDING in crypto_pk_public_hybrid_encryptNick Mathewson
2012-02-20Fix crypto_hmac_sha256 documentation commentRobert Ransom
2012-01-31Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-10whitespace and warning fixes for bug4746Nick Mathewson
2012-01-10Merge remote-tracking branch 'asn-mytor/bug4746'Nick Mathewson
2012-01-10Test for broken counter-mode at runtimeNick Mathewson
2012-01-10We no longer need to detect openssl without RAND_poll()Nick Mathewson
2012-01-10Add macros to construct openssl version numbersNick Mathewson
2012-01-10Make sure MAX_DNS_LABEL_SIZE is definedSebastian Hahn
2012-01-09Tweaks for bug4413 fixNick Mathewson
2012-01-09Remove (untriggerable) overflow in crypto_random_hostname()Stephen Palmateer
2011-12-19Add an informative header on the 'keys/dynamic_dh_params' file.George Kadianakis
2011-12-12Don't crash on startup of a dormant relayRobert Ransom
2011-12-02Work around a false positive in Coverity.Sebastian Hahn
2011-11-30Free the global DH parameters in crypto_global_cleanup().George Kadianakis
2011-11-30Move crypto_global_cleanup() to the bottom of crypto.c.George Kadianakis
2011-11-29Merge remote-tracking branch 'asn-mytor/bug4548_take2'Nick Mathewson
2011-11-26Write dynamic DH parameters to a file.George Kadianakis
2011-11-25Move DH_GENERATOR to crypto.c.George Kadianakis
2011-11-25Move broken primes to dynamic_dh_modulus.broken.George Kadianakis
2011-11-25Do dynamic DH modulus storing in crypto.c.George Kadianakis