Commit Graph

75 Commits (eab81953682d5087295afb911c93f36cb1533bd9)

Author SHA1 Message Date
Tom Lane def5b065ff Initial pgindent and pgperltidy run for v14. 5 years ago
Peter Eisentraut 5c55dc8b47 libpq: Set Server Name Indication (SNI) for SSL connections 5 years ago
Michael Paquier 2c0cefcd18 Set libcrypto callbacks for all connection threads in libpq 5 years ago
Michael Paquier 0ba71107ef Revert changes for SSL compression in libpq 5 years ago
Michael Paquier f9264d1524 Remove support for SSL compression 5 years ago
Peter Eisentraut f5465fade9 Allow specifying CRL directory 5 years ago
Michael Paquier af0e79c8f4 Move SSL information callback earlier to capture more information 5 years ago
Tom Lane ffa2e46701 In libpq, always append new error messages to conn->errorMessage. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane e1cc25f59a Fix list of SSL error codes for older OpenSSL versions. 6 years ago
Tom Lane b63dd3d88f Add hints about protocol-version-related SSL connection failures. 6 years ago
Peter Eisentraut 49223e106b Message wording tweaks 6 years ago
Tom Lane e78b930945 Fix bugs in OpenSSL hook renaming. 6 years ago
Andrew Dunstan 36d1087611 Rename PQsetSSLKeyPassHook and friends 6 years ago
Tom Lane fa27dd40d5 Run pgindent with new pg_bsd_indent version 2.1.1. 6 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 6 years ago
Heikki Linnakangas 267cc6ed29 Fix typo in comment on OpenSSL PEM password callback type name. 6 years ago
Peter Eisentraut 7dd777938b Add missing newlines in error messages 6 years ago
Michael Paquier 401aad6704 Rename connection parameters to control min/max SSL protocol version in libpq 6 years ago
Michael Paquier 27dbe1a184 Fix memory leak in libpq when using sslmode=verify-full 6 years ago
Tom Lane 6148e2b9a6 Fix assorted error-cleanup bugs in SSL min/max protocol version code. 6 years ago
Alvaro Herrera c9d2977519 Clean up newlines following left parentheses 6 years ago
Michael Paquier ff8ca5fadd Add connection parameters to control SSL protocol min/max in libpq 6 years ago
Michael Paquier 7b283d0e1d Remove support for OpenSSL 0.9.8 and 1.0.0 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Michael Paquier 7d0bcb0477 Fix handling of OpenSSL's SSL_clear_options 6 years ago
Andrew Dunstan 4dc6355210 libq support for sslpassword connection param, DER format keys 6 years ago
Michael Paquier 55282fa20f Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.c 6 years ago
Noah Misch 31d250e049 Update stale comments, and fix comment typos. 7 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 7 years ago
Tom Lane ddf927fb13 Fix misuse of an integer as a bool. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tom Lane 758ce9b779 Incorporate strerror_r() into src/port/snprintf.c, too. 7 years ago
Heikki Linnakangas 77291139c7 Remove support for tls-unique channel binding. 7 years ago
Michael Paquier dad5f8a3d5 Make capitalization of term "OpenSSL" more consistent 8 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 8 years ago
Peter Eisentraut a364dfa4ac Attempt to fix build with unusual OpenSSL versions 8 years ago
Peter Eisentraut e3bdb2d926 Set libpq sslcompression to off by default 8 years ago
Peter Eisentraut 3a4b891964 Fix more format truncation issues 8 years ago
Peter Eisentraut f75a959155 Refactor client-side SSL certificate checking code 8 years ago
Peter Eisentraut 1c2183403b Extract common bits from OpenSSL implementation 8 years ago
Peter Eisentraut f966101d19 Move SSL API comments to header files 8 years ago
Peter Eisentraut 054e8c6cdb Another attempt at fixing build with various OpenSSL versions 8 years ago
Peter Eisentraut 1834c1e432 Add missing includes 8 years ago
Peter Eisentraut ac3ff8b1d8 Fix build with older OpenSSL versions 8 years ago
Peter Eisentraut d3fb72ea6d Implement channel binding tls-server-end-point for SCRAM 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Peter Eisentraut 9288d62bb4 Support channel binding 'tls-unique' in SCRAM 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 9 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 9 years ago