aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_link_handshake.c
AgeCommit message (Expand)Author
2017-08-24apply ahf's test_assert_null.cocciNick Mathewson
2017-08-24Fix operator usage in src/test/*.cAlexander Færøy
2017-07-14Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-07-05Fix unit test memory leak in certs_ok_ed25519.Nick Mathewson
2017-06-05Merge branch 'maint-0.3.0'Nick Mathewson
2017-06-05Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-06-05Rename "link" variable to avoid shadowing warning.Nick Mathewson
2017-06-05Merge branch 'maint-0.3.0'Nick Mathewson
2017-06-05Fix unit tests to work after own_link_cert assertionNick Mathewson
2017-06-05Merge branch 'bug22460_030_01' into maint-0.3.0Nick Mathewson
2017-06-05Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-06-05Repair link_handshake unit tests to mock tor_tls_get_own_cert()Nick Mathewson
2017-06-01Fix ed25519 link certificate race on tls context rotationNick Mathewson
2017-03-31Move "change cert expiration and re-sign" fn into tortls.cNick Mathewson
2017-03-31Mark many private tortls.h APIs as openssl-only.Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-12-08Canonicity update for ed25519.Nick Mathewson
2016-12-08Rename connection_or_remove_from_identity_mapNick Mathewson
2016-11-03Fix two warnings in test_link_handshake.cNick Mathewson
2016-11-03whitespace fixesNick Mathewson
2016-11-03Drop support for AUTHTYPE_RSA_SHA256_RFC5705 authentication.Nick Mathewson
2016-11-03Test failing cases of ed25519 authentication.Nick Mathewson
2016-11-03Unit tests for cert-chain-processing, including failed casesNick Mathewson
2016-11-03Extend link handshake tests to handle successful Ed25519 handshakes.Nick Mathewson
2016-11-03Send and receive AUTHENTICATE cells correctly with ED keys.Nick Mathewson
2016-11-03Increase TLS RSA link key length to 2048 bitsNick Mathewson
2016-11-03Add "Ed ID" arguments to a bunch of connection-ID-related fns.Nick Mathewson
2016-11-03Refactor RSA certificate checking into its own function.Nick Mathewson
2016-11-03Migrate certificates into a sub-structure of or_handshake_stateNick Mathewson
2016-09-08Simplify log_test_helpers interfaceNick Mathewson
2016-09-08more consistent use of expect_log_msg_containingNick Mathewson
2016-08-31Require specific messages for remaining link-handshake failure casesNick Mathewson
2016-08-31Improvements to test_link_handshake: check specific error messagesNick Mathewson
2016-08-31Fix all "BUG" warnings created from link-handshake tests.Nick Mathewson
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2015-06-01More check-spaces fixesNick Mathewson
2015-06-01Appease make check-spacesAndrea Shepard
2015-05-28Avoid dereferencing null on unit test failure for link handshakes.Nick Mathewson
2015-05-28Fix memory leaks in test_link_handshake.cNick Mathewson
2015-05-28Tests for AUTHENTICATE cell functionality.Nick Mathewson
2015-05-28Start testing cell encoders/processers for the v3 handshake.Nick Mathewson