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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
connection_or.c
Age
Commit message (
Expand
)
Author
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
2016-08-20
Unit test for pick_oos_victims()
Andrea Shepard
2016-08-12
Merge remote-tracking branch 'public/Fix_19450'
Nick Mathewson
2016-08-02
Bufferevent removal: remove HAS_BUFFEREVENT macros and usage
Nick Mathewson
2016-07-28
Fix all -Wshadow warnings on Linux
Nick Mathewson
2016-07-14
Remove bufferevents dead code
U+039b
2016-06-28
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-06-28
whitespace fixes
Nick Mathewson
2016-06-28
Resolve bug18812 by logging fallback key changes at info level
teor (Tim Wilson-Brown)
2016-06-28
Refactor connection_or_client_learned_peer_id for bug18812
teor (Tim Wilson-Brown)
2016-05-30
Replace nearly all XXX0vv comments with smarter ones
Nick Mathewson
2016-04-07
Merge branch 'bug14334_squashed'
Nick Mathewson
2016-04-07
Don't mark guards as unreachable if connection_connect() fails.
George Kadianakis
2016-03-28
Rename tor_dup_addr to tor_addr_to_str_dup.
Nick Mathewson
2016-03-21
Merge branch 'bug18570_027'
Nick Mathewson
2016-03-21
Make sure channel_t queues its own copy of incoming cells
Andrea Shepard
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-10
Rename crypto_digest_all, and digests_t.
Nick Mathewson
2016-01-27
Correct further grammatical errors in tor comments
Nick Mathewson
2016-01-26
Correct grammatical errors in tor comments
teor (Tim Wilson-Brown)
2015-11-25
Merge branch 'bug17686_v2_027'
Nick Mathewson
2015-11-25
Now that crypto_rand() cannot fail, it should return void.
Nick Mathewson
2015-11-25
Fix a logic error in connection_tls_continue_handshake().
Nick Mathewson
2015-10-07
tor_tls_finish_handshake is server-side only.
Nick Mathewson
2015-10-07
Remove client-side support for detecting v1 handshake
Nick Mathewson
2015-10-07
Remove the client-side code for the v1 and v2 tls handshakes.
Nick Mathewson
2015-05-28
Memory leak on error in connection_or_compute_auth_cell_body. CID 1301372
Nick Mathewson
2015-05-28
Merge branch '12498_ed25519_keys_v6'
Nick Mathewson
2015-05-28
Refactor link handshake cell type implementations to use trunnel
Nick Mathewson
2015-05-28
Start testing cell encoders/processers for the v3 handshake.
Nick Mathewson
2015-03-10
Add link protocol version counts to the heartbeat message
Nick Mathewson
2015-02-24
Fix whitespace from tor_x509_cert rename
Nick Mathewson
2015-02-24
Mechanical rename: tor_cert_t -> tor_x509_cert_t
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
[next]