|
|
@bbc9b03
|
3 years |
fiona.klute |
Detailed documentation on test.yml and mgstest.tests
asyncioproxy-ticket
|
|
|
@f826b5f
|
3 years |
fiona.klute |
test/README.md: Enable syntax highlighting
asyncioproxy-ticket
|
|
|
@3deb86e
|
3 years |
fiona.klute |
Reorganize imports, remove already done TODO
asyncioproxy-ticket
|
|
|
@63e4efe
|
3 years |
fiona.klute |
Test suite: Remove unused data files
* ffdhe3072.pem was loaded, but …
asyncioproxy-ticket
|
|
|
@f7e47b5
|
3 years |
fiona.klute |
Override yaml.YAMLObject.from_yaml() instead of adding constructors
…
asyncioproxy-ticket
|
|
|
@0699668
|
3 years |
fiona.klute |
Use post_check hook for test 27_OCSP_server
asyncioproxy-ticket
|
|
|
@f246f00
|
3 years |
fiona.klute |
Use post_check hook for test 14_resume_session
asyncioproxy-ticket
|
|
|
@905063e
|
3 years |
fiona.klute |
Simplify 16_view-status post_check hook using mgstest.require_match()
asyncioproxy-ticket
|
|
|
@0f65ea9
|
3 years |
fiona.klute |
Use post_check hook in 28_HTTP2_support
asyncioproxy-ticket
|
|
|
@076049a
|
3 years |
fiona.klute |
Add forgotten license header
asyncioproxy-ticket
|
|
|
@e971a2c
|
3 years |
fiona.klute |
Document supported test hooks
asyncioproxy-ticket
|
|
|
@4411426
|
3 years |
fiona.klute |
Convert test/README to markdown, plus small fixes
asyncioproxy-ticket
|
|
|
@5fd0170
|
3 years |
fiona.klute |
Update outdated information in test/README
asyncioproxy-ticket
|
|
|
@5d5a7c8
|
3 years |
fiona.klute |
netns_py.bash: Fix Python command line without namespaces
The …
asyncioproxy-ticket
|
|
|
@4de8cd3
|
3 years |
fiona.klute |
Remove an ExitStack? made obsolete by wrapping "with" around main()
asyncioproxy-ticket
|
|
|
@92cf138
|
3 years |
fiona.klute |
runtest.py: Provide temporary log files by default
This means tests …
asyncioproxy-ticket
|
|
|
@b457e67
|
3 years |
fiona.klute |
Open log files through argparse
The with block around main ensures …
asyncioproxy-ticket
|
|
|
@ac516aa
|
3 years |
fiona.klute |
runtest.py: Split actions after argument parsing into a main function
…
asyncioproxy-ticket
|
|
|
@079859e
|
3 years |
fiona.klute |
Fix exception messages for invalid test numbers
asyncioproxy-ticket
|
|
|
@2d25c1c
|
3 years |
fiona.klute |
Test 16_view-status: Use post_check hook for GnuTLS 3.6.11 …
asyncioproxy-ticket
|
|
|
@dd91d9c
|
3 years |
fiona.klute |
Support post_check hook for tests
asyncioproxy-ticket
|
|
|
@52636ee
|
3 years |
fiona.klute |
TestReq10: Use superclass constructor and _from_yaml function
This …
asyncioproxy-ticket
|
|
|
@7089dbc
|
3 years |
fiona.klute |
Rename TestRaw10 to TestReq10 and adjust the YAML tag
asyncioproxy-ticket
|
|
|
@6615d91
|
3 years |
fiona.klute |
Use dynamic class constructor in _from_yaml classmethods
This makes …
asyncioproxy-ticket
|
|
|
@3039495
|
3 years |
fiona.klute |
Write TLS connection log for HTTP/1.0 requests to stdout
asyncioproxy-ticket
|
|
|
@0909c92
|
3 years |
fiona.klute |
Add hooks system to the test runner
With this all tests can use …
asyncioproxy-ticket
|
|
|
@05984a0
|
3 years |
fiona.klute |
Replace "runtests" with "runtest.py"
This is the next step from …
asyncioproxy-ticket
|
|
|
@006f91a
|
3 years |
fiona.klute |
HTTPSubprocessConnection: Use stable API to access the default timeout
asyncioproxy-ticket
|
|
|
@09774e2
|
3 years |
fiona.klute |
Optionally log HTTP responses to another stream/file
asyncioproxy-ticket
|
|
|
@45b0a24
|
3 years |
fiona.klute |
TestRequest?: Raise exception if expected connection reset didn't occur
asyncioproxy-ticket
|
|
|
@d5c572b
|
3 years |
fiona.klute |
Use try/finally in lockfile context even when locking is disabled
The …
asyncioproxy-ticket
|
|
|
@3be92d3
|
3 years |
fiona.klute |
Optionally log gnutls-cli stderr output to another stream/file
asyncioproxy-ticket
|
|
|
@779406c
|
3 years |
fiona.klute |
Always log test connection number
asyncioproxy-ticket
|
|
|
@b1261cb
|
3 years |
fiona.klute |
mgstest: Context manager for an optional file-based mutex
This can be …
asyncioproxy-ticket
|
|
|
@4459cdd
|
3 years |
fiona.klute |
HTTPSubprocessConnection: Handle subprocess stderr via a thread
This …
asyncioproxy-ticket
|
|
|
@c7f83a3
|
3 years |
fiona.klute |
https-test-client.py: Always close the test config file
asyncioproxy-ticket
|
|
|
@c96a965
|
3 years |
fiona.klute |
Create function to run a test config YAML file
This is much more …
asyncioproxy-ticket
|
|
|
@b57d2c2
|
3 years |
fiona.klute |
Connection reset can trigger BrokenPipeError? first, catch if expected
asyncioproxy-ticket
|
|
|
@a592762
|
3 years |
fiona.klute |
Add missing semicolon in AM_TESTS_ENVIRONMENT
asyncioproxy-ticket
|
|
|
@3fbe087
|
3 years |
fiona.klute |
Use os.set_blocking() instead of fiddling with file descriptor flags
asyncioproxy-ticket
|
|
|
@eb84747
|
3 years |
fiona.klute |
TestConnection?: Add optional "description" attribute for logging
asyncioproxy-ticket
|
|
|
@0e069b6
|
3 years |
fiona.klute |
Support plain HTTP in the Python test framework
This makes it …
asyncioproxy-ticket
|
|
|
@7054040
|
3 years |
fiona.klute |
Support checking response headers
asyncioproxy-ticket
|
|
|
@8b72599
|
3 years |
fiona.klute |
https-test-client.py: Flush sys.stdout so connection output doesn't mix
asyncioproxy-ticket
|
|
|
@e3e0de1
|
3 years |
fiona.klute |
https-test-client.py: Make host and port configurable per connection
…
asyncioproxy-ticket
|
|
|
@09d923b
|
3 years |
fiona.klute |
Include status request in sample_test.yml
asyncioproxy-ticket
|
|
|
@d762813
|
3 years |
fiona.klute |
Test suite: Start fewer server processes
The test suite doesn't need …
asyncioproxy-ticket
|
|
|
@f6d2721
|
3 years |
fiona.klute |
HTTPSubprocessConnection: Run filter in a thread instead of process
…
asyncioproxy-ticket
|
|
|
@0560bb9
|
3 years |
fiona.klute |
Add some documentation for the Python test modules
asyncioproxy-ticket
|
|
|
@f9e13a5
|
3 years |
fiona.klute |
mgstest.tests: Fix doctests for module structure
asyncioproxy-ticket
|
|
|
@42097fb
|
3 years |
fiona.klute |
https-test-client.py: Add --timeout parameter for TEST_QUERY_TIMEOUT
asyncioproxy-ticket
|
|
|
@6d3dc34
|
3 years |
fiona.klute |
Split infrastructure from https-test-client.py into modules
asyncioproxy-ticket
|
|
|
@a2d1bb9
|
3 years |
fiona.klute |
https-test-client.py: Support multiple connections in one test config
asyncioproxy-ticket
|
|
|
@ec63b07
|
3 years |
fiona.klute |
https-test-client.py: A few more doctests
asyncioproxy-ticket
|
|
|
@6ea34b1
|
3 years |
fiona.klute |
Rename TestRequest?.check_body() to show it is shared API
asyncioproxy-ticket
|
|
|
@1de6754
|
3 years |
fiona.klute |
Move code for running a test connection into TestConnection?.run()
asyncioproxy-ticket
|
|
|
@2e736df
|
3 years |
fiona.klute |
https-test-client.py: Require --test-config parameter
This allows a …
asyncioproxy-ticket
|
|
|
@ce85a5f
|
3 years |
fiona.klute |
Move code to run a TestRequest? into the class
asyncioproxy-ticket
|
|
|
@851173b
|
3 years |
fiona.klute |
TestConnection?: Rename unused "protocol" parameter to "transport"
…
asyncioproxy-ticket
|
|
|
@1c2b936
|
3 years |
fiona.klute |
Test suite: Use the new Python-based test client
asyncioproxy-ticket
|
|
|
@5c7e570
|
3 years |
fiona.klute |
https-test-client.py: Implement minimal HTTP/1.0 client
The test case …
asyncioproxy-ticket
|
|
|
@eed0c4b
|
3 years |
fiona.klute |
HTTPSubprocessConnection: Ensure subprocess exists before closing
…
asyncioproxy-ticket
|
|
|
@0a16644
|
3 years |
fiona.klute |
https-test-client.py: Stop filtering after the first read block of …
asyncioproxy-ticket
|
|
|
@db82911
|
3 years |
fiona.klute |
https-test-client.py: Make the filter function an optional argument
…
asyncioproxy-ticket
|
|
|
@4dfbedd
|
3 years |
fiona.klute |
https-test-client.py: Move filter out of HTTPSubprocessConnection class
asyncioproxy-ticket
|
|
|
@d9b0936
|
3 years |
fiona.klute |
https-test-client.py: Some more comments on the filter function
asyncioproxy-ticket
|
|
|
@fc8eefcd
|
3 years |
fiona.klute |
https-test-client.py: Cleanly shut down the connection subprocess
The …
asyncioproxy-ticket
|
|
|
@03426e0
|
3 years |
fiona.klute |
https-test-client.py: Prototype of output stream filter for gnutls-cli …
asyncioproxy-ticket
|
|
|
@dec05c4
|
3 years |
fiona.klute |
Test suite: Enable HTTP keep-alive in the test server
Test using the …
asyncioproxy-ticket
|
|
|
@019ab8e
|
3 years |
fiona.klute |
https-test-client.py: Catch expected connection errors
asyncioproxy-ticket
|
|
|
@8335f8c
|
3 years |
fiona.klute |
Ensure Python is available in the test environment
asyncioproxy-ticket
|
|
|
@096859f
|
3 years |
fiona.klute |
https-test-client.py: Check if the HTTP body contains certain strings
…
asyncioproxy-ticket
|
|
|
@a4e136a
|
3 years |
fiona.klute |
https-test-client.py: Allow overriding headers
asyncioproxy-ticket
|
|
|
@d5f5356
|
3 years |
fiona.klute |
https-test-client.py: Support YAML test configuration
asyncioproxy-ticket
|
|
|
@618ee14
|
3 years |
fiona.klute |
Experimental Python-based HTTPS test client
The script uses …
asyncioproxy-ticket
|
|
|
@e376ed8
|
3 years |
fiona.klute |
Merge branch 'subca'
asyncioproxy-ticket
|
|
|
@20a20df
|
3 years |
krista.celestia |
Test suite: ignore "Content-Length" header
Do not check the returned …
asyncioproxy-ticket
|
|
|
@a55742a
|
3 years |
fiona.klute |
Test suite: Remove URLs from expected error responses
Apache HTTPD …
asyncioproxy-ticket
|
|
|
@7cfc02b
|
4 years |
fiona.klute |
Test suite: Add an OCSP responder for the sub CA
All CAs use the same …
asyncioproxy-ticket
|
|
|
@f828974
|
4 years |
fiona.klute |
Test suite: Build & use certificate chain for the authority/subca/server ID
asyncioproxy-ticket
|
|
|
@c3aebe5
|
4 years |
fiona.klute |
Test suite: Add a sub CA to the test environment
asyncioproxy-ticket
|
|
|
@fbef621
|
4 years |
fiona.klute |
Reorganize and narrow test/.gitignore
asyncioproxy-ticket
|
|
|
@6dab61d
|
4 years |
fiona.klute |
Test suite: Move rogueclient ID into rogueca dir, share recipe with …
asyncioproxy-ticket
|
|
|
@b712429
|
4 years |
fiona.klute |
Test suite: Unify rules for X.509 root certificate generation
asyncioproxy-ticket
|
|
|
@e8498bf
|
4 years |
fiona.klute |
Test suite: Move directory for ocsp-responder identity into authority …
asyncioproxy-ticket
|
|
|
@59afe51
|
4 years |
fiona.klute |
Test suite: Move directory for imposter identity into authority directory
asyncioproxy-ticket
|
|
|
@c825c3a
|
4 years |
fiona.klute |
Test suite: Move directory for server identity into authority directory
asyncioproxy-ticket
|
|
|
@e5546be
|
4 years |
fiona.klute |
Test suite: Move directory for client identity into authority …
asyncioproxy-ticket
|
|
|
@f205c5f
|
4 years |
fiona.klute |
Cleanup in test/test_ca.mk
* Always use $(srcdir) as Make variable, …
asyncioproxy-ticket
|
|
|
@a819501
|
4 years |
fiona.klute |
Test suite: Move template files into per-identity directories
Also …
asyncioproxy-ticket
|
|
|
@c91382d
|
4 years |
fiona.klute |
Test suite: Move UID files into per-identity directories
asyncioproxy-ticket
|
|
|
@143bd98
|
4 years |
fiona.klute |
Build test certificates without intermediate certificate request files
asyncioproxy-ticket
|
|
|
@39a27cf
|
4 years |
fiona.klute |
Require pem2openpgp for tests only when building with MSVA support
…
asynciodebian/masterproxy-ticket
|
|
|
@f674424
|
4 years |
fiona.klute |
First prototype of proxy ALPN support
The current code assumes that …
asynciodebian/masterproxy-ticket
|
|
|
@9a834cc
|
4 years |
fiona.klute |
Merge gnutls-cli version check
Thanks Krista!
asynciodebian/masterproxy-ticket
|
|
|
@6519eb9
|
4 years |
fiona.klute |
Test suite: Clear softhsm2.db before rebuilding
This avoids token ID …
asynciodebian/masterproxy-ticket
|
|
|
@afebb9b
|
4 years |
krista.celestia |
Add gnutls-cli version requirement to SNI tests
Since the …
asynciodebian/masterproxy-ticket
|
|
|
@0e55076
|
4 years |
fiona.klute |
Merge additional tests for vhost checks
Thanks Krista!
asynciodebian/masterproxy-ticket
|
|
|
@dcc053e
|
4 years |
krista.celestia |
Add test for missing Host header, SNI matching server alias
Test that …
asynciodebian/masterproxy-ticket
|
|
|
@5cf8e99
|
4 years |
krista.celestia |
Add tests for virtual host server aliases
Test matching and …
asynciodebian/masterproxy-ticket
|
|
|