summaryrefslogtreecommitdiff
path: root/src/test/ssl
AgeCommit message (Expand)Author
2021-04-07Remove channel binding requirement from clientcert=verify-full test.Tom Lane
2021-04-07Add some information about authenticated identity via log_connectionsMichael Paquier
2021-04-06Fix some issues with SSL and Kerberos testsMichael Paquier
2021-04-05Refactor all TAP test suites doing connection checksMichael Paquier
2021-04-03Use more verbose matching patterns for errors in SSL TAP testsMichael Paquier
2021-04-02Fix typo in 6d7a6feac4Andrew Dunstan
2021-04-01Move some client-specific routines from SSLServer to PostgresNodeMichael Paquier
2021-03-29Allow matching the DN of a client certificate for authenticationAndrew Dunstan
2021-03-10Revert changes for SSL compression in libpqMichael Paquier
2021-03-09Remove support for SSL compressionMichael Paquier
2021-02-18Allow specifying CRL directoryPeter Eisentraut
2021-02-01Introduce --with-ssl={openssl} as a configure optionMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-08Fix test for error message changePeter Eisentraut
2020-08-16Correct several behavior descriptions in comments.Noah Misch
2020-08-04Make new SSL TAP test for channel_binding more robustMichael Paquier
2020-07-08tap tests: replace 'master' with 'primary'.Andres Freund
2020-07-01Fix removal of files generated by TAP tests for SSLMichael Paquier
2020-06-05OpenSSL 3.0.0 compatibility in testsPeter Eisentraut
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-05Fix capitalization of messages, per style guidePeter Eisentraut
2020-04-30Rename connection parameters to control min/max SSL protocol version in libpqMichael Paquier
2020-03-23Add bound checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier
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