postgresql/src/test/modules/ssl_passphrase_callback
Michael Paquier fe61df7f82 Introduce --with-ssl={openssl} as a configure option
This is a replacement for the existing --with-openssl, extending the
logic to make easier the addition of new SSL libraries.  The grammar is
chosen to be similar to --with-uuid, where multiple values can be
chosen, with "openssl" as the only supported value for now.

The original switch, --with-openssl, is kept for compatibility.

Author: Daniel Gustafsson, Michael Paquier
Reviewed-by: Jacob Champion
Discussion: https://postgr.es/m/FAB21FC8-0F62-434F-AA78-6BD9336D630A@yesql.se
2021-02-01 19:19:44 +09:00
..
t Introduce --with-ssl={openssl} as a configure option 2021-02-01 19:19:44 +09:00
.gitignore Provide a TLS init hook 2020-03-25 17:13:17 -04:00
Makefile Introduce --with-ssl={openssl} as a configure option 2021-02-01 19:19:44 +09:00
server.crt Provide a TLS init hook 2020-03-25 17:13:17 -04:00
server.key Provide a TLS init hook 2020-03-25 17:13:17 -04:00
ssl_passphrase_func.c Replace remaining StrNCpy() by strlcpy() 2020-08-10 23:20:37 +02:00