source: mod_gnutls/test

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @0909c92   3 years fiona.klute Add hooks system to the test runner With this all tests can use … asynciomainproxy-ticket
(edit) @05984a0   3 years fiona.klute Replace "runtests" with "runtest.py" This is the next step from … asynciomainproxy-ticket
(edit) @006f91a   3 years fiona.klute HTTPSubprocessConnection: Use stable API to access the default timeout asynciomainproxy-ticket
(edit) @09774e2   3 years fiona.klute Optionally log HTTP responses to another stream/file asynciomainproxy-ticket
(edit) @45b0a24   3 years fiona.klute TestRequest?: Raise exception if expected connection reset didn't occur asynciomainproxy-ticket
(edit) @d5c572b   3 years fiona.klute Use try/finally in lockfile context even when locking is disabled The … asynciomainproxy-ticket
(edit) @3be92d3   3 years fiona.klute Optionally log gnutls-cli stderr output to another stream/file asynciomainproxy-ticket
(edit) @779406c   3 years fiona.klute Always log test connection number asynciomainproxy-ticket
(edit) @b1261cb   3 years fiona.klute mgstest: Context manager for an optional file-based mutex This can be … asynciomainproxy-ticket
(edit) @4459cdd   3 years fiona.klute HTTPSubprocessConnection: Handle subprocess stderr via a thread This … asynciomainproxy-ticket
(edit) @c7f83a30   3 years fiona.klute https-test-client.py: Always close the test config file asynciomainproxy-ticket
(edit) @c96a965   3 years fiona.klute Create function to run a test config YAML file This is much more … asynciomainproxy-ticket
(edit) @b57d2c2   3 years fiona.klute Connection reset can trigger BrokenPipeError? first, catch if expected asynciomainproxy-ticket
(edit) @a592762   3 years fiona.klute Add missing semicolon in AM_TESTS_ENVIRONMENT asynciomainproxy-ticket
(edit) @3fbe087   3 years fiona.klute Use os.set_blocking() instead of fiddling with file descriptor flags asynciomainproxy-ticket
(edit) @eb84747   3 years fiona.klute TestConnection?: Add optional "description" attribute for logging asynciomainproxy-ticket
(edit) @0e069b6   3 years fiona.klute Support plain HTTP in the Python test framework This makes it … asynciomainproxy-ticket
(edit) @7054040   3 years fiona.klute Support checking response headers asynciomainproxy-ticket
(edit) @8b72599   3 years fiona.klute https-test-client.py: Flush sys.stdout so connection output doesn't mix asynciomainproxy-ticket
(edit) @e3e0de1   3 years fiona.klute https-test-client.py: Make host and port configurable per connection … asynciomainproxy-ticket
(edit) @09d923b   3 years fiona.klute Include status request in sample_test.yml asynciomainproxy-ticket
(edit) @d762813   3 years fiona.klute Test suite: Start fewer server processes The test suite doesn't need … asynciomainproxy-ticket
(edit) @f6d2721   3 years fiona.klute HTTPSubprocessConnection: Run filter in a thread instead of process … asynciomainproxy-ticket
(edit) @0560bb9   3 years fiona.klute Add some documentation for the Python test modules asynciomainproxy-ticket
(edit) @f9e13a5   3 years fiona.klute mgstest.tests: Fix doctests for module structure asynciomainproxy-ticket
(edit) @42097fb   3 years fiona.klute https-test-client.py: Add --timeout parameter for TEST_QUERY_TIMEOUT asynciomainproxy-ticket
(edit) @6d3dc34   3 years fiona.klute Split infrastructure from https-test-client.py into modules asynciomainproxy-ticket
(edit) @a2d1bb9   3 years fiona.klute https-test-client.py: Support multiple connections in one test config asynciomainproxy-ticket
(edit) @ec63b07   3 years fiona.klute https-test-client.py: A few more doctests asynciomainproxy-ticket
(edit) @6ea34b1   3 years fiona.klute Rename TestRequest?.check_body() to show it is shared API asynciomainproxy-ticket
(edit) @1de6754   3 years fiona.klute Move code for running a test connection into TestConnection?.run() asynciomainproxy-ticket
(edit) @2e736df   3 years fiona.klute https-test-client.py: Require --test-config parameter This allows a … asynciomainproxy-ticket
(edit) @ce85a5f   3 years fiona.klute Move code to run a TestRequest? into the class asynciomainproxy-ticket
(edit) @851173b   3 years fiona.klute TestConnection?: Rename unused "protocol" parameter to "transport" … asynciomainproxy-ticket
(edit) @1c2b936   3 years fiona.klute Test suite: Use the new Python-based test client asynciomainproxy-ticket
(edit) @5c7e570   3 years fiona.klute https-test-client.py: Implement minimal HTTP/1.0 client The test case … asynciomainproxy-ticket
(edit) @eed0c4b   3 years fiona.klute HTTPSubprocessConnection: Ensure subprocess exists before closing … asynciomainproxy-ticket
(edit) @0a16644   3 years fiona.klute https-test-client.py: Stop filtering after the first read block of … asynciomainproxy-ticket
(edit) @db82911   3 years fiona.klute https-test-client.py: Make the filter function an optional argument … asynciomainproxy-ticket
(edit) @4dfbedd   3 years fiona.klute https-test-client.py: Move filter out of HTTPSubprocessConnection class asynciomainproxy-ticket
(edit) @d9b0936   3 years fiona.klute https-test-client.py: Some more comments on the filter function asynciomainproxy-ticket
(edit) @fc8eefcd   3 years fiona.klute https-test-client.py: Cleanly shut down the connection subprocess The … asynciomainproxy-ticket
(edit) @03426e0   3 years fiona.klute https-test-client.py: Prototype of output stream filter for gnutls-cli … asynciomainproxy-ticket
(edit) @dec05c4   3 years fiona.klute Test suite: Enable HTTP keep-alive in the test server Test using the … asynciomainproxy-ticket
(edit) @019ab8e   3 years fiona.klute https-test-client.py: Catch expected connection errors asynciomainproxy-ticket
(edit) @8335f8c   3 years fiona.klute Ensure Python is available in the test environment asynciomainproxy-ticket
(edit) @096859f   3 years fiona.klute https-test-client.py: Check if the HTTP body contains certain strings … asynciomainproxy-ticket
(edit) @a4e136a   3 years fiona.klute https-test-client.py: Allow overriding headers asynciomainproxy-ticket
(edit) @d5f5356   3 years fiona.klute https-test-client.py: Support YAML test configuration asynciomainproxy-ticket
(edit) @618ee14   3 years fiona.klute Experimental Python-based HTTPS test client The script uses … asynciomainproxy-ticket
(edit) @e376ed8   3 years fiona.klute Merge branch 'subca' asynciomainproxy-ticket
(edit) @20a20df   3 years krista.celestia Test suite: ignore "Content-Length" header Do not check the returned … asynciomainproxy-ticket
(edit) @a55742a   3 years fiona.klute Test suite: Remove URLs from expected error responses Apache HTTPD … asynciomainproxy-ticket
(edit) @7cfc02b   4 years fiona.klute Test suite: Add an OCSP responder for the sub CA All CAs use the same … asynciomainproxy-ticket
(edit) @f828974   4 years fiona.klute Test suite: Build & use certificate chain for the authority/subca/server ID asynciomainproxy-ticket
(edit) @c3aebe5   4 years fiona.klute Test suite: Add a sub CA to the test environment asynciomainproxy-ticket
(edit) @fbef621   4 years fiona.klute Reorganize and narrow test/.gitignore asynciomainproxy-ticket
(edit) @6dab61d   4 years fiona.klute Test suite: Move rogueclient ID into rogueca dir, share recipe with … asynciomainproxy-ticket
(edit) @b712429   4 years fiona.klute Test suite: Unify rules for X.509 root certificate generation asynciomainproxy-ticket
(edit) @e8498bf   4 years fiona.klute Test suite: Move directory for ocsp-responder identity into authority … asynciomainproxy-ticket
(edit) @59afe51   4 years fiona.klute Test suite: Move directory for imposter identity into authority directory asynciomainproxy-ticket
(edit) @c825c3a   4 years fiona.klute Test suite: Move directory for server identity into authority directory asynciomainproxy-ticket
(edit) @e5546be   4 years fiona.klute Test suite: Move directory for client identity into authority … asynciomainproxy-ticket
(edit) @f205c5f   4 years fiona.klute Cleanup in test/test_ca.mk * Always use $(srcdir) as Make variable, … asynciomainproxy-ticket
(edit) @a819501   4 years fiona.klute Test suite: Move template files into per-identity directories Also … asynciomainproxy-ticket
(edit) @c91382d   4 years fiona.klute Test suite: Move UID files into per-identity directories asynciomainproxy-ticket
(edit) @143bd98   4 years fiona.klute Build test certificates without intermediate certificate request files asynciomainproxy-ticket
(edit) @39a27cf   4 years fiona.klute Require pem2openpgp for tests only when building with MSVA support … asynciodebian/mastermainproxy-ticket
(edit) @f674424   4 years fiona.klute First prototype of proxy ALPN support The current code assumes that … asynciodebian/mastermainproxy-ticket
(edit) @9a834cc   4 years fiona.klute Merge gnutls-cli version check Thanks Krista! asynciodebian/mastermainproxy-ticket
(edit) @6519eb9   4 years fiona.klute Test suite: Clear softhsm2.db before rebuilding This avoids token ID … asynciodebian/mastermainproxy-ticket
(edit) @afebb9b   4 years krista.celestia Add gnutls-cli version requirement to SNI tests Since the … asynciodebian/mastermainproxy-ticket
(edit) @0e55076   4 years fiona.klute Merge additional tests for vhost checks Thanks Krista! asynciodebian/mastermainproxy-ticket
(edit) @dcc053e   4 years krista.celestia Add test for missing Host header, SNI matching server alias Test that … asynciodebian/mastermainproxy-ticket
(edit) @5cf8e99   4 years krista.celestia Add tests for virtual host server aliases Test matching and … asynciodebian/mastermainproxy-ticket
(edit) @dcaba46   4 years fiona.klute Fix newtest script The generated test script now calls ./runtests … asynciodebian/mastermainproxy-ticket
(edit) @a939015   4 years fiona.klute Test early SNI in HTTP/2 test (if enabled) asynciodebian/mastermainproxy-ticket
(edit) @99eb567   4 years fiona.klute Test suite: Use static output instead of CGI for test … asynciodebian/mastermainproxy-ticket
(edit) @5b0dd3d   4 years fiona.klute Test CA: Keep private keys after certificate by default This does not … asynciodebian/mastermainproxy-ticket
(edit) @b47dc70   4 years fiona.klute Test suite: Simplify certificate template creation asynciodebian/mastermainproxy-ticket
(edit) @267a27a   4 years fiona.klute Test suite: Use separate IPC namespaces when enabled Minimal change … asynciodebian/mastermainproxy-ticket
(edit) @0062ede   4 years fiona.klute Test for IP-based virtual hosts Mostly to make sure the new "same … asynciodebian/mastermainproxy-ticket
(edit) @849b87e   4 years fiona.klute Test suite: Add support for IP-based virtual hosts * Pass TEST_IP to … asynciodebian/mastermainproxy-ticket
(edit) @20c3f7b   4 years fiona.klute Expect test for vhost check to pass asynciodebian/mastermainproxy-ticket
(edit) @359f009   4 years fiona.klute Add test for vhost check Expected to fail right now. The test … asynciodebian/mastermainproxy-ticket
(edit) @60868d2   4 years fiona.klute Default to NORMAL for the GnuTLS priority settings This simplifies … asynciodebian/mastermainproxy-ticket
(edit) @bd1d8d3   4 years fiona.klute Test suite: Stop proxy backend servers from writing to proxy access … asynciodebian/mastermainproxy-ticket
(edit) @1754503   4 years fiona.klute Test suite: Enable session tickets for session resumption test TLS … asynciodebian/mastermainproxy-ticket
(edit) @eb4cab7   4 years fiona.klute Test suite: Compare cipher suites to test the status page Expecting a … asynciodebian/mastermainproxy-ticket
(edit) @c33ef88   4 years fiona.klute Test suite: Use ciphers, not protocol versions for priority mismatch … asynciodebian/mastermainproxy-ticket
(edit) @514d4d6   4 years fiona.klute Test suite: Two more compatibility fixes for GnuTLS 3.6.4 asynciodebian/mastermainproxy-ticket
(edit) @2ec3e54   4 years fiona.klute Test suite: Remove size of DH prime from variable dump The variable … asynciodebian/mastermainproxy-ticket
(edit) @cb6476c   4 years fiona.klute Enable OCSP stapling by default if possible If the user hasn't … asynciodebian/mastermainproxy-ticket
(edit) @994200a   4 years fiona.klute Set up shmcb OCSP cache by default The shmcb socache doesn't require … asynciodebian/mastermainproxy-ticket
(edit) @d036f96   5 years fiona.klute Add configuration directive GnuTLSOCSPCache (no-op for now) First … asynciodebian/mastermainproxy-ticket
(edit) @13870b7   5 years fiona.klute test-14_resume_session.bash: Check if the session was resumed … asynciodebian/mastermainproxy-ticket
(edit) @eaa8a9d   5 years fiona.klute Test suite: Fix list of dist files for test 03_cachetimeout_in_vhost asynciodebian/mastermainproxy-ticket
(edit) @a6aa387   5 years fiona.klute Test suite: Update cache configuration, ensure unique cache paths asynciodebian/mastermainproxy-ticket
(edit) @56c722f   5 years fiona.klute Test suite: Do not expire test PGP keys Infinite validity is no … asynciodebian/mastermainproxy-ticket
(edit) @f52f1b4   5 years fiona.klute Allow GnuTLSCacheTimeout in virtual host config I'm not sure if … asynciodebian/mastermainproxy-ticket
Note: See TracRevisionLog for help on using the revision log.