summaryrefslogtreecommitdiff
path: root/src/test/ssl/t
Commit message (Expand)AuthorAgeFilesLines
...
* Correct several behavior descriptions in comments.Noah Misch2020-08-151-1/+0
* Make new SSL TAP test for channel_binding more robustMichael Paquier2020-08-041-1/+1
* tap tests: replace 'master' with 'primary'.Andres Freund2020-07-082-2/+2
* Fix removal of files generated by TAP tests for SSLMichael Paquier2020-07-012-6/+14
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-17/+30
* Fix capitalization of messages, per style guidePeter Eisentraut2020-05-051-2/+2
* Rename connection parameters to control min/max SSL protocol version in libpqMichael Paquier2020-04-301-6/+6
* Add bound checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier2020-03-231-1/+17
* Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_vers...Michael Paquier2020-02-071-19/+1
* Add connection parameters to control SSL protocol min/max in libpqMichael Paquier2020-01-281-1/+22
* Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier2020-01-181-1/+19
* Clean up management of IP addresses in our SSL tests.Tom Lane2020-01-063-17/+21
* Remove support for OpenSSL 0.9.8 and 1.0.0Michael Paquier2020-01-061-4/+0
* Update minimum SSL versionPeter Eisentraut2019-12-041-0/+4
* libq support for sslpassword connection param, DER format keysAndrew Dunstan2019-11-301-9/+66
* Fix SSL test for libpq connection parameter channel_bindingMichael Paquier2019-09-301-6/+21
* Allow SSL TAP tests to run on WindowsAndrew Dunstan2019-09-291-9/+14
* Add libpq parameter 'channel_binding'.Jeff Davis2019-09-232-4/+44
* Initial pgperltidy run for v12.Tom Lane2019-05-222-27/+45
* Add new clientcert hba option verify-fullMagnus Hagander2019-03-092-2/+31
* Fix searchpath and module location for pg_rewind and ssl TAP testsAndrew Dunstan2019-02-073-2/+211
* Add more columns to pg_stat_sslPeter Eisentraut2019-02-011-4/+4
* Fix pg_stat_ssl.clientdnPeter Eisentraut2019-01-291-1/+1
* Add tests for pg_stat_ssl system viewPeter Eisentraut2019-01-291-1/+21
* 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
* Add ssl_library preset parameterPeter Eisentraut2018-07-301-1/+6
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-272-24/+25
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-252-149/+200
* Add ssl_passphrase_command settingPeter Eisentraut2018-03-171-5/+30
* 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-032-2/+20
* Check error messages in SSL testsPeter Eisentraut2018-02-242-5/+42
* Refine SSL tests test name reportingPeter Eisentraut2018-02-081-56/+86
* Fix typo and improve punctuationPeter Eisentraut2018-01-181-5/+5
* 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-182-1/+39
* Refactor routine to test connection to SSL serverPeter Eisentraut2017-11-161-76/+56
* Remove incorrect commentMagnus Hagander2017-06-171-2/+0
* Remove unnecessary IPC::Run inclusionPeter Eisentraut2017-06-151-13/+0
* In SSL tests, don't scribble on permissions of a repo file.Tom Lane2017-05-151-7/+10
* Change 'diag' to 'note' in TAP testsPeter Eisentraut2017-03-281-14/+14
* Don't share SSL_CTX between libpq connections.Heikki Linnakangas2016-10-071-1/+9
* PostgresNode: Add names to nodesAlvaro Herrera2016-01-201-1/+1
* Remove reundand include of TestLibMagnus Hagander2016-01-081-1/+0
* Fix omission of -X (--no-psqlrc) in some psql invocations.Tom Lane2015-12-281-1/+1