Nick Mathewson
|
d0b76f5099
Fix comment on connection_or_client_learned_peer_id().
|
8 years ago |
Nick Mathewson
|
5eef00eb04
Tiny cleanup of chan handling when setting connection ID digests
|
8 years ago |
Nick Mathewson
|
9bf9e34a01
Use connection_or_clear_identity in connection_or_clear_identity_map.
|
8 years ago |
Nick Mathewson
|
cd741cc595
Canonicity update for ed25519.
|
8 years ago |
Nick Mathewson
|
3b1e04fe45
Teach channel_rsa_id_group_set_badness_() about Ed25519
|
8 years ago |
Nick Mathewson
|
5ada249579
Enforce directionality in connection_or_set_identity_digest().
|
8 years ago |
Nick Mathewson
|
e0ab293837
Add a few more debug/info-level logs for ed25519 link handshake stuff
|
8 years ago |
Nick Mathewson
|
7daf152172
Enforce Ed25519 identities (client-side)
|
8 years ago |
Nick Mathewson
|
6788418f28
Propagate Ed25519 identities downwards into more functions.
|
8 years ago |
Nick Mathewson
|
6aa239df36
Rename connection_or_remove_from_identity_map
|
8 years ago |
Nick Mathewson
|
cdce221e68
Remove orconn_identity_map.
|
8 years ago |
Nick Mathewson
|
a20c8a81d7
Migrate main data loop for set_bad_connections to use channel structures
|
8 years ago |
Nick Mathewson
|
bfff729728
Add a bunch of work-in-progress comments for 15056 planning
|
8 years ago |
Nick Mathewson
|
ef5158b2d2
When attempting to find a channel by ID, consider Ed ID.
|
8 years ago |
Nick Mathewson
|
32854aef28
whitespace fixes
|
8 years ago |
Nick Mathewson
|
d9ca4e20bd
Merge branch 'feature_15055_v2'
|
8 years ago |
Nick Mathewson
|
b978494ed9
Extract the common code in add_*_cert to a helper.
|
8 years ago |
Nick Mathewson
|
805e97a433
Drop support for AUTHTYPE_RSA_SHA256_RFC5705 authentication.
|
8 years ago |
Nick Mathewson
|
a90a111a5f
Label a few conditions in link authentication code as bugs.
|
8 years ago |
Nick Mathewson
|
88c2a6b936
Send and receive AUTHENTICATE cells correctly with ED keys.
|
8 years ago |
Nick Mathewson
|
b4a5c77901
Verify ed25519 link handshake certificates
|
9 years ago |
Nick Mathewson
|
99b3e54691
Add "Ed ID" arguments to a bunch of connection-ID-related fns.
|
8 years ago |
Nick Mathewson
|
348b90a915
Refactor RSA certificate checking into its own function.
|
9 years ago |
Nick Mathewson
|
e23389841c
Migrate certificates into a sub-structure of or_handshake_state
|
9 years ago |
Nick Mathewson
|
4ef42e7c52
Refactor ...compute_authenticate_cell_body() to return a var_cell_t.
|
9 years ago |
Nick Mathewson
|
2bf6553949
Code to send correct authentication data when we are using AUTHTYPE>2
|
9 years ago |
Nick Mathewson
|
b004ff45d7
New authentication types to use RFC5705.
|
8 years ago |
Nick Mathewson
|
fdd8f8df67
Send ed25519 certificates in certs cell, when we have them.
|
9 years ago |
Nick Mathewson
|
5205e95275
Refactor connection_or_send_certs_cell() to use trunnel
|
9 years ago |
Nick Mathewson
|
d1b45786b1
Document connection_or.c and connection.c at module level
|
8 years ago |