]> granicus.if.org Git - postgresql/commit
Fix libpq certificate validation for SSL connections.
authorMagnus Hagander <magnus@hagander.net>
Thu, 13 Nov 2008 09:45:25 +0000 (09:45 +0000)
committerMagnus Hagander <magnus@hagander.net>
Thu, 13 Nov 2008 09:45:25 +0000 (09:45 +0000)
commitc89404edf3f3b35a4a599d71f407055bda8261b6
tree3cd9f1ab08da17b8a9de75eecef9e3466aadee20
parente7d8bfb9342622971cfb326672c998934433546a
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.
doc/src/sgml/libpq.sgml
doc/src/sgml/runtime.sgml
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/fe-secure.c
src/interfaces/libpq/libpq-int.h