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
/
test
/
test_link_handshake.c
Age
Commit message (
Expand
)
Author
2019-01-16
Bump copyright date to 2019.
Nick Mathewson
2018-09-16
When Tor is compiled with NSS, don't claim support for LinkAuth=1
Nick Mathewson
2018-08-22
NSS support for x509 certs
Nick Mathewson
2018-08-21
Make some x509 functions generic; remove some fields NSS doesn't need
Nick Mathewson
2018-08-21
Extract tortls structures into a new header; clean up a little
Nick Mathewson
2018-08-21
Split X509 code out of tortls.c
Nick Mathewson
2018-07-05
Fix every include path changed in the previous commit (automated)
Nick Mathewson
2018-07-01
Remove needless includes from or.h
Nick Mathewson
2018-06-29
Eliminate compat.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
Extract cell type and their queues into new headers
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
2017-12-08
Rename connection_free_ to connection_free_minimal.
Nick Mathewson
2017-08-24
apply ahf's test_assert_null.cocci
Nick Mathewson
2017-08-24
Fix operator usage in src/test/*.c
Alexander Færøy
2017-07-14
Merge branch 'maint-0.3.0' into maint-0.3.1
Nick Mathewson
2017-07-05
Fix unit test memory leak in certs_ok_ed25519.
Nick Mathewson
2017-06-05
Merge branch '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
Rename "link" variable to avoid shadowing warning.
Nick Mathewson
2017-06-05
Merge branch 'maint-0.3.0'
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
Repair link_handshake unit tests to mock tor_tls_get_own_cert()
Nick Mathewson
2017-06-01
Fix ed25519 link certificate race on tls context rotation
Nick Mathewson
2017-03-31
Move "change cert expiration and re-sign" fn into tortls.c
Nick Mathewson
2017-03-31
Mark many private tortls.h APIs as openssl-only.
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-12-08
Canonicity update for ed25519.
Nick Mathewson
2016-12-08
Rename connection_or_remove_from_identity_map
Nick Mathewson
2016-11-03
Fix two warnings in test_link_handshake.c
Nick Mathewson
2016-11-03
whitespace fixes
Nick Mathewson
2016-11-03
Drop support for AUTHTYPE_RSA_SHA256_RFC5705 authentication.
Nick Mathewson
2016-11-03
Test failing cases of ed25519 authentication.
Nick Mathewson
2016-11-03
Unit tests for cert-chain-processing, including failed cases
Nick Mathewson
2016-11-03
Extend link handshake tests to handle successful Ed25519 handshakes.
Nick Mathewson
2016-11-03
Send and receive AUTHENTICATE cells correctly with ED keys.
Nick Mathewson
2016-11-03
Increase TLS RSA link key length to 2048 bits
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-09-08
Simplify log_test_helpers interface
Nick Mathewson
2016-09-08
more consistent use of expect_log_msg_containing
Nick Mathewson
2016-08-31
Require specific messages for remaining link-handshake failure cases
Nick Mathewson
2016-08-31
Improvements to test_link_handshake: check specific error messages
Nick Mathewson
2016-08-31
Fix all "BUG" warnings created from link-handshake tests.
Nick Mathewson
2016-06-11
Add -Wmissing-variable-declarations, with attendant fixes
Nick Mathewson
[next]