aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2018-09-11Stop memcpy'ing uncompressed consensuses when making diffsNick Mathewson
2018-09-11Consdiff: use lengths on inputs so they don't need NUL at the endNick Mathewson
2018-09-07Merge remote-tracking branch 'dgoulet/ticket20700_035_03'Nick Mathewson
2018-09-07HSv3: Don't assert when reading bad client-side privkeys.George Kadianakis
2018-09-07HSv3: Add subcredential in client auth KDF on the service-side.George Kadianakis
2018-09-07hs-v3: Make hs_desc_build_fake_authorized_client() return an objectDavid Goulet
2018-09-07bug: Use PATH_SEPARATOR instead of slashSuphanat Chunhapanya
2018-09-07hs-v3: Rename client_pk to client_auth_pkSuphanat Chunhapanya
2018-09-07hs-v3: Rename client_sk to client_auth_skSuphanat Chunhapanya
2018-09-07test: HS v3 client auth is config equal functionSuphanat Chunhapanya
2018-09-07hs-v3: Make all descriptor content free functions publicSuphanat Chunhapanya
2018-09-07test: HS v3 descriptor decoding with client authorizationSuphanat Chunhapanya
2018-09-07hs-v3: Refactor the descriptor decryption/decodingSuphanat Chunhapanya
2018-09-07test: HS v3 client authorization loading secret keySuphanat Chunhapanya
2018-09-07test: HS v3 descriptor encoding with client authorizationSuphanat Chunhapanya
2018-09-07hs-v3: Encrypt the descriptor using a cookieSuphanat Chunhapanya
2018-09-07test: Build an HSv3 descriptor with authorized clientSuphanat Chunhapanya
2018-09-07test: HS v3 building a descriptor with client authSuphanat Chunhapanya
2018-09-07test: HS v3 loading client auth keys service sideSuphanat Chunhapanya
2018-09-06Merge remote-tracking branch 'tor-github/pr/294'Nick Mathewson
2018-09-05Try to fix new coverity warnings in unit tests.Nick Mathewson
2018-09-04Debug one last reference-counting issue that only appeared on openssl masterNick Mathewson
2018-09-04Fix an easy refcounting bug in a unit testNick Mathewson
2018-09-04Merge branch 'nss_squashed' into nss_mergeNick Mathewson
2018-09-04Resolve openssl-only memory leaksNick Mathewson
2018-09-04Fix a pair of remaining leaks in tortls_nss.cNick Mathewson
2018-09-04Use FREE_AND_NULL for impl typesNick Mathewson
2018-09-04Port test_tortls_verify to not depend on openssl internalsNick Mathewson
2018-09-04Remove tor_tls_check_lifetime as unused.Nick Mathewson
2018-09-04Add unit test for bridge-style TLS initialization.Nick Mathewson
2018-09-04Rename crypto_pk_check_key(), use it more reasonably, add testsNick Mathewson
2018-09-04Do not leave a certificate allocated after testing dirvote_add()Nick Mathewson
2018-09-04Update prefork and postfork NSS code for unit tests.Nick Mathewson
2018-09-04Test a few more tortls.c functionsNick Mathewson
2018-09-04Several unit tests to improve test coverage of x509*.cNick Mathewson
2018-09-04Remove tor_tls_shutdown()Nick Mathewson
2018-09-04Initial NSS support for TLS.Nick Mathewson
2018-09-04Merge branch 'tor_api_owning_control'Nick Mathewson
2018-09-04Merge branch 'bug24104_029_squashed'Nick Mathewson
2018-09-01Test for descriptor does not change when hibernatingjuga0
2018-09-01Add missing router_tests to test.hjuga0
2018-09-01Add test for check_descriptor_bandwidth_changedjuga0
2018-09-01Add test log helpers for msgs not containing strjuga0
2018-08-29Merge branch 'ticket27246_035_01_squashed'Nick Mathewson
2018-08-29router: Keep RSA onion public key in ASN.1 formatDavid Goulet
2018-08-28Merge remote-tracking branch 'onionk/prototest1'Nick Mathewson
2018-08-28Merge branch 'bug26367_035_01'Nick Mathewson
2018-08-28hs: Render obsolete Tor2webDavid Goulet
2018-08-28Fix log.c comments about assert vs tor_assert vs raw_assert.Nick Mathewson
2018-08-28Merge remote-tracking branch 'tor-github/pr/245'Nick Mathewson