source: mod_gnutls/test

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @a99f1aa   3 years fiona.klute Test suite: Create OCSP responder certificates with … asynciomainproxy-ticket
(edit) @883efd2   3 years fiona.klute Document how to override which Valgrind suppressions to use asynciomainproxy-ticket
(edit) @221e6b9   3 years fiona.klute Valgrind: Remove suppression for local SoftHSM build asynciomainproxy-ticket
(edit) @451ca3e   3 years fiona.klute Valgrind: Suppression for leak from p11_kit_module_load in child processes asynciomainproxy-ticket
(edit) @931da2d   3 years fiona.klute Get deeper stack traces from Valgrind asynciomainproxy-ticket
(edit) @10100a2   3 years fiona.klute Remove keyEncipherment flag from test certificates The days of plain … asynciomainproxy-ticket
(edit) @38bf158   3 years fiona.klute Documentation for testing with Valgrind asynciomainproxy-ticket
(edit) @8b14b13   3 years fiona.klute Small .gitignore cleanup asynciomainproxy-ticket
(edit) @ee6351d   3 years fiona.klute Test suite: Use mod_mpm_event by default The "event" MPM module is … asynciomainproxy-ticket
(edit) @8c63a1c   3 years fiona.klute Another round of the getaddrinfo Valgrind suppression asynciomainproxy-ticket
(edit) @4482da4   3 years fiona.klute Test suite: Set global ServerName? This gets rid of the annoying … asynciomainproxy-ticket
(edit) @c756f08   3 years fiona.klute Make apr_getaddrinfo_leak Valgrind suppression more generic This … asynciomainproxy-ticket
(edit) @1d778ce   3 years fiona.klute Run Valgrind with "--gen-suppressions=all" This makes it easier to … asynciomainproxy-ticket
(edit) @cfb43fc   3 years fiona.klute Use Valgrind "-v" instead of "-s" for compatibility with Debian Buster … asynciomainproxy-ticket
(edit) @7c89e8a   3 years fiona.klute Make Valgrind suppressions work without Apache and GnuTLS debug … asynciomainproxy-ticket
(edit) @d1d1e3a   3 years fiona.klute Valgrind tests: Use --keep-debuginfo=yes By default Valgrind drops … asynciomainproxy-ticket
(edit) @f73eeb7   3 years fiona.klute Valgrind tests: More suppressions for issues outside mod_gnutls asynciomainproxy-ticket
(edit) @005b185   3 years fiona.klute Fail tests running with Valgrind if Valgrind reports errors asynciomainproxy-ticket
(edit) @e46d203   3 years fiona.klute Update forgotten license headers asynciomainproxy-ticket
(edit) @99c61f9   3 years fiona.klute Add configure option --enable-valgrind-test to run tests with Valgrind … asynciomainproxy-ticket
(edit) @c4ba2b60   3 years fiona.klute Test suite: Automatically detect required modules Which modules are … asynciomainproxy-ticket
(edit) @c05b8c5   3 years fiona.klute TestService?: Preserve the child process' return code asynciomainproxy-ticket
(edit) @422eade   3 years fiona.klute Support optional timeout for TestService?.wait() asynciomainproxy-ticket
(edit) @264ab17   3 years fiona.klute mgstest.services: Remove code for handling forking services No longer … asynciomainproxy-ticket
(edit) @e2200db   3 years fiona.klute Test suite: Always run Apache with "-DFOREGROUND" This simplifies … asynciomainproxy-ticket
(edit) @72ebe64   3 years fiona.klute runtest.py: Support for running Apache with Valgrind Not used by … asynciomainproxy-ticket
(edit) @e819f13   3 years fiona.klute Unconditionally enable early SNI parsing All supported GnuTLS … asynciomainproxy-ticket
(edit) @c33b0ea   3 years fiona.klute Test per-directory "GnuTLSClientVerify request" The request must … asynciomainproxy-ticket
(edit) @442c6a6   3 years fiona.klute Test suite: Detect Apache shutdown by PID file Wait for the PID file … asynciomainproxy-ticket
(edit) @7543db4   3 years fiona.klute Remove debug output of raw test connection config asynciomainproxy-ticket
(edit) @44188aa   3 years fiona.klute Test post-handshake authentication with an untrusted certificate asynciomainproxy-ticket
(edit) @4f2c988   3 years fiona.klute Send 403 if required client post-handshake authentication fails This … asynciomainproxy-ticket
(edit) @4fe52e6   3 years fiona.klute Use gnutls-cli inline command to test TLS session resumption This … asynciomainproxy-ticket
(edit) @9db4dcd   3 years fiona.klute Handle GNUTLS_E_GOT_APPLICATION_DATA on gnutls_reauth() Pending … asynciomainproxy-ticket
(edit) @1c76ea7   3 years fiona.klute mgstest.tests: Encode request body as utf-8 HTTPConnection.request() … asynciomainproxy-ticket
(edit) @6fa6095   3 years fiona.klute Partial post-handshake auth support Needs proper error handling, … asynciomainproxy-ticket
(edit) @a9e0738   3 years fiona.klute Test 28_HTTP2_support: Log curl output regardless of failure asynciomainproxy-ticket
(edit) @407ca6e   3 years fiona.klute TestRequest? and TestReq10: Support request body This will allow … asynciomainproxy-ticket
(edit) @33fa7d5   3 years fiona.klute Ensure stapling is active for server certificates with "must-staple" … asynciomainproxy-ticket
(edit) @587642d   3 years fiona.klute OCSP test: Prevent single-second refresh intervals With the default … asynciomainproxy-ticket
(edit) @20a3915   3 years fiona.klute mgstest.softhsm: Remove unnecessary import asynciomainproxy-ticket
(edit) @b2546f0   3 years fiona.klute mgstest.softhsm: Include type when searching object URLs The p11tool … asynciomainproxy-ticket
(edit) @221ffe5   3 years fiona.klute Test 28_HTTP2_support: Fix skip message in case of missing curl asynciomainproxy-ticket
(edit) @0da2c5d   3 years fiona.klute Test suite: Update README and newtest script asynciomainproxy-ticket
(edit) @478767a   3 years fiona.klute Generate test scripts instead of carrying static files asynciomainproxy-ticket
(edit) @ff039b1   3 years fiona.klute Test suite: Replace softhsm.bash with Python code With this all test … asynciomainproxy-ticket
(edit) @60ed7d1   3 years fiona.klute Allow the prepare_env hook to return a cleanup callback asynciomainproxy-ticket
(edit) @7e10018   3 years fiona.klute runtest.py: Get Apache debug info before running prepare_env hook … asynciomainproxy-ticket
(edit) @573b810   3 years fiona.klute mgstest.services: Use pathlib and conditional expressions Just a … asynciomainproxy-ticket
(edit) @278381d   3 years fiona.klute Remove code for SoftHSM 1 support SoftHSM 1 has been unsupported for … asynciomainproxy-ticket
(edit) @482bafc   3 years fiona.klute Test suite: Remove checks for no longer supported GnuTLS version … asynciomainproxy-ticket
(edit) @0f52d48   3 years fiona.klute Switch most tests to hooks.py instead of preconditions in test scripts … asynciomainproxy-ticket
(edit) @baa0056   3 years fiona.klute Test 30_ip_based_vhosts: Move to prepare_env hook asynciomainproxy-ticket
(edit) @9a48691   3 years fiona.klute Test suite: Support checking preconditions in prepare_env hook The … asynciomainproxy-ticket
(edit) @dda0f4a   3 years fiona.klute Replace comments in test scripts with connection descriptions asynciomainproxy-ticket
(edit) @3871dbd   3 years fiona.klute Move TEST_HTTP_PORT definition to Makefile.am with the other ports … asynciomainproxy-ticket
(edit) @8666b50   3 years fiona.klute Implement "prepare_env" hook for tests Test 15_basic_msva uses it to … asynciomainproxy-ticket
(edit) @d14d7d1   3 years fiona.klute Test 16_view-status hooks: Use raw strings for regular expressions asynciomainproxy-ticket
(edit) @0cfe818   3 years fiona.klute https-test-client.py: Use with instead of try/finally to safely close file asynciomainproxy-ticket
(edit) @b307cc1   3 years fiona.klute mgstest.http._stderr_writer: Always close input stream at EOS Fixes … asynciomainproxy-ticket
(edit) @a274959   3 years fiona.klute Build the test suite README as HTML if pandoc is available It doesn't … asynciomainproxy-ticket
(edit) @5ea6c14   3 years fiona.klute Clarify exception message for unexpected headers Using the … asynciomainproxy-ticket
(edit) @459a982   3 years fiona.klute Include doctest for the mgstest Python package in test suite runs … asynciomainproxy-ticket
(edit) @1fe7cac   3 years fiona.klute TestReq10: Handle expected and unexpected connection failure With … asynciomainproxy-ticket
(edit) @0b3733d   3 years fiona.klute Test suite: Support checking absence of headers asynciomainproxy-ticket
(edit) @bdf5917   3 years fiona.klute TestReq10: Implement checking expected headers asynciomainproxy-ticket
(edit) @a1ce49d   3 years fiona.klute Include test suite documentation in release tarballs Git is the … asynciomainproxy-ticket
(edit) @bbc9b03   3 years fiona.klute Detailed documentation on test.yml and mgstest.tests asynciomainproxy-ticket
(edit) @f826b5f   3 years fiona.klute test/README.md: Enable syntax highlighting asynciomainproxy-ticket
(edit) @3deb86e   3 years fiona.klute Reorganize imports, remove already done TODO asynciomainproxy-ticket
(edit) @63e4efe   3 years fiona.klute Test suite: Remove unused data files * ffdhe3072.pem was loaded, but … asynciomainproxy-ticket
(edit) @f7e47b5   3 years fiona.klute Override yaml.YAMLObject.from_yaml() instead of adding constructors … asynciomainproxy-ticket
(edit) @0699668   3 years fiona.klute Use post_check hook for test 27_OCSP_server asynciomainproxy-ticket
(edit) @f246f00   3 years fiona.klute Use post_check hook for test 14_resume_session asynciomainproxy-ticket
(edit) @905063e   3 years fiona.klute Simplify 16_view-status post_check hook using mgstest.require_match() asynciomainproxy-ticket
(edit) @0f65ea9   3 years fiona.klute Use post_check hook in 28_HTTP2_support asynciomainproxy-ticket
(edit) @076049a   3 years fiona.klute Add forgotten license header asynciomainproxy-ticket
(edit) @e971a2c   3 years fiona.klute Document supported test hooks asynciomainproxy-ticket
(edit) @4411426   3 years fiona.klute Convert test/README to markdown, plus small fixes asynciomainproxy-ticket
(edit) @5fd0170   3 years fiona.klute Update outdated information in test/README asynciomainproxy-ticket
(edit) @5d5a7c8   3 years fiona.klute netns_py.bash: Fix Python command line without namespaces The … asynciomainproxy-ticket
(edit) @4de8cd3   3 years fiona.klute Remove an ExitStack? made obsolete by wrapping "with" around main() asynciomainproxy-ticket
(edit) @92cf138   3 years fiona.klute runtest.py: Provide temporary log files by default This means tests … asynciomainproxy-ticket
(edit) @b457e67   3 years fiona.klute Open log files through argparse The with block around main ensures … asynciomainproxy-ticket
(edit) @ac516aa   3 years fiona.klute runtest.py: Split actions after argument parsing into a main function … asynciomainproxy-ticket
(edit) @079859e   3 years fiona.klute Fix exception messages for invalid test numbers asynciomainproxy-ticket
(edit) @2d25c1c   3 years fiona.klute Test 16_view-status: Use post_check hook for GnuTLS 3.6.11 … asynciomainproxy-ticket
(edit) @dd91d9c   3 years fiona.klute Support post_check hook for tests asynciomainproxy-ticket
(edit) @52636ee   3 years fiona.klute TestReq10: Use superclass constructor and _from_yaml function This … asynciomainproxy-ticket
(edit) @7089dbc   3 years fiona.klute Rename TestRaw10 to TestReq10 and adjust the YAML tag asynciomainproxy-ticket
(edit) @6615d91   3 years fiona.klute Use dynamic class constructor in _from_yaml classmethods This makes … asynciomainproxy-ticket
(edit) @3039495   3 years fiona.klute Write TLS connection log for HTTP/1.0 requests to stdout asynciomainproxy-ticket
(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
Note: See TracRevisionLog for help on using the revision log.