Fernando Fernandez Mancera
|
f9f0dd5b9a
Move the pk-digest functions into crypto_rsa.[ch].
|
6 years ago |
Fernando Fernandez Mancera
|
61c7ec29f1
Include crypto_digest.h in order to solve dependency issues.
|
6 years ago |
Nick Mathewson
|
17dcce3fe1
Fix wide lines introduced by previous patch.
|
7 years ago |
Nick Mathewson
|
285632a61b
Replace all FREE_AND_NULL* uses to take a type and a free function.
|
7 years ago |
Nick Mathewson
|
2f086888b1
Make all the crypto free() functions macros that clear their targets
|
7 years ago |
Nick Mathewson
|
c1deabd3b0
Run our #else/#endif annotator on our source code.
|
7 years ago |
Nick Mathewson
|
e3b1573be6
Merge branch 'maint-0.3.0'
|
7 years ago |
Nick Mathewson
|
d1c1dc229e
Merge branch 'maint-0.2.9' into maint-0.3.0
|
7 years ago |
Nick Mathewson
|
39b7e89c28
Test prerequisites: function to dup a cert, make get_own_cert mockable.
|
7 years ago |
Nick Mathewson
|
50facb40bb
On v3 link handshake, send the correct link certificate
|
7 years ago |
Nick Mathewson
|
28f9b68e87
Move "change cert expiration and re-sign" fn into tortls.c
|
7 years ago |
Nick Mathewson
|
5ca0d6daf0
Mark many private tortls.h APIs as openssl-only.
|
7 years ago |
Nick Mathewson
|
7505f452c8
Run the copyright update script.
|
7 years ago |
Nick Mathewson
|
67e66898d2
For testing: add a tor_x509_cert_dup().
|
8 years ago |
Nick Mathewson
|
0b4221f98d
Make the current time an argument to x509 cert-checking functions
|
8 years ago |
Nick Mathewson
|
b004ff45d7
New authentication types to use RFC5705.
|
8 years ago |
Nick Mathewson
|
8fd6b0fc46
Remove USE_BUFFEREVENTS code outside src/or
|
8 years ago |
Nick Mathewson
|
53a3b39da1
Add -Wmissing-variable-declarations, with attendant fixes
|
8 years ago |
Nick Mathewson
|
57699de005
Update the copyright year.
|
8 years ago |
Nick Mathewson
|
882e0fbd76
Merge branch 'bug17795'
|
8 years ago |
Nick Mathewson
|
a8d6989589
Whitespace fixes
|
8 years ago |
Nick Mathewson
|
8a4bba06d2
Rename crypto_digest_all, and digests_t.
|
8 years ago |
Nick Mathewson
|
27582325dc
Make Tor build happily with OpenSSL master and libressl.
|
8 years ago |
Nick Mathewson
|
d467227323
Merge remote-tracking branch 'public/ticket11150_client_only'
|
9 years ago |
Nick Mathewson
|
c32a43a4d2
Move openssl version compatibility defines into a new header.
|
9 years ago |
Nick Mathewson
|
bd1a137893
Remove the client-side code for the v1 and v2 tls handshakes.
|
9 years ago |
rl1987
|
b216340d75
Fix compilation failure when SSL_SESSION_get_master_key() is provided by OpenSSL.
|
9 years ago |
Nick Mathewson
|
0ead9a58b9
Avoid warnings in tortls.h includes
|
9 years ago |
Nick Mathewson
|
b5aa257d46
Fix "make check-spaces"
|
9 years ago |
Nick Mathewson
|
39901bd408
Make test_tortls compile without warnings
|
9 years ago |