index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test_extorport.c
Age
Commit message (
Expand
)
Author
2018-04-06
crypto: Refactor (P)RNG functionality into new crypto_rand module.
Isis Lovecruft
2017-12-08
Rename connection_free_ to connection_free_minimal.
Nick Mathewson
2017-09-14
Refactor control_event_bootstrap_problem
Taylor Yu
2017-09-05
Refactor buffer APIs to put a buf_t first.
Nick Mathewson
2017-09-05
Repair buffer API so everything starts with buf_.
Nick Mathewson
2017-04-27
Clean up mentions of 'zlib' and rename the mentions to 'compressed'.
Alexander Færøy
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2015-11-25
Now that crypto_rand() cannot fail, it should return void.
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-11-12
Fix wide lines (from 13172)
Nick Mathewson
2014-11-12
Replace operators used as macro arguments with OP_XX macros
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-09-15
Replace remaining uses of deprecated test_mem* functions
Nick Mathewson
2014-09-15
Use coccinelle scripts to clean up our unit tests
Nick Mathewson
2014-05-08
Fix numerous 64->32 errors in the unit tests
Nick Mathewson
2014-05-08
Fix numerous type errors in the unit tests
Nick Mathewson
2014-04-29
Fix leaks in tests related to setting options->DataDirectory
Nick Mathewson
2014-03-27
Report only the first bootstrap failure from an orconn
Nick Mathewson
2014-03-10
Throw control port warning if we failed to connect to all our bridges.
George Kadianakis
2013-08-15
Test ExtORPort cookie initialization when file writing is broken.
George Kadianakis
2013-08-15
Test some fail conditions of ext_orport.c USERADDR/TRANSPORT parsing.
George Kadianakis
2013-08-15
Fix some #5040 bugs found by Nick's tests.
George Kadianakis
2013-08-15
Implement and use a generic auth. cookie initialization function.
George Kadianakis
2013-08-15
White-box tests for the succeeding case of ext_or_port handshake.
Nick Mathewson
2013-08-15
Test for initializing ext_or_auth_cookie file
Nick Mathewson
2013-08-15
Unit test for the ext_orport safe_cookie handshake
Nick Mathewson
2013-08-15
More unit tests for handle_client_auth_nonce
Nick Mathewson
2013-08-15
Unit test for basic ext_or_cookie authentication backend
Nick Mathewson
2013-08-15
Tests for connection_write_ext_or_command.
Nick Mathewson
2013-08-15
Unit tests for ext_or_id_map.
Nick Mathewson