summaryrefslogtreecommitdiff
path: root/src/backend/libpq/be-secure-openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix outdated references to guc.cDaniel Gustafsson2023-03-021-1/+2
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-151-2/+7
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-2/+2
* Don't reflect unescaped cert data to the logsPeter Eisentraut2022-09-131-26/+31
* Remove configure probe for netinet/tcp.h.Thomas Munro2022-08-181-2/+0
* Log details for client certificate failuresPeter Eisentraut2022-07-151-3/+109
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Second attempt to silence SSL compile failures on hamerkop.Tom Lane2021-11-061-9/+15
* Blind attempt to silence SSL compile failures on hamerkop.Tom Lane2021-11-021-1/+2
* Message style improvementsPeter Eisentraut2021-09-161-1/+1
* Set type identifier on BIODaniel Gustafsson2021-08-171-0/+1
* Disallow SSL renegotiationMichael Paquier2021-05-251-0/+10
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-0/+1
* Allow matching the DN of a client certificate for authenticationAndrew Dunstan2021-03-291-5/+56
* Fix memory leak when rejecting bogus DH parameters.Tom Lane2021-03-201-0/+3
* Avoid corner-case memory leak in SSL parameter processing.Tom Lane2021-03-161-22/+27
* Remove support for SSL compressionMichael Paquier2021-03-091-9/+3
* Allow specifying CRL directoryPeter Eisentraut2021-02-181-3/+23
* Move SSL information callback earlier to capture more informationMichael Paquier2021-01-221-11/+15
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Message style improvementsAlvaro Herrera2020-11-071-0/+2
* Improve error handling in backend OpenSSL implementationMagnus Hagander2020-11-031-2/+16
* Fix list of SSL error codes for older OpenSSL versions.Tom Lane2020-06-271-2/+4
* Add hints about protocol-version-related SSL connection failures.Tom Lane2020-06-271-1/+66
* Fix comment in be-secure-openssl.cMichael Paquier2020-06-041-2/+3
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-161-1/+1
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-2/+3
* Fix check for conflicting SSL min/max protocol settingsMichael Paquier2020-04-301-1/+3
* Provide a TLS init hookAndrew Dunstan2020-03-251-19/+29
* Add bound checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier2020-03-231-20/+45
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-301-3/+3
* Add connection parameters to control SSL protocol min/max in libpqMichael Paquier2020-01-281-0/+3
* Move OpenSSL routines for min/max protocol setting to src/common/Michael Paquier2020-01-171-98/+1
* Remove support for OpenSSL 0.9.8 and 1.0.0Michael Paquier2020-01-061-2/+0
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Fix memory leak when initializing DH parameters in backendMichael Paquier2019-12-141-0/+3
* Fix compilation with older OpenSSL versionsPeter Eisentraut2019-09-281-2/+46
* Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.cMichael Paquier2019-09-281-9/+0
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-2/+2
* Initial pgindent run for v12.Tom Lane2019-05-221-9/+12
* Clean up minor warnings from buildfarm.Tom Lane2019-04-281-5/+3
* More unconstify usePeter Eisentraut2019-02-131-1/+1
* Fix error handling around ssl_*_protocol_version settingsPeter Eisentraut2019-02-081-11/+24
* Add more columns to pg_stat_sslPeter Eisentraut2019-02-011-1/+30
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Fix assertion failure for SSL connections.Thomas Munro2018-11-251-2/+2
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-231-2/+2
* Make detection of SSL_CTX_set_min_proto_version more portablePeter Eisentraut2018-11-201-3/+3
* Add settings to control SSL/TLS protocol versionPeter Eisentraut2018-11-201-2/+121