aboutsummaryrefslogtreecommitdiff
path: root/src/test/ssl/t/001_ssltests.pl
Commit message (Expand)AuthorAge
* Fix removal of files generated by TAP tests for SSLMichael Paquier2020-07-01
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Rename connection parameters to control min/max SSL protocol version in libpqMichael Paquier2020-04-30
* Add bound checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier2020-03-23
* Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_vers...Michael Paquier2020-02-07
* Add connection parameters to control SSL protocol min/max in libpqMichael Paquier2020-01-28
* Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier2020-01-18
* Clean up management of IP addresses in our SSL tests.Tom Lane2020-01-06
* libq support for sslpassword connection param, DER format keysAndrew Dunstan2019-11-30
* Allow SSL TAP tests to run on WindowsAndrew Dunstan2019-09-29
* Initial pgperltidy run for v12.Tom Lane2019-05-22
* Add new clientcert hba option verify-fullMagnus Hagander2019-03-09
* Fix searchpath and module location for pg_rewind and ssl TAP testsAndrew Dunstan2019-02-07
* Add more columns to pg_stat_sslPeter Eisentraut2019-02-01
* Fix pg_stat_ssl.clientdnPeter Eisentraut2019-01-29
* Add tests for pg_stat_ssl system viewPeter Eisentraut2019-01-29
* Add ssl_library preset parameterPeter Eisentraut2018-07-30
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-27
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-25
* Add ssl_passphrase_command settingPeter Eisentraut2018-03-17
* Prevent LDAP and SSL tests from running without support in buildPeter Eisentraut2018-03-03
* Check error messages in SSL testsPeter Eisentraut2018-02-24
* Refine SSL tests test name reportingPeter Eisentraut2018-02-08
* Fix typo and improve punctuationPeter Eisentraut2018-01-18
* Support channel binding 'tls-unique' in SCRAMPeter Eisentraut2017-11-18
* Refactor routine to test connection to SSL serverPeter Eisentraut2017-11-16
* Remove incorrect commentMagnus Hagander2017-06-17
* Remove unnecessary IPC::Run inclusionPeter Eisentraut2017-06-15
* In SSL tests, don't scribble on permissions of a repo file.Tom Lane2017-05-15
* Change 'diag' to 'note' in TAP testsPeter Eisentraut2017-03-28
* Don't share SSL_CTX between libpq connections.Heikki Linnakangas2016-10-07
* PostgresNode: Add names to nodesAlvaro Herrera2016-01-20
* Remove reundand include of TestLibMagnus Hagander2016-01-08
* Fix omission of -X (--no-psqlrc) in some psql invocations.Tom Lane2015-12-28
* Refactor Perl test codeAlvaro Herrera2015-12-02
* Update the SSL test suite for recent changes to TAP testing framework.Robert Haas2015-09-02
* Change TAP test framework to not rely on having a chmod executable.Robert Haas2015-06-19
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add a regression test suite for SSL support.Heikki Linnakangas2014-12-09