aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.c
AgeCommit message (Expand)Author
2016-02-06Merge remote-tracking branch 'yawning/bug18221'Nick Mathewson
2016-02-06Fix spaces.Nick Mathewson
2016-02-06Merge branch 'cleaned_aes_crypt'Nick Mathewson
2016-02-06Removed aes_crypt, left only aes_crypt_inplace. Removed should_use_openssl_CT...Malek
2016-02-06changing output of crypto_cipher_crypt_inplace from int to voidHassan Alsibyani
2016-02-03Make Tor build happily with OpenSSL master and libressl.Nick Mathewson
2016-02-02Validate the DH parameters for correctness.Yawning Angel
2016-01-27Restrict the meaning of digests_t to sha1+sha256.Nick Mathewson
2016-01-19Merge branch 'maint-0.2.7'Nick Mathewson
2016-01-19Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson
2016-01-19Refine the memwipe() arguments check for 18089 a little more.Nick Mathewson
2016-01-18Merge branch 'maint-0.2.7'Nick Mathewson
2016-01-18Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson
2016-01-18Make memwipe() do nothing when passed a NULL pointer or zero sizeteor (Tim Wilson-Brown)
2016-01-11Try a little harder to only use SecureZeroMemory when it's presentNick Mathewson
2016-01-08Merge remote-tracking branch 'public/feature16794_more'Nick Mathewson
2016-01-07On win32, use SecureZeroMemory() to securely wipe buffers.rl1987
2016-01-07Use memset_s or explicit_bzero when available.Nick Mathewson
2015-12-29Merge branch 'feature17796_squashed'Nick Mathewson
2015-12-29When allocating a crypto_digest_t, allocate no more bytes than neededNick Mathewson
2015-12-23Disable the dynlock functions we were giving openssl.Nick Mathewson
2015-12-23Unit tests for crypto_force_rand_ssleay().Nick Mathewson
2015-12-22Add an unreachable line to make the compiler happyNick Mathewson
2015-12-20Appease "make check-spaces"Nick Mathewson
2015-12-19Add `crypto_xof_t` and assorted routines, backed by SHAKE256.Yawning Angel
2015-12-19Add the SHA-3 hash functions to common/crypto.h.Yawning Angel
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-12-11Fix a pair of dead assignmentsNick Mathewson
2015-12-10make stack-protector happyNick Mathewson
2015-12-10add a staticNick Mathewson
2015-12-10improve a comment in memwipeNick Mathewson
2015-12-10Merge remote-tracking branch 'public/feature17694_strongest_027'Nick Mathewson
2015-12-09Mark a couple more arguments as unused.Nick Mathewson
2015-12-09Small cleanups and comment fixes to rng functions.Nick Mathewson
2015-12-09try a little harder with getrandom types to avoid warningsNick Mathewson
2015-12-08mark a variable unused.Nick Mathewson
2015-12-08Fix comment switcheroo. Spotted by skruffyNick Mathewson
2015-12-08Add support for getrandom() and getentropy() when availableYawning Angel
2015-12-08Always hash crypto_strongest_rand() along with some prngNick Mathewson
2015-11-25Merge branch 'bug17686_v2_027'Nick Mathewson
2015-11-25Fix documentation for crypto_rand*Nick Mathewson
2015-11-25Now that crypto_rand() cannot fail, it should return void.Nick Mathewson
2015-11-25Add crypto-initializer functions to those whose return values must be checkedNick Mathewson
2015-11-25Make crypto_seed_rng() and crypto_rand() less scary.Nick Mathewson
2015-11-26Check the return value of HMAC in crypto.c and assert on errorteor (Tim Wilson-Brown)
2015-11-25Merge remote-tracking branch 'teor/comments-20151123'Nick Mathewson
2015-11-25Tweak gtank's sha512 patch a littleNick Mathewson
2015-11-24implement teor's commentsGeorge Tankersley
2015-11-24add SHA512 support to cryptoGeorge Tankersley
2015-11-23Fix comments to describe actual return values (crypto.c)teor (Tim Wilson-Brown)