summaryrefslogtreecommitdiff
path: root/src/test/ssl/t/002_scram.pl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Refactor PG_TEST_EXTRA logic in autoconf buildAndres Freund2022-09-201-0/+4
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-3/+8
* SSL TAP test backend library independence refactoringDaniel Gustafsson2022-03-261-3/+14
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-201-1/+1
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-111-3/+1
* Set SNI ClientHello extension to localhost in testsDaniel Gustafsson2022-02-101-3/+3
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Fix path delimiters in connection string on WindowsDaniel Gustafsson2021-12-031-0/+1
* Fix certificate paths to use perl2hostDaniel Gustafsson2021-12-011-3/+7
* Use test-specific temp path for keys during SSL testDaniel Gustafsson2021-11-301-4/+1
* Extend configure_test_server_for_ssl to add extensionsDaniel Gustafsson2021-11-301-1/+1
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-241-3/+3
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-291-1/+1
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-071-0/+3
* Remove channel binding requirement from clientcert=verify-full test.Tom Lane2021-04-071-2/+2
* Add some information about authenticated identity via log_connectionsMichael Paquier2021-04-071-1/+9
* Refactor all TAP test suites doing connection checksMichael Paquier2021-04-051-8/+14
* Move some client-specific routines from SSLServer to PostgresNodeMichael Paquier2021-04-011-19/+13
* Introduce --with-ssl={openssl} as a configure optionMichael Paquier2021-02-011-2/+2
* Fix test for error message changePeter Eisentraut2020-11-081-1/+1
* Make new SSL TAP test for channel_binding more robustMichael Paquier2020-08-041-1/+1
* tap tests: replace 'master' with 'primary'.Andres Freund2020-07-081-1/+1
* Fix removal of files generated by TAP tests for SSLMichael Paquier2020-07-011-5/+11
* Fix capitalization of messages, per style guidePeter Eisentraut2020-05-051-2/+2
* Clean up management of IP addresses in our SSL tests.Tom Lane2020-01-061-2/+4
* Fix SSL test for libpq connection parameter channel_bindingMichael Paquier2019-09-301-6/+21
* Add libpq parameter 'channel_binding'.Jeff Davis2019-09-231-3/+36
* Initial pgperltidy run for v12.Tom Lane2019-05-221-2/+1
* Fix searchpath and module location for pg_rewind and ssl TAP testsAndrew Dunstan2019-02-071-1/+6
* Make SSL tests more robustPeter Eisentraut2019-01-291-1/+1
* Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test.Heikki Linnakangas2018-08-051-4/+0
* Remove support for tls-unique channel binding.Heikki Linnakangas2018-08-051-31/+2
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-271-1/+1
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-251-16/+19
* Fix test counting in SSL testsPeter Eisentraut2018-03-071-5/+6
* Fix expected error message in testPeter Eisentraut2018-03-061-1/+1
* Prevent LDAP and SSL tests from running without support in buildPeter Eisentraut2018-03-031-1/+10
* Check error messages in SSL testsPeter Eisentraut2018-02-241-1/+3
* Fix ssl tests for when tls-server-end-point is not supportedPeter Eisentraut2018-01-091-4/+17
* Implement channel binding tls-server-end-point for SCRAMPeter Eisentraut2018-01-041-1/+4
* Add libpq connection parameter "scram_channel_binding"Peter Eisentraut2017-12-191-1/+13
* Support channel binding 'tls-unique' in SCRAMPeter Eisentraut2017-11-181-0/+38