summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-secure-openssl.c
AgeCommit message (Expand)Author
2020-06-27Fix list of SSL error codes for older OpenSSL versions.Tom Lane
2020-06-27Add hints about protocol-version-related SSL connection failures.Tom Lane
2020-05-26Message wording tweaksPeter Eisentraut
2020-05-16Fix bugs in OpenSSL hook renaming.Tom Lane
2020-05-16Rename PQsetSSLKeyPassHook and friendsAndrew Dunstan
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-14Fix typo in comment on OpenSSL PEM password callback type name.Heikki Linnakangas
2020-05-03Add missing newlines in error messagesPeter Eisentraut
2020-04-30Rename connection parameters to control min/max SSL protocol version in libpqMichael Paquier
2020-04-22Fix memory leak in libpq when using sslmode=verify-fullMichael Paquier
2020-02-02Fix assorted error-cleanup bugs in SSL min/max protocol version code.Tom Lane
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-28Add connection parameters to control SSL protocol min/max in libpqMichael Paquier
2020-01-06Remove support for OpenSSL 0.9.8 and 1.0.0Michael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-06Fix handling of OpenSSL's SSL_clear_optionsMichael Paquier
2019-11-30libq support for sslpassword connection param, DER format keysAndrew Dunstan
2019-09-28Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.cMichael Paquier
2019-06-08Update stale comments, and fix comment typos.Noah Misch
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-13Fix misuse of an integer as a bool.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-09-26Incorporate strerror_r() into src/port/snprintf.c, too.Tom Lane
2018-08-05Remove support for tls-unique channel binding.Heikki Linnakangas
2018-06-29Make capitalization of term "OpenSSL" more consistentMichael Paquier
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-03-20Attempt to fix build with unusual OpenSSL versionsPeter Eisentraut
2018-03-17Set libpq sslcompression to off by defaultPeter Eisentraut
2018-03-15Fix more format truncation issuesPeter Eisentraut
2018-01-30Refactor client-side SSL certificate checking codePeter Eisentraut
2018-01-23Extract common bits from OpenSSL implementationPeter Eisentraut
2018-01-23Move SSL API comments to header filesPeter Eisentraut
2018-01-04Another attempt at fixing build with various OpenSSL versionsPeter Eisentraut
2018-01-04Add missing includesPeter Eisentraut
2018-01-04Fix build with older OpenSSL versionsPeter Eisentraut
2018-01-04Implement channel binding tls-server-end-point for SCRAMPeter Eisentraut
2018-01-02Update copyright for 2018Bruce Momjian
2017-11-18Support channel binding 'tls-unique' in SCRAMPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-11-22Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.Robert Haas
2016-10-07Clear OpenSSL error queue after failed X509_STORE_load_locations() call.Heikki Linnakangas
2016-10-07Don't share SSL_CTX between libpq connections.Heikki Linnakangas
2016-09-15Fix building with LibreSSL.Heikki Linnakangas
2016-09-15Support OpenSSL 1.1.0.Heikki Linnakangas
2016-08-29Remove support for OpenSSL versions older than 0.9.8.Heikki Linnakangas