Nick Mathewson
|
1cfa2bc859
Fix documentation for crypto_rand*
|
9 years ago |
Nick Mathewson
|
ddcbe26474
Now that crypto_rand() cannot fail, it should return void.
|
9 years ago |
Nick Mathewson
|
10fdee6285
Add crypto-initializer functions to those whose return values must be checked
|
9 years ago |
Nick Mathewson
|
dedea28c2e
Make crypto_seed_rng() and crypto_rand() less scary.
|
9 years ago |
teor (Tim Wilson-Brown)
|
b1b8f7982e
Check the return value of HMAC in crypto.c and assert on error
|
9 years ago |
Nick Mathewson
|
45caeec9a0
Merge remote-tracking branch 'teor/comments-20151123'
|
9 years ago |
Nick Mathewson
|
7194d3d957
Tweak gtank's sha512 patch a little
|
9 years ago |
George Tankersley
|
695412302b
implement teor's comments
|
9 years ago |
George Tankersley
|
ff54cc8481
add SHA512 support to crypto
|
9 years ago |
teor (Tim Wilson-Brown)
|
5b2adfb3d4
Fix comments to describe actual return values (crypto.c)
|
9 years ago |
teor (Tim Wilson-Brown)
|
84d1373ba0
Fix typo in comment on crypto_add_spaces_to_fp
|
9 years ago |
teor (Tim Wilson-Brown)
|
604d3ee48d
Comment only: crypto_seed_rng no longer has a "startup" parameter
|
9 years ago |
Nick Mathewson
|
accb726db6
Remove a little duplicated code in TAP key expansion
|
9 years ago |
Nick Mathewson
|
3aebeeffa5
Every openssl we support has ERR_remove_thread_state
|
9 years ago |
Nick Mathewson
|
c32a43a4d2
Move openssl version compatibility defines into a new header.
|
9 years ago |
Yawning Angel
|
3e3ec750cd
Fix compilation with OpenSSL 1.1.0-dev.
|
9 years ago |
Nick Mathewson
|
b5aa257d46
Fix "make check-spaces"
|
9 years ago |
Ola Bini
|
94e5db3dca
Add tests for tortls.c
|
9 years ago |
Nick Mathewson
|
280672bdbc
Handle negative inputs to crypto_random_time_range().
|
9 years ago |
Yawning Angel
|
af898f5475
Add crypto_rand_unmocked, which is crypto_rand without mocking.
|
9 years ago |
Nick Mathewson
|
347fe449fe
Move formatting functions around.
|
9 years ago |
Yawning Angel
|
840e68d917
Integrate and enable ed25519-donna.
|
9 years ago |
Yawning Angel
|
f079c27761
Integrate the accelerated Curve25519 scalar basemult.
|
9 years ago |
Nick Mathewson
|
753797391f
More tweaks for windows compilation. (ick)
|
9 years ago |
Nick Mathewson
|
d9052c629b
Remove checks for visual C 6.
|
9 years ago |
Nick Mathewson
|
7816ba8f1a
Add assertions to crypto_dh_dup()
|
9 years ago |
Nick Mathewson
|
1b52e95028
Merge branch '12498_ed25519_keys_v6'
|
9 years ago |
Nick Mathewson
|
277c9a3580
Note some functions that should move or be merged
|
9 years ago |
Nick Mathewson
|
efa21bb941
Implement proposal 228: cross-certification with onion keys
|
10 years ago |
Nick Mathewson
|
fe5d2477aa
Implement ed25519-signed descriptors
|
10 years ago |