pgsql: ssl: Add tests for client CA - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: ssl: Add tests for client CA
Date
Msg-id E1w2pNz-000KLL-2f@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
ssl: Add tests for client CA

These tests were originally written to test the SSL SNI patchset
but they have merit on their own since we lack coverage for these
scenarios in the non SNI case as well.

Author: Jacob Champion <jacob.champion@enterprisedb.com>
Co-authored-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/1C81CD0D-407E-44F9-833A-DD0331C202E5@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/25e568ba7ce712c41acf7058ef14dd49d912c3ab

Modified Files
--------------
src/test/ssl/t/001_ssltests.pl        | 56 +++++++++++++++++++++++++++++++++++
src/test/ssl/t/SSL/Backend/OpenSSL.pm | 16 ++++++++--
2 files changed, 69 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: meson: Add headerscheck and cpluspluscheck targets
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Update RELEASE_CHANGES