summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2016-11-04Fix a bunch of leaks in hs_cache/upload_and_download_hs_descNick Mathewson
2016-11-04Fix make check-spacesNick Mathewson
2016-11-04Tell a broken test to skip itselfNick Mathewson
2016-11-04prop224: fix unit test to actually initialize a connection objectDavid Goulet
2016-11-04Merge branch 'ticket17238_029_02-resquash'Nick Mathewson
2016-11-04prop224: Use a const pointer for the cache lookup entryDavid Goulet
2016-11-04prop224: Rename cert type to follow naming conventionDavid Goulet
2016-11-04Make check-spaces happy :)George Kadianakis
2016-11-04test: Add prop224 directory fetch/upload unit testsGeorge Kadianakis
2016-11-04prop224: Directory support for v3 descriptor publishingDavid Goulet
2016-11-04test: Add prop224 directory cache unit testsDavid Goulet
2016-11-04prop224: Directory cache supportDavid Goulet
2016-11-04test: Add prop224 descriptor unit testsDavid Goulet
2016-11-04hs: Refactor rend_data_t for multi version supportDavid Goulet
2016-11-03Merge remote-tracking branch 'mintytoast/bug_19563'Nick Mathewson
2016-11-03Fix BUG message in channel/queue_impossibleNick Mathewson
2016-11-03Use tor_htonll in test_util_format_unaligned_accessorsovercaffeinated
2016-11-03Refactor tests for tor_htonll and tor_ntohllovercaffeinated
2016-11-03Add unit test for tor_htonll and tor_ntohllovercaffeinated
2016-11-03Fix two warnings in test_link_handshake.cNick Mathewson
2016-11-03whitespace fixesNick Mathewson
2016-11-03Merge branch 'feature_15055_v2'Nick 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-03Move unittests' RSA pregen code into a new file, and improve.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-03Make the current time an argument to x509 cert-checking functionsNick Mathewson
2016-11-03Add function to check RSA->Ed cross-certificationsNick 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-11-01Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-01Attempt to fix unit tests on netbsdNick Mathewson
2016-10-28Hopefully fix int64 comparisons in test_dir_networkstatus_compute_bw_weights_v10Matt Traudt
2016-10-27Resolve memory leaks in test_dir_networkstatus_compute_bw_weights_v10Nick Mathewson
2016-10-27Convert remaining files to smartlist_add_strdupovercaffeinated
2016-10-27Automated change to use smartlist_add_strdupovercaffeinated
2016-10-26Add historic bwweight tests, comments, line len fixesMatt Traudt
2016-10-26Add consensus weight calculation testsMatt Traudt
2016-10-26Allow asking a bridge's own descriptor over one-hop connectionNick Mathewson
2016-10-19BUG in purpose_needs_anonymity if switch not matched.Nick Mathewson
2016-10-19Merge remote-tracking branch 'chelseakomlo/master'Nick Mathewson
2016-10-19Compilation fix. (function pointer implicit cast in tests.)Nick Mathewson
2016-10-19Merge remote-tracking branch 'andrea/ticket19858_v2'Nick Mathewson
2016-10-19Refactor purpose_needs_anonymity to use switch statementChelsea H. Komlo
2016-10-18Refactor to use purpose_needs_anonymity and remove is_sensitive_dir_purposeChelsea H. Komlo
2016-10-14Whitespace cleaningNick Mathewson