summaryrefslogtreecommitdiff
path: root/src/test/ssl
AgeCommit message (Expand)Author
2022-04-01libpq: Allow IP address SANs in server certificatesPeter Eisentraut
2022-04-01Add SSL tests for IP addresses in certificatesPeter Eisentraut
2022-03-26SSL TAP test backend library independence refactoringDaniel Gustafsson
2022-03-22Fix failures in SSL tests caused by out-of-tree keys and certificatesMichael Paquier
2022-02-20Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-02-10Set SNI ClientHello extension to localhost in testsDaniel Gustafsson
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-05Silence perl complaint in ssl testAndrew Dunstan
2021-12-03Fix path delimiters in connection string on WindowsDaniel Gustafsson
2021-12-01Fix certificate paths to use perl2hostDaniel Gustafsson
2021-11-30Use test-specific temp path for keys during SSL testDaniel Gustafsson
2021-11-30Add TAP tests for contrib/sslinfoDaniel Gustafsson
2021-11-30Extend configure_test_server_for_ssl to add extensionsDaniel Gustafsson
2021-10-31Doc: improve README files associated with TAP tests.Tom Lane
2021-10-27Fix VPATH builds for src/test/ssl targetsDaniel Gustafsson
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-10-21Fix SSL tests on 32-bit PerlDaniel Gustafsson
2021-10-19Refactor the sslfiles Makefile target for ease of useDaniel Gustafsson
2021-08-10Remove unused regression test certificate server-ssDaniel Gustafsson
2021-07-29Remove unused directory from test/ssl .gitignoreDaniel Gustafsson
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
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