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
/
channeltls.c
Age
Commit message (
Expand
)
Author
2018-07-01
Remove needless includes from or.h
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-06-15
Move extend_info_t into its own header.
Nick Mathewson
2018-06-15
Extract cell type and their queues into new headers
Nick Mathewson
2018-06-15
Extract routerinfo_t into its own header.
Nick Mathewson
2018-06-15
Split or_handshake_{certs,state}_t into their own headers.
Nick Mathewson
2018-06-15
Move or_connection_t to its own header.
Nick Mathewson
2018-02-15
cmux: Make EWMA policy mandatory
David Goulet
2018-02-07
remove blank line between function-comment and function
Roger Dingledine
2018-02-07
more fixes for typos, grammar, whitespace, etc
Roger Dingledine
2018-01-31
Merge remote-tracking branch 'dgoulet/ticket24902_029_05'
Nick Mathewson
2018-01-31
channel_tls_get_remote_addr_method now returns real_addr.
Fernando Fernandez Mancera
2017-12-08
chan: Do not re-queue after a fail cell write
David Goulet
2017-11-22
channel: Remove incoming/outgoing queue
David Goulet
2017-09-20
Fix a comment that misunderstood is_canonical
Nick Mathewson
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-09-15
Merge branch 'maint-0.3.1'
Nick Mathewson
2017-09-15
Make NETINFO clock skew detection work on clients
Taylor Yu
2017-09-15
Refactor channeltls.c lightly
Taylor Yu
2017-09-15
Fix several places where md-using relays would get wrong behavior.
Nick Mathewson
2017-09-05
Repair buffer API so everything starts with buf_.
Nick Mathewson
2017-07-01
general formatting / whitespace / typo fixes
Roger Dingledine
2017-06-21
Merge branch 'callgraph_reduction_v2'
Nick Mathewson
2017-06-21
Extract channel_do_open_actions() from non-open _change_state cases
Nick Mathewson
2017-05-08
whitespace fixes
Nick Mathewson
2017-05-08
Merge branch 'netflow_padding-v6-rebased2-squashed'
Nick Mathewson
2017-05-08
Fix issues from dgoulet's code review.
Mike Perry
2017-05-08
Bug 17604: Converge on only one long-lived TLS conn between relays.
Mike Perry
2017-05-08
Netflow record collapsing defense.
Mike Perry
2017-05-02
Merge branch 'teor_connection-with-client-v2_squashed'
Nick Mathewson
2017-05-02
Accurately identify client connections by their lack of peer authentication
teor
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-12-16
Merge branch 'prop271_030_v1_squashed'
Nick Mathewson
2016-12-08
Add a few more debug/info-level logs for ed25519 link handshake stuff
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
New function to tell the guard module "We're on the net!"
Nick Mathewson
2016-11-03
Replace some assert(1)s with nonfatal_unreached_once().
Nick Mathewson
2016-11-03
whitespace fixes
Nick Mathewson
2016-11-03
Merge branch 'feature_15055_v2'
Nick Mathewson
2016-11-03
Audit use of tor_tls_cert_get_key().
Nick Mathewson
2016-11-03
Clean up comments, mark more branches as BUG.
Nick Mathewson
2016-11-03
Unit tests for cert-chain-processing, including failed cases
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
Make the current time an argument to x509 cert-checking functions
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
[next]