Fernando Fernandez Mancera
|
54783b4c22
Refactor crypto.[ch] into smaller RSA module.
|
6 years ago |
Nick Mathewson
|
91c63aae84
In relay_digest_matches(), use stack instead of heap.
|
6 years ago |
Nick Mathewson
|
23473f5e74
openssl_mutexes code belongs in openssl_mgt.c
|
6 years ago |
Nick Mathewson
|
13a2acba3c
Merge remote-tracking branch 'ffmancera/bug24658-openssl'
|
6 years ago |
Fernando Fernandez Mancera
|
f2fca51976
Move the openssl namespace back into .c files.
|
6 years ago |
Fernando Fernandez Mancera
|
b3aa7be26c
Tweaks into functions and variables in crypto_openssl_mgt.[ch]
|
6 years ago |
Nick Mathewson
|
42751e2123
On shutdown, mark openssl as uninitialized.
|
6 years ago |
Nick Mathewson
|
05ac3d0458
Merge branch 'restart_nocrash'
|
6 years ago |
Fernando Fernandez Mancera
|
7353c9496e
Add free_openssl() to crypto_openssl module.
|
6 years ago |
Fernando Fernandez Mancera
|
4022277272
Refactor crypto.[ch] into smaller OpenSSL module.
|
6 years ago |
Roger Dingledine
|
4f83d6d6ad
Merge branch 'maint-0.3.2'
|
6 years ago |
Roger Dingledine
|
5f2c7a8567
remove redundant "implement this" from log message
|
6 years ago |
Nick Mathewson
|
06ffafcb9d
Set DH parameters to NULL on shutdown
|
7 years ago |
Nick Mathewson
|
5ee0cccd49
Merge branch 'macro_free_v2_squashed'
|
7 years ago |
Nick Mathewson
|
779e4b9dcf
Tweaks to strings in 24500
|
7 years ago |
Fernando Fernandez Mancera
|
313360e6e6
Make errno error log more useful for getrandom()
|
7 years ago |
Nick Mathewson
|
fd73a168ca
Merge branch 'maint-0.3.1' into maint-0.3.2
|
7 years ago |
Nick Mathewson
|
ee48eb1eb5
Merge branch 'maint-0.3.0' into maint-0.3.1
|
7 years ago |
Nick Mathewson
|
5fc0587c04
Merge branch 'maint-0.2.9' into maint-0.3.0
|
7 years ago |
Nick Mathewson
|
7e2b012b46
Merge branch 'maint-0.2.8' into maint-0.2.9
|
7 years ago |
Nick Mathewson
|
ba4a9cf0c0
Merge branch 'maint-0.2.5' into maint-0.2.8
|
7 years ago |
Nick Mathewson
|
1880a6a88e
Avoid asking for passphrase on junky PEM input
|
7 years ago |
Nick Mathewson
|
2f086888b1
Make all the crypto free() functions macros that clear their targets
|
7 years ago |
Nick Mathewson
|
a64d79ca4c
Move around some LCOV_EXCLs in src/common
|
7 years ago |
Nick Mathewson
|
c1deabd3b0
Run our #else/#endif annotator on our source code.
|
7 years ago |
Neel Chauhan
|
5ee6ca8da2
Switch to offsetof()
|
7 years ago |
Nick Mathewson
|
6c8c973191
Rename the hybrid_encrypt/decrypt functions; label them as dangerous
|
7 years ago |
George Kadianakis
|
f35f52e869
Hide crypto_digest_t again and use an accessor for tests.
|
7 years ago |
George Kadianakis
|
43a73f6eb6
test: Crypto groundwork for e2e circuit unittests.
|
7 years ago |
Nick Mathewson
|
6fcaf83c98
Cleanup MOCK_IMPL (etc) to be findable with etags
|
7 years ago |