aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-secure-openssl.c
Commit message (Expand)AuthorAge
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-15
* Update copyright for 2023Bruce Momjian2023-01-02
* libpq error message refactoring, part 2Peter Eisentraut2022-11-15
* Adjust PQsslAttributeNames() to match PQsslAttribute().Tom Lane2022-09-30
* Fix bogus behavior of PQsslAttribute(conn, "library").Tom Lane2022-09-29
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Remove configure probe for netinet/tcp.h.Thomas Munro2022-08-18
* Add missing bad-PGconn guards in libpq entry points.Tom Lane2022-08-15
* Remove misguided SSL key file ownership check in libpq.Tom Lane2022-05-26
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* libpq: Allow IP address SANs in server certificatesPeter Eisentraut2022-04-01
* Add missing newline in one libpq error message.Tom Lane2022-03-31
* Enable SSL library detection via PQsslAttribute()Daniel Gustafsson2022-03-29
* Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane2022-02-28
* Fix thinko in PQisBusy().Tom Lane2022-02-12
* Update copyright for 2022Bruce Momjian2022-01-07
* Extend the private key stat checking error handlingDaniel Gustafsson2021-11-30
* Second attempt to silence SSL compile failures on hamerkop.Tom Lane2021-11-06
* Set type identifier on BIODaniel Gustafsson2021-08-17
* Fix sslsni connparam boolean checkDaniel Gustafsson2021-08-13
* Remove libpq's use of abort(3) to handle mutex failure cases.Tom Lane2021-06-29
* libpq: Fix SNI host handlingPeter Eisentraut2021-06-08
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* libpq: Set Server Name Indication (SNI) for SSL connectionsPeter Eisentraut2021-04-07
* Set libcrypto callbacks for all connection threads in libpqMichael Paquier2021-03-11
* Revert changes for SSL compression in libpqMichael Paquier2021-03-10
* Remove support for SSL compressionMichael Paquier2021-03-09
* Allow specifying CRL directoryPeter Eisentraut2021-02-18
* Move SSL information callback earlier to capture more informationMichael Paquier2021-01-22
* In libpq, always append new error messages to conn->errorMessage.Tom Lane2021-01-11
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix list of SSL error codes for older OpenSSL versions.Tom Lane2020-06-27
* Add hints about protocol-version-related SSL connection failures.Tom Lane2020-06-27
* Message wording tweaksPeter Eisentraut2020-05-26
* Fix bugs in OpenSSL hook renaming.Tom Lane2020-05-16
* Rename PQsetSSLKeyPassHook and friendsAndrew Dunstan2020-05-16
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-16
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Fix typo in comment on OpenSSL PEM password callback type name.Heikki Linnakangas2020-05-14
* Add missing newlines in error messagesPeter Eisentraut2020-05-03
* Rename connection parameters to control min/max SSL protocol version in libpqMichael Paquier2020-04-30
* Fix memory leak in libpq when using sslmode=verify-fullMichael Paquier2020-04-22
* Fix assorted error-cleanup bugs in SSL min/max protocol version code.Tom Lane2020-02-02
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Add connection parameters to control SSL protocol min/max in libpqMichael Paquier2020-01-28
* Remove support for OpenSSL 0.9.8 and 1.0.0Michael Paquier2020-01-06
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix handling of OpenSSL's SSL_clear_optionsMichael Paquier2019-12-06
* libq support for sslpassword connection param, DER format keysAndrew Dunstan2019-11-30
* Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.cMichael Paquier2019-09-28