summaryrefslogtreecommitdiff
path: root/src/test/ssl
AgeCommit message (Expand)Author
4 daysSkip RSA-PSS ssl test when using LibreSSL.Tom Lane
4 daysHack one ssl test case to pass with current LibreSSL.Tom Lane
4 daysCentralize ssl tests' check for whether we're using LibreSSL.Tom Lane
2025-04-22Re-enable SSL connect_fails tests, and fix related race conditions.Tom Lane
2025-04-03libpq: Add support for dumping SSL key material to fileDaniel Gustafsson
2025-03-18Add X25519 to the default set of curvesDaniel Gustafsson
2025-03-17Fix inconsistent quoting for some options in TAP testsMichael Paquier
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-22Run perltidyMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-24Support configuring TLSv1.3 cipher suitesDaniel Gustafsson
2024-10-24Support configuring multiple ECDH curvesDaniel Gustafsson
2024-09-03Use library functions to edit config in SSL testsDaniel Gustafsson
2024-09-03Test for PG_TEST_EXTRA separately in SSL testsDaniel Gustafsson
2024-09-02Remove support for OpenSSL older than 1.1.0Daniel Gustafsson
2024-07-08Force nodes for SSL tests to start in TCP modeAndrew Dunstan
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-14Pre-beta mechanical code beautification.Tom Lane
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