Sebastian Hahn
|
a5a8296892
Fix clang 3.1 compile warning in crypto.c
|
12 years ago |
Nick Mathewson
|
21e3261914
Bump _WIN32_WINNT to 0x0501 throughout the code
|
12 years ago |
Nick Mathewson
|
9ffccb3f49
Remove all instances of WIN32_WINNT (without leading _)
|
12 years ago |
Nick Mathewson
|
4db5a1e151
Remove needless check for a buffer that could not be NULL.
|
12 years ago |
Nick Mathewson
|
ab3197c059
Remove a couple redundant NULL-checks before crypto_cipher_free
|
12 years ago |
Nick Mathewson
|
01905a6ef9
Excise PK_NO_PADDING entirely: Unpadded RSA is silly.
|
12 years ago |
Nick Mathewson
|
de0dca0de7
Refactor the API for setting up a block cipher.
|
12 years ago |
Nick Mathewson
|
00b4784575
Remove support for PK_NO_PADDING in crypto_pk_public_hybrid_encrypt
|
12 years ago |
Robert Ransom
|
cd029f0ca3
Fix crypto_hmac_sha256 documentation comment
|
12 years ago |
Nick Mathewson
|
5cf9167f91
Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32
|
12 years ago |
Nick Mathewson
|
26e789fbfd
Rename nonconformant identifiers.
|
13 years ago |
Nick Mathewson
|
73d4dbe103
whitespace and warning fixes for bug4746
|
13 years ago |
Nick Mathewson
|
7fbf1e225e
Merge remote-tracking branch 'asn-mytor/bug4746'
|
13 years ago |
Nick Mathewson
|
d29a390733
Test for broken counter-mode at runtime
|
13 years ago |
Nick Mathewson
|
5741aef3dc
We no longer need to detect openssl without RAND_poll()
|
13 years ago |
Nick Mathewson
|
85c7d7659e
Add macros to construct openssl version numbers
|
13 years ago |
Sebastian Hahn
|
2367f7e559
Make sure MAX_DNS_LABEL_SIZE is defined
|
13 years ago |
Nick Mathewson
|
b1ee1a719d
Tweaks for bug4413 fix
|
13 years ago |
Stephen Palmateer
|
3fadc074ca
Remove (untriggerable) overflow in crypto_random_hostname()
|
13 years ago |
George Kadianakis
|
d05bc02192
Add an informative header on the 'keys/dynamic_dh_params' file.
|
13 years ago |
Robert Ransom
|
d688a40a0e
Don't crash on startup of a dormant relay
|
13 years ago |
Sebastian Hahn
|
95af91565b
Work around a false positive in Coverity.
|
13 years ago |
George Kadianakis
|
02708b7d80
Free the global DH parameters in crypto_global_cleanup().
|
13 years ago |
George Kadianakis
|
a708e85236
Move crypto_global_cleanup() to the bottom of crypto.c.
|
13 years ago |
Nick Mathewson
|
da6c136817
Merge remote-tracking branch 'asn-mytor/bug4548_take2'
|
13 years ago |
George Kadianakis
|
055d6c01ff
Write dynamic DH parameters to a file.
|
13 years ago |
George Kadianakis
|
b31601975b
Move DH_GENERATOR to crypto.c.
|
13 years ago |
George Kadianakis
|
1df6b5a734
Move broken primes to dynamic_dh_modulus.broken.
|
13 years ago |
George Kadianakis
|
4938bcc06a
Do dynamic DH modulus storing in crypto.c.
|
13 years ago |
Nick Mathewson
|
8143074b3f
Use EVP for AES only when hardware accel is present
|
13 years ago |