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
2017-11-30
Merge branch 'maint-0.3.0' into maint-0.3.1
Nick Mathewson
2017-11-30
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson
2017-11-30
Merge branch 'maint-0.2.8' into maint-0.2.9
Nick Mathewson
2017-11-30
Merge branch 'maint-0.2.5' into maint-0.2.8
Nick Mathewson
2017-11-27
Avoid asking for passphrase on junky PEM input
Nick Mathewson
2017-05-26
Cleanup MOCK_IMPL (etc) to be findable with etags
Nick Mathewson
2017-04-07
Merge branch 'ticket21842_squashed'
Nick Mathewson
2017-04-07
Remove tor-checkkey as obsolete
Nick Mathewson
2017-03-31
Isolate dmalloc/openssl bridge code to crypto.c
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2017-02-07
Merge branch 'maint-0.2.4' into maint-0.2.5
Nick Mathewson
2017-02-07
Merge remote-tracking branch 'public/bug19152_024_v2' into maint-0.2.4
Nick Mathewson
2017-02-07
Merge branch 'maint-0.2.4' into maint-0.2.5
Nick Mathewson
2017-02-07
Refine the memwipe() arguments check for 18089 a little more.
Nick Mathewson
2017-02-07
Make memwipe() do nothing when passed a NULL pointer or zero size
teor (Tim Wilson-Brown)
2017-01-30
Make a bunch of signature/digest-checking functions mockable
Nick Mathewson
2016-12-18
clarify debug-level log while initializing entropy
Roger Dingledine
2016-12-14
Merge branch 'dgoulet_ticket19043_030_03_squashed'
Nick Mathewson
2016-12-14
crypto: Change crypto_mac_sha3_256 to use the key length in the construction
David Goulet
2016-12-14
prop224 prepwork: Introduce HMAC-SHA3 function.
George Kadianakis
2016-12-05
whitespace fix
Nick Mathewson
2016-12-05
20865: Don't use getentropy() on OSX Sierra.
Nick Mathewson
2016-11-24
crypto_digest512 returns expected error value of -1
Chelsea H. Komlo
2016-11-24
crypto_digest256 returns expected error value of -1
Chelsea H. Komlo
2016-11-24
crypto_digest returns expected error value of -1
Chelsea H. Komlo
2016-11-03
Merge branch 'maint-0.2.8' into maint-0.2.9
Nick Mathewson
2016-11-03
Merge branch 'bug20553_028'
Nick Mathewson
2016-11-03
Work around a behavior change in openssl's BUF_MEM code
Nick Mathewson
2016-09-24
Merge branch 'osx_sierra_028'
Nick Mathewson
2016-09-24
Fix compilation on OSX Sierra (10.12)
Nick Mathewson
2016-09-16
Add support for AES256 and AES192
Nick Mathewson
2016-09-16
Remove a needless level of indirection from crypto_cipher_t
Nick Mathewson
2016-09-16
Simplify the crypto_cipher_t interface and structure
Nick Mathewson
2016-09-16
In aes.c, support 192-bit and 256-bit keys.
Nick Mathewson
2016-09-09
Chop another ~93 RSA key generations out of the unit tests
Nick Mathewson
2016-07-28
Fix a huge pile of -Wshadow warnings.
Nick Mathewson
2016-06-27
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-06-24
Bug19499: Fix GCC warnings when building against bleeding edge OpenSSL.
Yawning Angel
2016-06-17
Use the Autoconf macro AC_USE_SYSTEM_EXTENSIONS
cypherpunks
2016-06-14
Use ENABLE/DISABLE_GCC_WARNING in masater.
Nick Mathewson
2016-06-14
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-06-14
Resolve the remaining openssl "-Wredundant-decls" warnings.
Nick Mathewson
2016-06-14
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-06-14
Bug 19406: OpenSSL made RSA and DH opaque in 1.1.0.
Yawning Angel
2016-06-14
Bug 19406: OpenSSL changed the Thread API in 1.1.0 again.
Yawning Angel
2016-05-25
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-05-25
Merge branch 'bug19152_024_v2' into maint-0.2.8
Nick Mathewson
2016-05-25
Fix a dangling pointer issue in our RSA keygen code
Nick Mathewson
2016-05-23
Expose crypto_digest_algorithm_get_length from crypto.c
Nick Mathewson
2016-05-16
Mark even more crypto lines (the fragile_assert ones) as unreachable
Nick Mathewson
[next]