summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2015-05-29Fix another int-to-ptr cast.Nick Mathewson
2015-05-29Fix a sizeof(ptr) mistake in test-memwipe.cNick Mathewson
2015-05-28Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-05-28There sure are a lot of these in test_hs.c. CID 1301385Nick Mathewson
2015-05-28Another test_hs leak. CID 1301383.Nick Mathewson
2015-05-28Memory leak in tor_cert_parse. CID 1301382.Nick Mathewson
2015-05-28Fix leak-on-test-failure in test_routerkeys.cNick Mathewson
2015-05-28Memory leak in test_hs_rend_dataNick Mathewson
2015-05-28Fix memory leak in test_routerkeysNick Mathewson
2015-05-28Avoid dereferencing null on unit test failure for link handshakes.Nick Mathewson
2015-05-28Merge branch '12498_ed25519_keys_v6'Nick Mathewson
2015-05-28Do not allocate our ed-link crosscert till after tls ctxNick Mathewson
2015-05-28Generate weird certificates correctlyNick Mathewson
2015-05-28# This is a combination of 2 commits.Nick Mathewson
2015-05-28Sign extrainfo documents with ed25519Nick Mathewson
2015-05-28Revise makedesc.py: teach it how to emit ed signatures and crosscertsNick 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
2015-05-28Include ed25519 keys in microdescriptors.Nick Mathewson
2015-05-28Fix the position-check for ed25519 certs to work with annotationsNick Mathewson
2015-05-28Key-pinning back-end for directory authorities.Nick Mathewson
2015-05-28Implement proposal 228: cross-certification with onion keysNick Mathewson
2015-05-28Implement ed25519-signed descriptorsNick Mathewson
2015-05-28prop220: Implement certificates and key storage/creationNick Mathewson
2015-05-26Fix unit tests on MSVC2013.Nick Mathewson
2015-05-21Remove support for OpenSSL without ECC.Yawning Angel
2015-05-20Merge branch 'bug16034_no_more_openssl_098_squashed'Nick Mathewson
2015-05-20Now that OpenSSL 0.9.8 is dead, crypto_seed_rng() needs no argsNick Mathewson
2015-05-20Remove code to support OpenSSL 0.9.8Nick Mathewson
2015-05-18Fix some compilation warningsNick Mathewson
2015-05-18Merge remote-tracking branch 'dgoulet/bug16021_027_01'Nick Mathewson
2015-05-18Silence two make rulescypherpunks
2015-05-14Test: add unit test for rend_data_t object and functionsDavid Goulet
2015-05-14Test: fix HS_DESC to expect descriptor IDDavid Goulet
2015-05-14Add missing descriptor ID to HS_DESC control eventDavid Goulet
2015-05-07Merge branch 'writing_tests'Nick Mathewson
2015-05-07Write the outlines of a WritingTests.txt documentNick Mathewson
2015-05-05Fix a few more memory leaks; not in any released TorNick Mathewson
2015-04-30Add missing newline in memwipe test.cypherpunks
2015-04-28Fix another test failureNick Mathewson
2015-04-28Add "ADD_ONION"/"DEL_ONION" and "GETINFO onions/*" to the controller.Yawning Angel
2015-04-24Mark set-test-permissions as .PHONY; use u+x onlyNick Mathewson
2015-04-24Revert "Add +x to these .in files; see if it helps"Nick Mathewson
2015-04-24Kludge include.am to work with automake <1.12Nick Mathewson
2015-04-23Add +x to these .in files; see if it helpsNick Mathewson
2015-04-23Merge remote-tracking branch 'dgoulet/bug14847_027_06'Nick Mathewson
2015-04-23Fix crash-test for assertion failureNick Mathewson
2015-04-23Integrate backtrace test into the automake test suite.cypherpunks
2015-04-23Integrate ntor test into the automake test suite.cypherpunks