Refactor SSL test framework to support multiple TLS libraries - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Refactor SSL test framework to support multiple TLS libraries
Date
Msg-id F513E66A-E693-4802-9F8A-A74C1D0E3D10@yesql.se
Whole thread Raw
Responses Re: Refactor SSL test framework to support multiple TLS libraries  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-hackers
In an attempt to slice off as much non-NSS specific changes as possible from
the larger libnss patch proposed in [0], the attached patch contains the ssl
test harness refactoring to support multiple TLS libraries.

The changes are mostly a refactoring to hide library specific setup in their
own modules, but also extend set_server_cert() to support password command
which cleans up the TAP tests from hands-on setup and teardown. 

cheers ./daniel

[0] https://postgr.es/m/FAB21FC8-0F62-434F-AA78-6BD9336D630A@yesql.se



Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Add primary keys to system catalogs
Next
From: Bharath Rupireddy
Date:
Subject: Re: Is Recovery actually paused?