summaryrefslogtreecommitdiff
path: root/src/test/ssl
AgeCommit message (Expand)Author
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2023-02-07Doc: make src/test/*/README match current reality.Tom Lane
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Use existing SSL certs in LDAP tests instead of generating themAndrew Dunstan
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-20Make finding openssl program a configure or meson optionPeter Eisentraut
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-21Use \b in one more PG_TEST_EXTRA check, oversight in c3382a3c3ccAndres Freund
2022-09-20Refactor PG_TEST_EXTRA logic in autoconf buildAndres Freund
2022-09-19Remove various duplicated wordsDavid Rowley
2022-09-13Don't reflect unescaped cert data to the logsPeter Eisentraut
2022-07-17Disable unstable test cases in src/test/ssl/t/001_ssltests.pl.Tom Lane
2022-07-16Disable unstable test cases in src/test/ssl/t/001_ssltests.pl.Tom Lane
2022-07-15Log details for client certificate failuresPeter Eisentraut
2022-06-24Remove unportable testPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-11Fix typos and grammar in code and test commentsMichael Paquier
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