summaryrefslogtreecommitdiff
path: root/src/test/ssl
AgeCommit message (Expand)Author
2024-03-22Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2024-03-22Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2024-03-19Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...Peter Eisentraut
2024-02-28Fix documentation comments for test CA config filesDaniel Gustafsson
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Follow-up fixes for "Make all Perl warnings fatal"Peter Eisentraut
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-11-28Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane
2023-11-17Allow tests to pass in OpenSSL FIPS mode (TAP tests)Peter Eisentraut
2023-11-08Fix use of OPENSSL in SSL tests if command is not foundMichael Paquier
2023-11-06Remove distprepPeter Eisentraut
2023-09-22Avoid using internal test methods in SSL testsDaniel Gustafsson
2023-08-28Convert encrypted SSL test keys to PKCS#8 formatPeter Eisentraut
2023-08-26Generate new LOG for "trust" connections under log_connectionsMichael Paquier
2023-07-20Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2023-07-20Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2023-07-20Set fixed dates for test certificates validityDaniel Gustafsson
2023-07-05Generate automatically code and documentation related to wait eventsMichael Paquier
2023-07-03Remove support for OpenSSL 1.0.1Michael Paquier
2023-05-23Add newline at end of filePeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-19Fix errormessage for missing system CA in OpenSSL 3.1Daniel Gustafsson
2023-04-05Allow to use system CA pool for certificate verificationDaniel Gustafsson
2023-03-24libpq: Add sslcertmode option to control client certificatesMichael Paquier
2023-03-14libpq: Add support for require_auth to control authorized auth methodsMichael Paquier
2023-03-13meson: Make auto the default of the ssl optionPeter Eisentraut
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2023-02-07Doc: make src/test/*/README match current reality.Tom Lane
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Use existing SSL certs in LDAP tests instead of generating themAndrew Dunstan
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-20Make finding openssl program a configure or meson optionPeter Eisentraut
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-21Use \b in one more PG_TEST_EXTRA check, oversight in c3382a3c3ccAndres Freund
2022-09-20Refactor PG_TEST_EXTRA logic in autoconf buildAndres Freund
2022-09-19Remove various duplicated wordsDavid Rowley
2022-09-13Don't reflect unescaped cert data to the logsPeter Eisentraut
2022-07-17Disable unstable test cases in src/test/ssl/t/001_ssltests.pl.Tom Lane
2022-07-16Disable unstable test cases in src/test/ssl/t/001_ssltests.pl.Tom Lane
2022-07-15Log details for client certificate failuresPeter Eisentraut
2022-06-24Remove unportable testPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-11Fix typos and grammar in code and test commentsMichael Paquier
2022-04-01libpq: Allow IP address SANs in server certificatesPeter Eisentraut
2022-04-01Add SSL tests for IP addresses in certificatesPeter Eisentraut
2022-03-26SSL TAP test backend library independence refactoringDaniel Gustafsson
2022-03-22Fix failures in SSL tests caused by out-of-tree keys and certificatesMichael Paquier
2022-02-20Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson