summaryrefslogtreecommitdiff
path: root/src/test/ssl
Commit message (Expand)AuthorAgeFilesLines
* Add libpq connection parameter "scram_channel_binding"Peter Eisentraut2017-12-191-1/+13
* Support channel binding 'tls-unique' in SCRAMPeter Eisentraut2017-11-183-10/+57
* Refactor routine to test connection to SSL serverPeter Eisentraut2017-11-162-77/+100
* Remove incorrect commentMagnus Hagander2017-06-171-2/+0
* Remove unnecessary IPC::Run inclusionPeter Eisentraut2017-06-151-13/+0
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-171-8/+9
* In SSL tests, don't scribble on permissions of a repo file.Tom Lane2017-05-152-9/+13
* Change 'diag' to 'note' in TAP testsPeter Eisentraut2017-03-282-15/+15
* Fix ssl testsPeter Eisentraut2017-03-281-1/+1
* Clean up Perl code according to perlcriticPeter Eisentraut2017-03-271-24/+24
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Allow SSL configuration to be updated at SIGHUP.Tom Lane2017-01-021-21/+37
* Don't share SSL_CTX between libpq connections.Heikki Linnakangas2016-10-075-4/+47
* Support OpenSSL 1.1.0.Heikki Linnakangas2016-09-1539-418/+424
* Clean the last few TAP suite tmp_check directories.Noah Misch2016-02-241-0/+3
* PostgresNode: Add names to nodesAlvaro Herrera2016-01-201-1/+1
* Remove reundand include of TestLibMagnus Hagander2016-01-081-1/+0
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix omission of -X (--no-psqlrc) in some psql invocations.Tom Lane2015-12-281-1/+1
* Refactor Perl test codeAlvaro Herrera2015-12-022-30/+37
* Update the SSL test suite for recent changes to TAP testing framework.Robert Haas2015-09-022-19/+9
* Simplify Perl chmod callsPeter Eisentraut2015-08-271-15/+1
* Improve logging of TAP tests.Heikki Linnakangas2015-07-091-4/+2
* Change TAP test framework to not rely on having a chmod executable.Robert Haas2015-06-192-2/+16
* pgindent run for 9.5Bruce Momjian2015-05-232-92/+123
* Make SSL regression test suite more portable by avoiding cp.Heikki Linnakangas2015-04-091-5/+20
* Gitignore temp files generated by SSL regression suiteHeikki Linnakangas2015-04-091-0/+3
* In the SSL test suite, use a root CA cert that won't expire (so quickly)Heikki Linnakangas2015-02-1634-376/+376
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* SSL tests: Remove trailing blank linesPeter Eisentraut2014-12-112-2/+0
* SSL tests: Silence pg_ctl outputPeter Eisentraut2014-12-111-2/+2
* Add a regression test suite for SSL support.Heikki Linnakangas2014-12-0949-0/+1278