aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/be-secure-openssl.c
Commit message (Expand)AuthorAge
* A few follow-up fixes for GUC name quotingPeter Eisentraut2024-05-17
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Reject SSL connection if ALPN is used but there's no common protocolHeikki Linnakangas2024-04-29
* Support SSL_R_VERSION_TOO_LOW when using LibreSSLDaniel Gustafsson2024-04-24
* Support disallowing SSL renegotiation when using LibreSSLDaniel Gustafsson2024-04-24
* Fix check for 'outlen' return from SSL_select_next_proto()Heikki Linnakangas2024-04-08
* Send ALPN in TLS handshake, require it in direct SSL connectionsHeikki Linnakangas2024-04-08
* Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson2024-03-22
* Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson2024-03-22
* Cope with a deficiency in OpenSSL 3.x's error reporting.Tom Lane2024-03-07
* Update copyright for 2024Bruce Momjian2024-01-03
* Be more wary about OpenSSL not setting errno on error.Tom Lane2023-12-11
* Apply quotes more consistently to GUC names in logsMichael Paquier2023-11-30
* Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane2023-11-28
* Avoid potential pfree on NULL on OpenSSL errorsDaniel Gustafsson2023-09-22
* Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson2023-07-20
* Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson2023-07-20
* Remove support for OpenSSL 1.0.1Michael Paquier2023-07-03
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Remove stray mid-sentence tabs in commentsPeter Eisentraut2023-05-19
* Fix outdated references to guc.cDaniel Gustafsson2023-03-02
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-15
* Update copyright for 2023Bruce Momjian2023-01-02
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Don't reflect unescaped cert data to the logsPeter Eisentraut2022-09-13
* Remove configure probe for netinet/tcp.h.Thomas Munro2022-08-18
* Log details for client certificate failuresPeter Eisentraut2022-07-15
* Update copyright for 2022Bruce Momjian2022-01-07
* Second attempt to silence SSL compile failures on hamerkop.Tom Lane2021-11-06
* Blind attempt to silence SSL compile failures on hamerkop.Tom Lane2021-11-02
* Message style improvementsPeter Eisentraut2021-09-16
* Set type identifier on BIODaniel Gustafsson2021-08-17
* Disallow SSL renegotiationMichael Paquier2021-05-25
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Allow matching the DN of a client certificate for authenticationAndrew Dunstan2021-03-29
* Fix memory leak when rejecting bogus DH parameters.Tom Lane2021-03-20
* Avoid corner-case memory leak in SSL parameter processing.Tom Lane2021-03-16
* 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
* Update copyright for 2021Bruce Momjian2021-01-02
* Message style improvementsAlvaro Herrera2020-11-07
* Improve error handling in backend OpenSSL implementationMagnus Hagander2020-11-03
* 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
* Fix comment in be-secure-openssl.cMichael Paquier2020-06-04
* 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 check for conflicting SSL min/max protocol settingsMichael Paquier2020-04-30
* Provide a TLS init hookAndrew Dunstan2020-03-25