aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.c
AgeCommit message (Expand)Author
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
2008-12-22Make freelist_len in memarea.c static; document a few variables.Nick Mathewson
2008-12-22Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson
2008-12-22Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson
2008-12-18Ben confirms that the MUST in rfc2631 is only for compatibility with X9.42, a...Nick Mathewson
2008-12-18Fix bug 889: share deep-copied keys between threads to avoid races in referen...Nick Mathewson
2008-12-17Use ctags and a python script to find identifiers that are never used anywher...Nick Mathewson
2008-09-05Clean up some redundant stuff in crypto_dh_new().Nick Mathewson
2008-08-08The first of Karsten's proposal 121 patches: configure and maintain client au...Nick Mathewson
2008-06-28 r16587@tombo: nickm | 2008-06-28 00:13:40 -0400Nick Mathewson
2008-06-13Set dynamic-locking callbacks in openssl. These can be more efficient when o...Nick Mathewson
2008-06-04Remov unused macro in crypto.cNick Mathewson
2008-05-09 r15558@tombo: nickm | 2008-05-09 04:35:12 -0400Nick Mathewson
2008-03-21 r19004@catbus: nickm | 2008-03-21 15:18:43 -0400Nick Mathewson
2008-02-24 r14422@tombo: nickm | 2008-02-24 17:09:56 -0500Nick Mathewson
2008-02-22 r14399@tombo: nickm | 2008-02-22 14:09:38 -0500Nick Mathewson
2008-02-21 r14374@tombo: nickm | 2008-02-21 16:57:39 -0500Nick Mathewson
2008-02-21 r14373@tombo: nickm | 2008-02-21 16:29:18 -0500Nick Mathewson
2008-02-15 r14185@tombo: nickm | 2008-02-15 18:05:54 -0500Nick Mathewson
2008-02-09doxygen and other cleanupsRoger Dingledine
2008-02-08 r14062@tombo: nickm | 2008-02-08 15:17:07 -0500Nick Mathewson
2008-02-07 r17964@catbus: nickm | 2008-02-07 10:45:02 -0500Nick Mathewson
2008-02-07 r17963@catbus: nickm | 2008-02-07 10:14:25 -0500Nick Mathewson