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
/
test
/
test_link_handshake.c
Age
Commit message (
Expand
)
Author
2021-03-12
Update copyrights to 2021, using "make update-copyright"
Nick Mathewson
2020-09-17
Rename tor_cert_create to tor_cert_create_ed25519
Nick Mathewson
2020-02-20
Move relay_handshake.[ch] into src/feature/relay, and make it optional
Nick Mathewson
2020-02-19
Extract relay-only handshake code into its own file.
Nick Mathewson
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-12-20
Replace several C identifiers.
teor
2019-11-07
Make all our struct names end with "_t".
Nick Mathewson
2019-10-22
Re-run make autostyle.
Nick Mathewson
2019-10-22
test: Hide some test-declaration macro definitions to COCCI.
Nick Mathewson
2019-06-05
Run "make autostyle."
Nick Mathewson
2019-04-30
Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()
Nick Mathewson
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
[next]