index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
connection_or.c
Age
Commit message (
Expand
)
Author
2017-06-27
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson
2017-06-27
Merge branch 'maint-0.2.8' into maint-0.2.9
Nick Mathewson
2017-06-27
Merge branch 'maint-0.2.7-redux' into maint-0.2.8
Nick Mathewson
2017-06-27
Merge branch 'maint-0.2.6' into maint-0.2.7-redux
Nick Mathewson
2017-06-27
Merge branch 'maint-0.2.5' into maint-0.2.6
Nick Mathewson
2017-06-27
Merge branch 'maint-0.2.4' into maint-0.2.5
Nick Mathewson
2017-06-27
Fix an errant memset() into the middle of a struct in cell_pack().
Nick Mathewson
2017-06-05
Fix unit tests to work after own_link_cert assertion
Nick Mathewson
2017-06-05
Merge branch 'bug22460_030_01' into maint-0.3.0
Nick Mathewson
2017-06-05
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson
2017-06-05
On v3 link handshake, send the correct link certificate
Nick Mathewson
2017-06-05
Make code more clear about own_link_cert safety
Nick Mathewson
2017-06-01
Fix ed25519 link certificate race on tls context rotation
Nick Mathewson
2017-01-18
Remove the (no longer compiled) code for legacy guard selection.
Nick Mathewson
2016-12-16
Merge branch 'prop271_030_v1_squashed'
Nick Mathewson
2016-12-16
Wrap all of the legacy guard code, and its users, in #ifdefs
Nick Mathewson
2016-12-16
Remove some resolved "XXXX prop271" comments.
Nick Mathewson
2016-12-16
Remove guard_selection argument from status-reporting functions
Nick Mathewson
2016-12-08
Fix comment on connection_or_client_learned_peer_id().
Nick Mathewson
2016-12-08
Tiny cleanup of chan handling when setting connection ID digests
Nick Mathewson
2016-12-08
Use connection_or_clear_identity in connection_or_clear_identity_map.
Nick Mathewson
2016-12-08
Canonicity update for ed25519.
Nick Mathewson
2016-12-08
Teach channel_rsa_id_group_set_badness_() about Ed25519
Nick Mathewson
2016-12-08
Enforce directionality in connection_or_set_identity_digest().
Nick Mathewson
2016-12-08
Add a few more debug/info-level logs for ed25519 link handshake stuff
Nick Mathewson
2016-12-08
Enforce Ed25519 identities (client-side)
Nick Mathewson
2016-12-08
Propagate Ed25519 identities downwards into more functions.
Nick Mathewson
2016-12-08
Rename connection_or_remove_from_identity_map
Nick Mathewson
2016-12-08
Remove orconn_identity_map.
Nick Mathewson
2016-12-08
Migrate main data loop for set_bad_connections to use channel structures
Nick Mathewson
2016-12-08
Add a bunch of work-in-progress comments for 15056 planning
Nick Mathewson
2016-12-08
When attempting to find a channel by ID, consider Ed ID.
Nick Mathewson
2016-11-30
Use the new guard notification/selection APIs throughout Tor
Nick Mathewson
2016-11-30
Split bridge functions into a new module.
Nick Mathewson
2016-11-03
whitespace fixes
Nick Mathewson
2016-11-03
Merge branch 'feature_15055_v2'
Nick Mathewson
2016-11-03
Extract the common code in add_*_cert to a helper.
Nick Mathewson
2016-11-03
Drop support for AUTHTYPE_RSA_SHA256_RFC5705 authentication.
Nick Mathewson
2016-11-03
Label a few conditions in link authentication code as bugs.
Nick Mathewson
2016-11-03
Send and receive AUTHENTICATE cells correctly with ED keys.
Nick Mathewson
2016-11-03
Verify ed25519 link handshake certificates
Nick Mathewson
2016-11-03
Add "Ed ID" arguments to a bunch of connection-ID-related fns.
Nick Mathewson
2016-11-03
Refactor RSA certificate checking into its own function.
Nick Mathewson
2016-11-03
Migrate certificates into a sub-structure of or_handshake_state
Nick Mathewson
2016-11-03
Refactor ...compute_authenticate_cell_body() to return a var_cell_t.
Nick Mathewson
2016-11-03
Code to send correct authentication data when we are using AUTHTYPE>2
Nick Mathewson
2016-11-03
New authentication types to use RFC5705.
Nick Mathewson
2016-11-03
Send ed25519 certificates in certs cell, when we have them.
Nick Mathewson
2016-11-03
Refactor connection_or_send_certs_cell() to use trunnel
Nick Mathewson
2016-10-18
Document connection_or.c and connection.c at module level
Nick Mathewson
[next]