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.h
Age
Commit message (
Expand
)
Author
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-11
Merge remote-tracking branch 'public/solaris_warnings_028'
Nick Mathewson
2016-09-09
Chop another ~93 RSA key generations out of the unit tests
Nick Mathewson
2016-07-28
Fix a large pile of solaris warnings for bug 19767.
Nick Mathewson
2016-06-11
Add -Wmissing-variable-declarations, with attendant fixes
Nick Mathewson
2016-05-23
Expose crypto_digest_algorithm_get_length from crypto.c
Nick Mathewson
2016-05-16
Improve test coverage of our strongest-rng code.
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-23
Merge branch 'bug17795'
Nick Mathewson
2016-02-10
Whitespace fixes
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
changing output of crypto_cipher_crypt_inplace from int to void
Hassan Alsibyani
2016-01-27
Restrict the meaning of digests_t to sha1+sha256.
Nick Mathewson
2016-01-08
Merge remote-tracking branch 'public/feature16794_more'
Nick Mathewson
2015-12-29
Remove the (now-unused) digest_algorithm_bitfield_t
Nick Mathewson
2015-12-23
Unit tests for crypto_force_rand_ssleay().
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-10
Merge remote-tracking branch 'public/feature17694_strongest_027'
Nick Mathewson
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
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-24
add SHA512 support to crypto
George Tankersley
2015-10-02
Fix "make check-spaces"
Nick Mathewson
2015-09-15
Add tests for tortls.c
Ola Bini
2015-08-12
Add crypto_rand_unmocked, which is crypto_rand without mocking.
Yawning Angel
2015-07-31
Move formatting functions around.
Nick Mathewson
2015-05-28
Merge branch '12498_ed25519_keys_v6'
Nick Mathewson
2015-05-28
Implement proposal 228: cross-certification with onion keys
Nick Mathewson
2015-05-28
Implement ed25519-signed descriptors
Nick Mathewson
2015-05-20
Merge branch 'bug16034_no_more_openssl_098_squashed'
Nick Mathewson
2015-05-20
Now that OpenSSL 0.9.8 is dead, crypto_seed_rng() needs no args
Nick Mathewson
2015-04-28
Add "ADD_ONION"/"DEL_ONION" and "GETINFO onions/*" to the controller.
Yawning Angel
2015-04-23
Fix some conversion problems
Nick Mathewson
2015-04-23
Merge remote-tracking branch 'public/bug15745_027_03'
Nick Mathewson
2015-04-23
Merge branch 'feature15652_squashed'
Nick Mathewson
2015-04-23
Use a custom Base64 encoder with more control over the output format.
Yawning Angel
2015-04-21
Add crypto_rand_int_range() and use it
David Goulet
2015-04-15
Fix spaces in crypto.h and test-memwipe.c
teor
2015-03-14
Remove DynamicDHGroups as obsoleted by PluggableTransports or P256.
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-12-02
Constify crypto_pk_get_digest().
George Kadianakis
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-09-25
More generic passphrase hashing code, including scrypt support
Nick Mathewson
2014-08-28
Rename secret_to_key to secret_to_key_rfc2440
Nick Mathewson
2014-03-25
Fix warnings from doxygen
Nick Mathewson
[next]