summaryrefslogtreecommitdiffstats
path: root/test/modules/tls/test_14_proxy_ssl.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* removed experimental mod_tls. source, documenation and test casesStefan Eissing2024-09-171-125/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920744 13f79535-47bb-0310-9956-ffa450edef68
* Skip h2 tests on preforkRainer Jung2024-07-181-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919332 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in test nameRainer Jung2024-07-171-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919330 13f79535-47bb-0310-9956-ffa450edef68
* * mod_tls: update version of rustls-ffi to v0.13.0. Stefan Eissing2024-04-221-1/+1
| | | | | | | | [Daniel McCarney (@cpu}] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917270 13f79535-47bb-0310-9956-ffa450edef68
* Arrange pytest to run with mod_ssl, still skipping some tests.Jean-Frederic Clere2024-04-161-2/+40
| | | | | | | this closes #433 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917039 13f79535-47bb-0310-9956-ffa450edef68
* pytests: Ignore log errors/warnings per function.Yann Ylavic2023-07-071-0/+7
| | | | | | | | | | | | It's easier to control errors at the function scope and it avoids ignored errors/warnings to propagate to the following tests (i.e. mask further unexpected errors). github: closes #371 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910844 13f79535-47bb-0310-9956-ffa450edef68
* Test case updates related to macOS ventura changes:Stefan Eissing2023-03-041-5/+5
| | | | | | | | | | | | - python 3.11 deprecates the `cg` module, replacing url query and multipart form-data handling with new code - adaptions to changes in openssl/curl behaviours - all mod_tls test cases now have prefix `test_tls_` for easier scoping. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908060 13f79535-47bb-0310-9956-ffa450edef68
* * test suite: adding modules/tls, the test suite for theStefan Eissing2021-11-301-0/+78
new mod_tls module to be run via pytest. Integration into travis TBD. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895433 13f79535-47bb-0310-9956-ffa450edef68