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
2016-11-03
Merge branch 'maint-0.2.8' into maint-0.2.9
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
2016-05-16
Refactor digest allocation backend code
Nick Mathewson
2016-05-16
Cover all our DH code, and/or mark it unreachable.
Nick Mathewson
2016-05-16
Treat absent argument to crypto_log_errors as a bug.
Nick Mathewson
2016-05-16
Slight improvements to DH coverage.
Nick Mathewson
2016-05-16
Mark some unreachable lines in crypto.c
Nick Mathewson
2016-05-16
Improve test coverage of our strongest-rng code.
Nick Mathewson
2016-04-25
Remove redundant declarations of MIN
Nick Mathewson
2016-04-12
Add LCOV_EXCL* markers to crypto.c and crypto_s2k.c
Nick Mathewson
2016-04-05
Only define NEW_THREAD_API when not building with LibreSSL.
Nick Mathewson
2016-04-05
OpenSSL 1.1.0-pre4 and later(?) have a new "thread API".
Yawning Angel
2016-02-28
clean/extend some module docs, including fix from #18403
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-23
Merge branch 'bug17795'
Nick Mathewson
2016-02-23
Fix an erroneous renaming
Nick Mathewson
2016-02-10
Another automated rename.
Nick Mathewson
2016-02-10
Rename crypto_digest_all, and digests_t.
Nick Mathewson
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
[next]