summaryrefslogtreecommitdiff
path: root/src/common/crypto.c
AgeCommit message (Expand)Author
2011-01-15Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-15Zero out some more key data before freeing itNick Mathewson
2011-01-15Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-15Merge branch 'bug2352_obsize' into maint-0.2.1Nick Mathewson
2011-01-15Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-15Fix a heap overflow found by debuger, and make it harder to make that mistake...Nick Mathewson
2011-01-10Add logic in routerparse to not read overlong private keysNick Mathewson
2011-01-05Fix size_t vs unsigned comparison tooNick Mathewson
2011-01-03Fix up size and sign issues in base32 codeNick Mathewson
2011-01-03Merge remote branch 'sebastian/bug2314' into maint-0.2.2Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-12-27Fix compile wanrings revealed by gcc 4.5 on mingwSebastian Hahn
2010-12-15Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson
2010-12-13Have all of our allocation functions and a few others check for underflowNick Mathewson
2010-11-29Add wrappers function for libc random()Nick Mathewson
2010-10-26Properly refcount client_identity_keySebastian Hahn
2010-07-09Rename log.h to torlog.hNick Mathewson
2010-06-29Merge remote branch 'public/rand_double2'Nick Mathewson
2010-06-25Make cbt_generate_sample use crypto_rand_double()Nick Mathewson
2010-06-22Log an error if openssl fails to copy a key for usNick Mathewson
2010-06-22Add a function to return a double in range [0,1).Nick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2009-12-15Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-12-15Fix bug 1173: remove an assert(unsigned >= 0).Nick Mathewson
2009-12-12Merge commit 'sebastian/coverity'Nick Mathewson
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-10-27crypto_cipher_set_key cannot failSebastian Hahn
2009-10-26Remove checks for array existence. (CID 410..415)Nick Mathewson
2009-10-25Reduce log level for someone else sending us weak DH keys.Karsten Loesing
2009-10-18Document the microdescriptor code better.Nick Mathewson
2009-10-15Parse detached signature documents with multiple flavors and algorithms.Nick Mathewson
2009-10-15Refactor consensus signature storage for multiple digests and flavors.Nick Mathewson
2009-10-15Support for encoding and decoding 256-bit digests in base64Nick Mathewson
2009-09-29Alter keygen function to generate keys of different lengths.Nick Mathewson
2009-09-29Disable OpenSSL engines when building for Android.Nathan Freitas
2009-09-29Include util.h and log.h as relative paths.Nathan Freitas
2009-08-20Make crypto_digest_get_digest nondestructive again.Nick Mathewson
2009-08-20Add a SHA256 implementation for platforms that lack it.Nick Mathewson
2009-08-19Add basic support for SHA256.Nick Mathewson
2009-05-31Merge branch 'hardware_accel_improvements'Nick Mathewson
2009-05-28Fixes to spelling fixes. Thanks, Roger!Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-23Add support for dynamic OpenSSL hardware crypto acceleration engines.Martin Peck
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-01-21Make sure that even in the weird fiddly paths that lead to init_keys,Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-29Use RSA_generate_key_ex where available.Nick Mathewson