summaryrefslogtreecommitdiff
path: root/src/test/ssl/t/002_scram.pl
AgeCommit message (Expand)Author
2025-05-09Skip RSA-PSS ssl test when using LibreSSL.Tom Lane
2025-03-17Fix inconsistent quoting for some options in TAP testsMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-03Test for PG_TEST_EXTRA separately in SSL testsDaniel 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-17Allow tests to pass in OpenSSL FIPS mode (TAP tests)Peter Eisentraut
2023-07-05Generate automatically code and documentation related to wait eventsMichael Paquier
2023-07-03Remove support for OpenSSL 1.0.1Michael Paquier
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-03-14libpq: Add support for require_auth to control authorized auth methodsMichael Paquier
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-20Refactor PG_TEST_EXTRA logic in autoconf buildAndres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-03-26SSL TAP test backend library independence refactoringDaniel Gustafsson
2022-02-20Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-02-10Set SNI ClientHello extension to localhost in testsDaniel Gustafsson
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-03Fix path delimiters in connection string on WindowsDaniel Gustafsson
2021-12-01Fix certificate paths to use perl2hostDaniel Gustafsson
2021-11-30Use test-specific temp path for keys during SSL testDaniel Gustafsson
2021-11-30Extend configure_test_server_for_ssl to add extensionsDaniel Gustafsson
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-04-07Remove channel binding requirement from clientcert=verify-full test.Tom Lane
2021-04-07Add some information about authenticated identity via log_connectionsMichael Paquier
2021-04-05Refactor all TAP test suites doing connection checksMichael Paquier
2021-04-01Move some client-specific routines from SSLServer to PostgresNodeMichael Paquier
2021-02-01Introduce --with-ssl={openssl} as a configure optionMichael Paquier
2020-11-08Fix test for error message changePeter Eisentraut
2020-08-04Make new SSL TAP test for channel_binding more robustMichael Paquier
2020-07-08tap tests: replace 'master' with 'primary'.Andres Freund
2020-07-01Fix removal of files generated by TAP tests for SSLMichael Paquier
2020-05-05Fix capitalization of messages, per style guidePeter Eisentraut
2020-01-07Clean up management of IP addresses in our SSL tests.Tom Lane
2019-09-30Fix SSL test for libpq connection parameter channel_bindingMichael Paquier
2019-09-23Add libpq parameter 'channel_binding'.Jeff Davis
2019-05-22Initial pgperltidy run for v12.Tom Lane
2019-02-07Fix searchpath and module location for pg_rewind and ssl TAP testsAndrew Dunstan
2019-01-29Make SSL tests more robustPeter Eisentraut
2018-08-05Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test.Heikki Linnakangas
2018-08-05Remove support for tls-unique channel binding.Heikki Linnakangas
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-03-07Fix test counting in SSL testsPeter Eisentraut
2018-03-06Fix expected error message in testPeter Eisentraut