summaryrefslogtreecommitdiff
path: root/tests/shadow/conf
Commit message (Collapse)AuthorAgeFilesLines
* shadow test: Add test for onion svc using full vanguards.Gabriela Moldovan2024-06-031-0/+29
| | | | | | | This adds an onion service that uses full vanguards, and a client that connects to it. Closes #1408
* arti, arti-client, tor-keymgr: Remove keystore dir configuration.Gabriela Moldovan2024-02-211-1/+3
| | | | Closes #1202
* shadow test: Update hidden service keys.Gabriela Moldovan2023-12-141-1/+1
| | | | | The algorithm name for expanded ed25519 keys has changed, so the test keys need to be updated.
* shadow test: add client for arti hsJim Newsome2023-12-131-0/+29
| | | | | This also adds a workaround - the arti service doesn't appear to register itself (set up intro points) unless first used as a client.
* arti-client: Use the config struct from tor-keymgr.Gabriela Moldovan2023-07-131-2/+3
|
* CI: Add client auth integration test.Gabriela Moldovan2023-07-122-0/+33
|
* articlient-onion: don't filter onion addressesJim Newsome2023-07-031-0/+3
|
* Dedupe arti configs and match TestingTorNetworks HS configJim Newsome2023-07-032-0/+30
|
* shadow test: add and validate arti onion clientJim Newsome2023-07-031-0/+29
|
* shadow test: add onion serverJim Newsome2023-07-033-0/+14
|
* add vanila bridge to shadow simtrinity-1686a2022-11-303-2/+3
|
* Create a shadow-based integration testJim Newsome2022-10-0511-0/+109
Fixes https://gitlab.torproject.org/tpo/core/arti/-/issues/174