summaryrefslogtreecommitdiff
path: root/src/backend/libpq/be-secure-openssl.c
AgeCommit message (Expand)Author
2023-03-02Fix outdated references to guc.cDaniel Gustafsson
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-13Don't reflect unescaped cert data to the logsPeter Eisentraut
2022-08-18Remove configure probe for netinet/tcp.h.Thomas Munro
2022-07-15Log details for client certificate failuresPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-06Second attempt to silence SSL compile failures on hamerkop.Tom Lane
2021-11-02Blind attempt to silence SSL compile failures on hamerkop.Tom Lane
2021-09-16Message style improvementsPeter Eisentraut
2021-08-17Set type identifier on BIODaniel Gustafsson
2021-05-25Disallow SSL renegotiationMichael Paquier
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-03-29Allow matching the DN of a client certificate for authenticationAndrew Dunstan
2021-03-20Fix memory leak when rejecting bogus DH parameters.Tom Lane
2021-03-16Avoid corner-case memory leak in SSL parameter processing.Tom Lane
2021-03-09Remove support for SSL compressionMichael Paquier
2021-02-18Allow specifying CRL directoryPeter Eisentraut
2021-01-22Move SSL information callback earlier to capture more informationMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-07Message style improvementsAlvaro Herrera
2020-11-03Improve error handling in backend OpenSSL implementationMagnus Hagander
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-06-04Fix comment in be-secure-openssl.cMichael Paquier
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-04-29Fix check for conflicting SSL min/max protocol settingsMichael Paquier
2020-03-25Provide a TLS init hookAndrew Dunstan
2020-03-23Add bound checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2020-01-28Add connection parameters to control SSL protocol min/max in libpqMichael Paquier
2020-01-17Move OpenSSL routines for min/max protocol setting to src/common/Michael Paquier
2020-01-06Remove support for OpenSSL 0.9.8 and 1.0.0Michael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-14Fix memory leak when initializing DH parameters in backendMichael Paquier
2019-09-28Fix compilation with older OpenSSL versionsPeter Eisentraut
2019-09-28Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.cMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-28Clean up minor warnings from buildfarm.Tom Lane
2019-02-13More unconstify usePeter Eisentraut
2019-02-08Fix error handling around ssl_*_protocol_version settingsPeter Eisentraut
2019-01-31Add more columns to pg_stat_sslPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-25Fix assertion failure for SSL connections.Thomas Munro
2018-11-23Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro
2018-11-20Make detection of SSL_CTX_set_min_proto_version more portablePeter Eisentraut
2018-11-20Add settings to control SSL/TLS protocol versionPeter Eisentraut