Nick Mathewson
|
9fc472e1a8
clean/extend some module docs, including fix from #18403
|
8 years ago |
Nick Mathewson
|
57699de005
Update the copyright year.
|
8 years ago |
Nick Mathewson
|
882e0fbd76
Merge branch 'bug17795'
|
8 years ago |
Nick Mathewson
|
e202f3a1ca
Fix an erroneous renaming
|
8 years ago |
Nick Mathewson
|
9746aed2ba
Another automated rename.
|
8 years ago |
Nick Mathewson
|
8a4bba06d2
Rename crypto_digest_all, and digests_t.
|
8 years ago |
Nick Mathewson
|
0f5f6b8a41
Merge remote-tracking branch 'yawning/bug18221'
|
8 years ago |
Nick Mathewson
|
31a27729b9
Fix spaces.
|
8 years ago |
Nick Mathewson
|
03371e3d3c
Merge branch 'cleaned_aes_crypt'
|
8 years ago |
Malek
|
a9cd291753
Removed aes_crypt, left only aes_crypt_inplace. Removed should_use_openssl_CTR, was used for openssl 1.0.0 bug.
|
8 years ago |
Hassan Alsibyani
|
edd93f9de8
changing output of crypto_cipher_crypt_inplace from int to void
|
8 years ago |
Nick Mathewson
|
27582325dc
Make Tor build happily with OpenSSL master and libressl.
|
8 years ago |
Yawning Angel
|
c625ab9f5a
Validate the DH parameters for correctness.
|
8 years ago |
Nick Mathewson
|
39b597c2fd
Restrict the meaning of digests_t to sha1+sha256.
|
8 years ago |
Nick Mathewson
|
f557a7f327
Merge branch 'maint-0.2.7'
|
8 years ago |
Nick Mathewson
|
534a0ba59b
Merge branch 'maint-0.2.6' into maint-0.2.7
|
8 years ago |
Nick Mathewson
|
e2efa9e321
Refine the memwipe() arguments check for 18089 a little more.
|
8 years ago |
Nick Mathewson
|
ab58f60321
Merge branch 'maint-0.2.7'
|
8 years ago |
Nick Mathewson
|
8335b1f9a9
Merge branch 'maint-0.2.6' into maint-0.2.7
|
8 years ago |
teor (Tim Wilson-Brown)
|
db81565331
Make memwipe() do nothing when passed a NULL pointer or zero size
|
8 years ago |
Nick Mathewson
|
1d6dd288e1
Try a little harder to only use SecureZeroMemory when it's present
|
8 years ago |
Nick Mathewson
|
a1019b82c1
Merge remote-tracking branch 'public/feature16794_more'
|
8 years ago |
rl1987
|
fb373a9ef6
On win32, use SecureZeroMemory() to securely wipe buffers.
|
9 years ago |
Nick Mathewson
|
3783046f3b
Use memset_s or explicit_bzero when available.
|
8 years ago |
Nick Mathewson
|
603110aa1d
Merge branch 'feature17796_squashed'
|
9 years ago |
Nick Mathewson
|
488cdee5e7
When allocating a crypto_digest_t, allocate no more bytes than needed
|
9 years ago |
Nick Mathewson
|
6365859825
Disable the dynlock functions we were giving openssl.
|
9 years ago |
Nick Mathewson
|
d7c841f467
Unit tests for crypto_force_rand_ssleay().
|
9 years ago |
Nick Mathewson
|
4ec0f8531e
Add an unreachable line to make the compiler happy
|
9 years ago |
Nick Mathewson
|
bb19799a49
Appease "make check-spaces"
|
9 years ago |