aboutsummaryrefslogtreecommitdiff
path: root/src/test/ssl
Commit message (Expand)AuthorAge
* Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson2023-07-20
* Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson2023-07-20
* Set fixed dates for test certificates validityDaniel Gustafsson2023-07-20
* Generate automatically code and documentation related to wait eventsMichael Paquier2023-07-05
* Remove support for OpenSSL 1.0.1Michael Paquier2023-07-03
* Add newline at end of filePeter Eisentraut2023-05-23
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix errormessage for missing system CA in OpenSSL 3.1Daniel Gustafsson2023-04-19
* Allow to use system CA pool for certificate verificationDaniel Gustafsson2023-04-05
* libpq: Add sslcertmode option to control client certificatesMichael Paquier2023-03-24
* libpq: Add support for require_auth to control authorized auth methodsMichael Paquier2023-03-14
* meson: Make auto the default of the ssl optionPeter Eisentraut2023-03-13
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-15
* Doc: make src/test/*/README match current reality.Tom Lane2023-02-07
* Fix typos in comments, code and documentationMichael Paquier2023-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Use existing SSL certs in LDAP tests instead of generating themAndrew Dunstan2022-12-20
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Make finding openssl program a configure or meson optionPeter Eisentraut2022-10-20
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Use \b in one more PG_TEST_EXTRA check, oversight in c3382a3c3ccAndres Freund2022-09-20
* Refactor PG_TEST_EXTRA logic in autoconf buildAndres Freund2022-09-20
* Remove various duplicated wordsDavid Rowley2022-09-20
* Don't reflect unescaped cert data to the logsPeter Eisentraut2022-09-13
* Disable unstable test cases in src/test/ssl/t/001_ssltests.pl.Tom Lane2022-07-16
* Disable unstable test cases in src/test/ssl/t/001_ssltests.pl.Tom Lane2022-07-16
* Log details for client certificate failuresPeter Eisentraut2022-07-15
* Remove unportable testPeter Eisentraut2022-06-24
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix typos and grammar in code and test commentsMichael Paquier2022-05-11
* libpq: Allow IP address SANs in server certificatesPeter Eisentraut2022-04-01
* Add SSL tests for IP addresses in certificatesPeter Eisentraut2022-04-01
* SSL TAP test backend library independence refactoringDaniel Gustafsson2022-03-26
* Fix failures in SSL tests caused by out-of-tree keys and certificatesMichael Paquier2022-03-22
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-20
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-11
* Set SNI ClientHello extension to localhost in testsDaniel Gustafsson2022-02-10
* Update copyright for 2022Bruce Momjian2022-01-07
* Silence perl complaint in ssl testAndrew Dunstan2021-12-05
* Fix path delimiters in connection string on WindowsDaniel Gustafsson2021-12-03
* Fix certificate paths to use perl2hostDaniel Gustafsson2021-12-01
* Use test-specific temp path for keys during SSL testDaniel Gustafsson2021-11-30
* Add TAP tests for contrib/sslinfoDaniel Gustafsson2021-11-30
* Extend configure_test_server_for_ssl to add extensionsDaniel Gustafsson2021-11-30
* Doc: improve README files associated with TAP tests.Tom Lane2021-10-31
* Fix VPATH builds for src/test/ssl targetsDaniel Gustafsson2021-10-27
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-24
* Fix SSL tests on 32-bit PerlDaniel Gustafsson2021-10-21
* Refactor the sslfiles Makefile target for ease of useDaniel Gustafsson2021-10-19
* Remove unused regression test certificate server-ssDaniel Gustafsson2021-08-10