Fix libpq certificate validation for SSL connections.

Magnus Hagander <magnus@hagander.net>

Commit: c89404edf3f3b35a4a599d71f407055bda8261b6
Author: Magnus Hagander <magnus@hagander.net>
Date: 2008-11-13T09:45:25Z
Releases: 8.4.0
Fix libpq certificate validation for SSL connections.

Add config parameter "sslverify" to control the verification. Default
is to do full verification.

Clean up some old SSL code that never really worked.

Files