]> granicus.if.org Git - postgresql/commit
libpq: Support TLS versions beyond TLSv1.
authorNoah Misch <noah@leadboat.com>
Sat, 25 Jan 2014 00:29:06 +0000 (19:29 -0500)
committerNoah Misch <noah@leadboat.com>
Sat, 25 Jan 2014 00:29:06 +0000 (19:29 -0500)
commit820f08cabdcbb8998050c3d4873e9619d6d8cba4
tree77bf0ebe78b618ba5ae9203ce8158d2d7ce88779
parent3a5313265d53322519b5edce018ebdea14062bf9
libpq: Support TLS versions beyond TLSv1.

Per report from Jeffrey Walton, libpq has been accepting only TLSv1
exactly.  Along the lines of the backend code, libpq will now support
new versions as OpenSSL adds them.

Marko Kreen, reviewed by Wim Lewis.
src/interfaces/libpq/fe-secure.c