summaryrefslogtreecommitdiff
path: root/src/test/ssl
AgeCommit message (Expand)Author
2020-02-06Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_vers...Michael Paquier
2020-01-28Add connection parameters to control SSL protocol min/max in libpqMichael Paquier
2020-01-18Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier
2020-01-14Revert copyright script changes to binary *.key filesBruce Momjian
2020-01-07Clean up management of IP addresses in our SSL tests.Tom Lane
2020-01-06Remove support for OpenSSL 0.9.8 and 1.0.0Michael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-04Update minimum SSL versionPeter Eisentraut
2019-11-30libq support for sslpassword connection param, DER format keysAndrew Dunstan
2019-09-30Fix SSL test for libpq connection parameter channel_bindingMichael Paquier
2019-09-29Allow SSL TAP tests to run on WindowsAndrew Dunstan
2019-09-23Add libpq parameter 'channel_binding'.Jeff Davis
2019-05-22Initial pgperltidy run for v12.Tom Lane
2019-05-14Fix "make clean" to clean out junk files left behind after ssl tests.Tom Lane
2019-03-09Add new clientcert hba option verify-fullMagnus Hagander
2019-02-07Fix searchpath and module location for pg_rewind and ssl TAP testsAndrew Dunstan
2019-01-31Add more columns to pg_stat_sslPeter Eisentraut
2019-01-29Fix pg_stat_ssl.clientdnPeter Eisentraut
2019-01-29Add tests for pg_stat_ssl system viewPeter Eisentraut
2019-01-29Make SSL tests more robustPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-27Update ssl test certificates and keysPeter 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-07-30Add ssl_library preset parameterPeter Eisentraut
2018-07-01Use $Test::Builder::Level in TAP test functionsPeter Eisentraut
2018-06-30perltidy run prior to branchingAndrew Dunstan
2018-06-29Make capitalization of term "OpenSSL" more consistentMichael Paquier
2018-06-19Clarify the README files for the various separate TAP-based test suites.Tom Lane
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-05-09Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan
2018-04-27perltidy: Add option --nooutdent-long-commentsPeter Eisentraut
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-03-17Add ssl_passphrase_command settingPeter Eisentraut
2018-03-07Fix test counting in SSL testsPeter Eisentraut
2018-03-06Fix expected error message in testPeter Eisentraut
2018-03-03In SSL tests, restart after pg_hba.conf changesPeter Eisentraut
2018-03-03Prevent LDAP and SSL tests from running without support in buildPeter Eisentraut
2018-02-24Check error messages in SSL testsPeter Eisentraut
2018-02-08Refine SSL tests test name reportingPeter Eisentraut
2018-01-25Allow spaces in connection strings in SSL testsPeter Eisentraut
2018-01-23Add installcheck support to more test suitesPeter Eisentraut
2018-01-18Fix typo and improve punctuationPeter Eisentraut
2018-01-09Fix ssl tests for when tls-server-end-point is not supportedPeter Eisentraut
2018-01-04Implement channel binding tls-server-end-point for SCRAMPeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-19Add libpq connection parameter "scram_channel_binding"Peter Eisentraut
2017-11-18Support channel binding 'tls-unique' in SCRAMPeter Eisentraut
2017-11-16Refactor routine to test connection to SSL serverPeter Eisentraut