rl1987 5af29fbb63 When possible, use RFC5869 HKDF implementation from OpenSSL 6 anos atrás
..
fuzz 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 anos atrás
Makefile.nmake 050bb67974 Add tests for circuitstats.c 6 anos atrás
bench.c fde868ffe3 Extract cell type and their queues into new headers 6 anos atrás
bt_test.py 7505f452c8 Run the copyright update script. 7 anos atrás
ed25519_exts_ref.py 4ad4467fa1 Don't double hash the ed25519 blind key parameter. 6 anos atrás
ed25519_vectors.inc 4ad4467fa1 Don't double hash the ed25519 blind key parameter. 6 anos atrás
example_extrainfo.inc 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 anos atrás
failing_routerdescs.inc 79db24b3d5 Sign extrainfo documents with ed25519 9 anos atrás
fakechans.h 04762be612 test: Cleanup unused code in test_channel.c 6 anos atrás
fuzz_static_testcases.sh 7505f452c8 Run the copyright update script. 7 anos atrás
geoip_dummy 3d4bbf94c6 tests: Add forgotten empty file required for geoip 6 anos atrás
hs_build_address.py 0ac2afad0d prop224 client-side: Start validating onion address pubkeys. 6 anos atrás
hs_indexes.py 75ec72f24d test: Unit test for the hs indexes 6 anos atrás
hs_ntor_ref.py 63ae9ea316 Make hs_ntor_ref.py work with python3 6 anos atrás
hs_test_helpers.c 29aa400908 test: Improve HS v3 helper for building intro points. 6 anos atrás
hs_test_helpers.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 anos atrás
include.am 945d871da5 Merge branch 'maint-0.3.3' 6 anos atrás
log_test_helpers.c 7505f452c8 Run the copyright update script. 7 anos atrás
log_test_helpers.h be8306c1fb Add expect_no_log_msg_containing() 6 anos atrás
ntor_ref.py 7505f452c8 Run the copyright update script. 7 anos atrás
rend_test_helpers.c 3191ba389d Move extend_info_t into its own header. 6 anos atrás
rend_test_helpers.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 anos atrás
slow_ed25519.py 7ca470e13c Add a reference implementation of our ed25519 modifications 9 anos atrás
slownacl_curve25519.py f4be34f70d Make the python test scripts work on python3 10 anos atrás
sr_commit_calc_ref.py f46ce6e3d8 test: Fix shared random unit test for big endian 7 anos atrás
sr_srv_calc_ref.py 39be8af709 prop250: Add unit tests 8 anos atrás
test-child.c c1deabd3b0 Run our #else/#endif annotator on our source code. 6 anos atrás
test-memwipe.c fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 6 anos atrás
test-network.sh d784236822 Make test-network.sh always call chutney's test-network.sh 7 anos atrás
test-timers.c c3b7258370 Merge remote-tracking branch 'isis/bug24660_r1' 6 anos atrás
test.c 3191ba389d Move extend_info_t into its own header. 6 anos atrás
test.h f684b48b5b Merge branch 'ticket26009' 6 anos atrás
test_accounting.c fa78546dbc Make sure all C files have copyright/license notices 6 anos atrás
test_addr.c 01d729cbfe Fix compilation of test_addr.c 6 anos atrás
test_address.c fc22bcadb5 Revert 4438ef32's changes to test_address.c 6 anos atrás
test_address_set.c ed0731c7de Extract routerinfo_t into its own header. 6 anos atrás
test_bridges.c 3bf9974b6c Fix a pointer size error in test_bridges.c 6 anos atrás
test_bt.sh 2b74e13a7c More coverage in backtrace.c 8 anos atrás
test_bt_cl.c c1deabd3b0 Run our #else/#endif annotator on our source code. 6 anos atrás
test_buffers.c fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 6 anos atrás
test_bwmgt.c ae4e5b9824 token: Fix uint32_t to uint64_t conversion 6 anos atrás
test_cell_formats.c fde868ffe3 Extract cell type and their queues into new headers 6 anos atrás
test_cell_queue.c fde868ffe3 Extract cell type and their queues into new headers 6 anos atrás
test_channel.c fde868ffe3 Extract cell type and their queues into new headers 6 anos atrás
test_channelpadding.c fde868ffe3 Extract cell type and their queues into new headers 6 anos atrás
test_channeltls.c 19c34b4658 Move or_connection_t to its own header. 6 anos atrás
test_checkdir.c c1deabd3b0 Run our #else/#endif annotator on our source code. 6 anos atrás
test_circuitbuild.c 3191ba389d Move extend_info_t into its own header. 6 anos atrás
test_circuitlist.c a0bc164af5 Extract {or,origin}_circuit_t into their own headers 6 anos atrás
test_circuitmux.c fde868ffe3 Extract cell type and their queues into new headers 6 anos atrás
test_circuitstats.c 3191ba389d Move extend_info_t into its own header. 6 anos atrás
test_circuituse.c d51de77311 Extract cpath_build_state into its own header. 6 anos atrás
test_compat_libevent.c 62f4d5a265 Add a unit test for post-loop events 6 anos atrás
test_config.c ed0731c7de Extract routerinfo_t into its own header. 6 anos atrás
test_connection.c ed0731c7de Extract routerinfo_t into its own header. 6 anos atrás
test_connection.h dc3a2037f5 test: Move some test code to test helpers. 6 anos atrás
test_conscache.c a57bcffcc7 Implement the various get_foodir_*() functions. 6 anos atrás
test_consdiff.c 76c33f7ff4 Merge branch 'scan-build-032' 6 anos atrás
test_consdiffmgr.c 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 anos atrás
test_containers.c fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 6 anos atrás
test_controller.c a8e76f3824 test: Add missing headers in test_controller.c 6 anos atrás
test_controller_events.c a0bc164af5 Extract {or,origin}_circuit_t into their own headers 6 anos atrás
test_crypto.c 5af29fbb63 When possible, use RFC5869 HKDF implementation from OpenSSL 6 anos atrás
test_crypto_openssl.c fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 6 anos atrás
test_crypto_slow.c fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 6 anos atrás
test_data.c 7505f452c8 Run the copyright update script. 7 anos atrás
test_descriptors.inc 7259e3f604 Move test_descriptors.txt to an include file 10 anos atrás
test_dir.c ed0731c7de Extract routerinfo_t into its own header. 6 anos atrás
test_dir_common.c ed0731c7de Extract routerinfo_t into its own header. 6 anos atrás
test_dir_common.h 7505f452c8 Run the copyright update script. 7 anos atrás
test_dir_handle_get.c ed0731c7de Extract routerinfo_t into its own header. 6 anos atrás
test_dns.c a0bc164af5 Extract {or,origin}_circuit_t into their own headers 6 anos atrás
test_dos.c def1f20e1f Extract routerstatus_t into its own header. 6 anos atrás
test_entryconn.c 8b7df72359 Split socks_request_t into its own header. 6 anos atrás
test_entrynodes.c ed0731c7de Extract routerinfo_t into its own header. 6 anos atrás
test_extorport.c 19c34b4658 Move or_connection_t to its own header. 6 anos atrás
test_geoip.c f4ad30448a Recover newline at the EOF, removed by mistake 6 anos atrás
test_guardfraction.c 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 anos atrás
test_handles.c 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 anos atrás
test_helpers.c fde868ffe3 Extract cell type and their queues into new headers 6 anos atrás
test_helpers.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 anos atrás
test_hs.c ed0731c7de Extract routerinfo_t into its own header. 6 anos atrás
test_hs_cache.c 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 anos atrás
test_hs_cell.c fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 6 anos atrás
test_hs_client.c 3191ba389d Move extend_info_t into its own header. 6 anos atrás
test_hs_common.c ed0731c7de Extract routerinfo_t into its own header. 6 anos atrás
test_hs_config.c 34e4122025 Merge branch 'ticket20657_nickm_bugfixes_squashed' 6 anos atrás
test_hs_control.c def1f20e1f Extract routerstatus_t into its own header. 6 anos atrás
test_hs_descriptor.c fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 6 anos atrás
test_hs_descriptor.inc 45732a1a13 Add unittest for #23233. 6 anos atrás
test_hs_intropoint.c a0bc164af5 Extract {or,origin}_circuit_t into their own headers 6 anos atrás
test_hs_ntor.c c4744a01cc Fix operator usage in src/test/*.c 6 anos atrás
test_hs_ntor.sh ea5901bf1c prop224: Add Python integration tests for HS ntor. 7 anos atrás
test_hs_ntor_cl.c ea5901bf1c prop224: Add Python integration tests for HS ntor. 7 anos atrás
test_hs_service.c ed0731c7de Extract routerinfo_t into its own header. 6 anos atrás
test_introduce.c 011d94fb11 apply ahf's test_assert_null.cocci 6 anos atrás
test_key_expiration.sh 2c9f8badbd repair test_key_expiration.sh 6 anos atrás
test_keygen.sh c4a07b261b Add unit tests for cases of starting with bogus keygen arguments 6 anos atrás
test_keypin.c 77b92c2214 Ensure that `make check-spaces` is happy. 6 anos atrás
test_link_handshake.c fde868ffe3 Extract cell type and their queues into new headers 6 anos atrás
test_logging.c 011d94fb11 apply ahf's test_assert_null.cocci 6 anos atrás
test_mainloop.c 285e7c98fd Distinguish true clock jumps from idleness 6 anos atrás
test_microdesc.c ed0731c7de Extract routerinfo_t into its own header. 6 anos atrás
test_nodelist.c ed0731c7de Extract routerinfo_t into its own header. 6 anos atrás
test_ntor.sh 85b65bf29f Add more quotes in the test scripts 8 anos atrás
test_ntor_cl.c 7505f452c8 Run the copyright update script. 7 anos atrás
test_oom.c fde868ffe3 Extract cell type and their queues into new headers 6 anos atrás
test_oos.c 19c34b4658 Move or_connection_t to its own header. 6 anos atrás
test_options.c 9aaed729c1 Rename *DownloadSchedule to *DownloadInitialDelay; make them ints 6 anos atrás
test_periodic_event.c d1a0534649 Make unit tests pass with new dirserver role. 6 anos atrás
test_policy.c ed0731c7de Extract routerinfo_t into its own header. 6 anos atrás
test_procmon.c 7505f452c8 Run the copyright update script. 7 anos atrás
test_proto_http.c f21102c069 Let's get 100% coverage for proto_http while we're at it. 6 anos atrás
test_proto_misc.c fde868ffe3 Extract cell type and their queues into new headers 6 anos atrás
test_protover.c cde5c9d0c3 Merge branch 'maint-0.3.3' 6 anos atrás
test_pt.c 011d94fb11 apply ahf's test_assert_null.cocci 6 anos atrás
test_pubsub.c 7505f452c8 Run the copyright update script. 7 anos atrás
test_relay.c fde868ffe3 Extract cell type and their queues into new headers 6 anos atrás
test_relaycell.c fde868ffe3 Extract cell type and their queues into new headers 6 anos atrás
test_relaycrypt.c fde868ffe3 Extract cell type and their queues into new headers 6 anos atrás
test_rendcache.c 3191ba389d Move extend_info_t into its own header. 6 anos atrás
test_replay.c 176ad729d9 Change the free macro convention in the rest of src/or/*.h 6 anos atrás
test_router.c ed0731c7de Extract routerinfo_t into its own header. 6 anos atrás
test_routerkeys.c a57bcffcc7 Implement the various get_foodir_*() functions. 6 anos atrás
test_routerlist.c def1f20e1f Extract routerstatus_t into its own header. 6 anos atrás
test_routerset.c 3191ba389d Move extend_info_t into its own header. 6 anos atrás
test_rust.sh ccf1eb3164 Fix a bug in my fix for #26258 6 anos atrás
test_scheduler.c 4225300648 Remove redundant event2/event.h usage from test_scheduler.c 6 anos atrás
test_shared_random.c 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 anos atrás
test_slow.c 7505f452c8 Run the copyright update script. 7 anos atrás
test_socks.c 8b7df72359 Split socks_request_t into its own header. 6 anos atrás
test_status.c ed0731c7de Extract routerinfo_t into its own header. 6 anos atrás
test_storagedir.c fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 6 anos atrás
test_switch_id.c c1deabd3b0 Run our #else/#endif annotator on our source code. 6 anos atrás
test_switch_id.sh 5fbd195918 Coverage hack for test_switch_id.sh 8 anos atrás
test_threads.c c4744a01cc Fix operator usage in src/test/*.c 6 anos atrás
test_tortls.c 308eec7532 testing: X509 certificate structure needs to be initialized 6 anos atrás
test_util.c c3b7258370 Merge remote-tracking branch 'isis/bug24660_r1' 6 anos atrás
test_util_format.c fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 6 anos atrás
test_util_process.c c1deabd3b0 Run our #else/#endif annotator on our source code. 6 anos atrás
test_util_slow.c c1deabd3b0 Run our #else/#endif annotator on our source code. 6 anos atrás
test_voting_schedule.c d14c245a0f Add unit test for ..get_start_of_next_voting_interval(). 6 anos atrás
test_workqueue.c 6e3e96d2ff Fix the selection of events to cancel in test_workqueue.c 6 anos atrás
test_workqueue_cancel.sh 3cc374456b Add several test scripts wrapping test_workqueue 8 anos atrás
test_workqueue_efd.sh 3cc374456b Add several test scripts wrapping test_workqueue 8 anos atrás
test_workqueue_efd2.sh 3cc374456b Add several test scripts wrapping test_workqueue 8 anos atrás
test_workqueue_pipe.sh 3cc374456b Add several test scripts wrapping test_workqueue 8 anos atrás
test_workqueue_pipe2.sh 3cc374456b Add several test scripts wrapping test_workqueue 8 anos atrás
test_workqueue_socketpair.sh 3cc374456b Add several test scripts wrapping test_workqueue 8 anos atrás
test_zero_length_keys.sh 85b65bf29f Add more quotes in the test scripts 8 anos atrás
testing_common.c c3b7258370 Merge remote-tracking branch 'isis/bug24660_r1' 6 anos atrás
testing_rsakeys.c fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 6 anos atrás
vote_descriptors.inc 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 anos atrás
zero_length_keys.sh 21e2425307 Integrate zero_length_keys test into the automake test suite. 9 anos atrás