| From: | Noah Misch <noah(at)leadboat(dot)com> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: libpq: Support TLS versions beyond TLSv1. |
| Date: | 2014-01-25 00:32:47 |
| Message-ID: | E1W6rB1-0000go-Ij@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
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.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/820f08cabdcbb8998050c3d4873e9619d6d8cba4
Modified Files
--------------
src/interfaces/libpq/fe-secure.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Heikki Linnakangas | 2014-01-25 15:34:23 | pgsql: Add recovery_target='immediate' option. |
| Previous Message | Stephen Frost | 2014-01-24 20:12:32 | pgsql: Avoid minor leak in parallel pg_dump |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Greg Stark | 2014-01-25 00:49:02 | Re: pg_get_viewdefs() indentation considered harmful |
| Previous Message | Greg Stark | 2014-01-25 00:23:28 | Recovery inconsistencies, standby much larger than primary |