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