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