index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
crypto.h
Age
Commit message (
Expand
)
Author
2011-06-03
Reject 128-byte keys that are not 1024-bit
Nick Mathewson
2011-05-16
Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-05-16
squash! Add crypto_pk_check_key_public_exponent function
Nick Mathewson
2011-05-16
Add crypto_pk_check_key_public_exponent function
Robert Ransom
2011-02-10
Make the DH parameter we use for TLS match the one from Apache's mod_ssl
Nick Mathewson
2011-01-25
Remove an unused function in crypto.c
Nick Mathewson
2011-01-24
Make the DH parameter we use for TLS match the one from Apache's mod_ssl
Nick Mathewson
2011-01-15
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-01-15
Merge branch 'bug2352_obsize' into maint-0.2.1
Nick Mathewson
2011-01-15
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-01-15
Fix a heap overflow found by debuger, and make it harder to make that mistake...
Nick Mathewson
2011-01-10
Add logic in routerparse to not read overlong private keys
Nick Mathewson
2011-01-03
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-01-03
Bump copyright statements to 2011
Nick Mathewson
2010-06-22
Add a function to return a double in range [0,1).
Nick Mathewson
2010-02-27
Merge remote branch 'origin/maint-0.2.1'
Nick Mathewson
2010-02-27
Update Tor Project copyright years
Nick Mathewson
2009-10-27
crypto_cipher_set_key cannot fail
Sebastian Hahn
2009-10-25
Reduce log level for someone else sending us weak DH keys.
Karsten Loesing
2009-10-15
Parse detached signature documents with multiple flavors and algorithms.
Nick Mathewson
2009-10-15
Refactor consensus signature storage for multiple digests and flavors.
Nick Mathewson
2009-10-15
Support for encoding and decoding 256-bit digests in base64
Nick Mathewson
2009-09-29
Alter keygen function to generate keys of different lengths.
Nick Mathewson
2009-08-19
Add basic support for SHA256.
Nick Mathewson
2009-05-23
Add support for dynamic OpenSSL hardware crypto acceleration engines.
Martin Peck
2009-05-04
Update copyright to 2009.
Karsten Loesing
2009-05-02
Update copyright to 2009.
Karsten Loesing
2009-01-04
Remove svn $Id$s from our source, and remove tor --version --version.
Nick Mathewson
2008-12-29
Use a consistent naming standard for header file guard macros, taking care no...
Nick Mathewson
2008-12-22
Fix most DOCDOCs remaining and/or added by redox.
Nick Mathewson
2008-12-22
Add DOCDOC comments for all undocumented functions. Add missing *s to other ...
Nick Mathewson
2008-12-18
Fix bug 889: share deep-copied keys between threads to avoid races in referen...
Nick Mathewson
2008-08-08
The first of Karsten's proposal 121 patches: configure and maintain client au...
Nick Mathewson
2008-05-09
r15558@tombo: nickm | 2008-05-09 04:35:12 -0400
Nick Mathewson
2008-03-21
r19004@catbus: nickm | 2008-03-21 15:18:43 -0400
Nick Mathewson
2008-02-22
r14399@tombo: nickm | 2008-02-22 14:09:38 -0500
Nick Mathewson
2008-02-21
r14374@tombo: nickm | 2008-02-21 16:57:39 -0500
Nick Mathewson
2008-02-15
r14185@tombo: nickm | 2008-02-15 18:05:54 -0500
Nick Mathewson
2008-02-08
r14062@tombo: nickm | 2008-02-08 15:17:07 -0500
Nick Mathewson
2008-02-07
r17963@catbus: nickm | 2008-02-07 10:14:25 -0500
Nick Mathewson
2008-02-07
Update some copyright notices: it is now 2008.
Nick Mathewson
2007-12-12
clean up copyrights, and assign 2007 copyrights to The Tor Project, Inc
Roger Dingledine
2007-11-06
r16455@catbus: nickm | 2007-11-06 12:48:00 -0500
Nick Mathewson
2007-10-31
r16287@catbus: nickm | 2007-10-31 00:53:53 -0400
Nick Mathewson
2007-09-20
r15231@catbus: nickm | 2007-09-20 16:04:30 -0400
Nick Mathewson
2007-09-19
r15172@catbus: nickm | 2007-09-19 11:50:02 -0400
Nick Mathewson
2007-09-18
add some crypto/util functions from karsten, as the first
Roger Dingledine
2007-06-13
r13410@catbus: nickm | 2007-06-13 18:39:05 -0400
Nick Mathewson
2007-06-13
r13383@catbus: nickm | 2007-06-13 13:53:04 -0400
Nick Mathewson
2007-05-18
r12980@Kushana: nickm | 2007-05-18 14:11:05 -0400
Nick Mathewson
[next]