mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Provide a TLS init hook
The default hook function sets the default password callback function. In order to allow preloaded libraries to have an opportunity to override the default, TLS initialization if now delayed slightly until after shared preloaded libraries have been loaded. A test module is provided which contains a trivial example that decodes an obfuscated password for an SSL certificate. Author: Andrew Dunstan Reviewed By: Andreas Karlsson, Asaba Takanori Discussion: https://postgr.es/m/04116472-818b-5859-1d74-3d995aab2252@2ndQuadrant.com
This commit is contained in:
@ -430,7 +430,7 @@ sub mkvcbuild
|
||||
|
||||
if (!$solution->{options}->{openssl})
|
||||
{
|
||||
push @contrib_excludes, 'sslinfo';
|
||||
push @contrib_excludes, 'sslinfo', 'ssl_passphrase_callback';
|
||||
}
|
||||
|
||||
if (!$solution->{options}->{uuid})
|
||||
|
Reference in New Issue
Block a user