summaryrefslogtreecommitdiff
path: root/src/test/ssl
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments, code and documentationMichael Paquier2023-01-031-1/+1
* Update copyright for 2023Bruce Momjian2023-01-028-8/+8
* Use existing SSL certs in LDAP tests instead of generating themAndrew Dunstan2022-12-201-0/+5
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Make finding openssl program a configure or meson optionPeter Eisentraut2022-10-204-21/+24
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+13
* Use \b in one more PG_TEST_EXTRA check, oversight in c3382a3c3ccAndres Freund2022-09-201-1/+1
* Refactor PG_TEST_EXTRA logic in autoconf buildAndres Freund2022-09-203-0/+12
* Remove various duplicated wordsDavid Rowley2022-09-201-1/+1
* Don't reflect unescaped cert data to the logsPeter Eisentraut2022-09-1310-41/+119
* Disable unstable test cases in src/test/ssl/t/001_ssltests.pl.Tom Lane2022-07-161-4/+7
* Disable unstable test cases in src/test/ssl/t/001_ssltests.pl.Tom Lane2022-07-161-18/+27
* Log details for client certificate failuresPeter Eisentraut2022-07-156-4/+101
* Remove unportable testPeter Eisentraut2022-06-241-7/+0
* Pre-beta mechanical code beautification.Tom Lane2022-05-125-95/+166
* Fix typos and grammar in code and test commentsMichael Paquier2022-05-111-1/+1
* libpq: Allow IP address SANs in server certificatesPeter Eisentraut2022-04-0114-0/+373
* Add SSL tests for IP addresses in certificatesPeter Eisentraut2022-04-018-1/+147
* SSL TAP test backend library independence refactoringDaniel Gustafsson2022-03-266-322/+664
* Fix failures in SSL tests caused by out-of-tree keys and certificatesMichael Paquier2022-03-222-16/+29
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-203-4/+4
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-113-11/+5
* Set SNI ClientHello extension to localhost in testsDaniel Gustafsson2022-02-103-9/+9
* Update copyright for 2022Bruce Momjian2022-01-076-6/+6
* Silence perl complaint in ssl testAndrew Dunstan2021-12-051-0/+1
* Fix path delimiters in connection string on WindowsDaniel Gustafsson2021-12-033-1/+4
* Fix certificate paths to use perl2hostDaniel Gustafsson2021-12-013-17/+26
* Use test-specific temp path for keys during SSL testDaniel Gustafsson2021-11-303-49/+42
* Add TAP tests for contrib/sslinfoDaniel Gustafsson2021-11-307-1/+204
* Extend configure_test_server_for_ssl to add extensionsDaniel Gustafsson2021-11-302-14/+28
* Doc: improve README files associated with TAP tests.Tom Lane2021-10-311-0/+2
* Fix VPATH builds for src/test/ssl targetsDaniel Gustafsson2021-10-271-2/+2
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-243-8/+8
* Fix SSL tests on 32-bit PerlDaniel Gustafsson2021-10-211-2/+14
* Refactor the sslfiles Makefile target for ease of useDaniel Gustafsson2021-10-1945-652/+778
* Remove unused regression test certificate server-ssDaniel Gustafsson2021-08-104-56/+1
* Remove unused directory from test/ssl .gitignoreDaniel Gustafsson2021-07-291-1/+0
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-292-2/+2
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-122-5/+5
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-073-0/+9
* Remove channel binding requirement from clientcert=verify-full test.Tom Lane2021-04-071-2/+2
* Add some information about authenticated identity via log_connectionsMichael Paquier2021-04-072-11/+35
* Fix some issues with SSL and Kerberos testsMichael Paquier2021-04-061-4/+4
* Refactor all TAP test suites doing connection checksMichael Paquier2021-04-052-70/+95
* Use more verbose matching patterns for errors in SSL TAP testsMichael Paquier2021-04-031-12/+12
* Fix typo in 6d7a6feac4Andrew Dunstan2021-04-021-1/+1
* Move some client-specific routines from SSLServer to PostgresNodeMichael Paquier2021-04-013-243/+143
* Allow matching the DN of a client certificate for authenticationAndrew Dunstan2021-03-296-3/+118
* Revert changes for SSL compression in libpqMichael Paquier2021-03-101-8/+1
* Remove support for SSL compressionMichael Paquier2021-03-091-5/+12