Commit Graph

83 Commits (5b4791b4580e95a1230e89c11c08058f18b92225)

Author SHA1 Message Date
Tom Lane 4b41f69234 Fix memory leak when rejecting bogus DH parameters. 5 years ago
Tom Lane 4d072bf2a0 Avoid corner-case memory leak in SSL parameter processing. 5 years ago
Alvaro Herrera 99f9384ea9
Message style improvements 5 years ago
Tom Lane e5f63db995 Fix list of SSL error codes for older OpenSSL versions. 5 years ago
Tom Lane e2bcd99be1 Add hints about protocol-version-related SSL connection failures. 5 years ago
Michael Paquier 3fa44a3004 Fix comment in be-secure-openssl.c 5 years ago
Tom Lane fa27dd40d5 Run pgindent with new pg_bsd_indent version 2.1.1. 5 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 5 years ago
Michael Paquier e30b0b5cfa Fix check for conflicting SSL min/max protocol settings 5 years ago
Andrew Dunstan 896fcdb230 Provide a TLS init hook 6 years ago
Michael Paquier 79dfa8afb2 Add bound checks for ssl_min_protocol_version and ssl_max_protocol_version 6 years ago
Alvaro Herrera 4e89c79a52 Remove excess parens in ereport() calls 6 years ago
Michael Paquier ff8ca5fadd Add connection parameters to control SSL protocol min/max in libpq 6 years ago
Michael Paquier f7cd5896a6 Move OpenSSL routines for min/max protocol setting to src/common/ 6 years ago
Michael Paquier 7b283d0e1d Remove support for OpenSSL 0.9.8 and 1.0.0 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Michael Paquier e0e569e1d1 Fix memory leak when initializing DH parameters in backend 6 years ago
Peter Eisentraut 4e6f101e92 Fix compilation with older OpenSSL versions 6 years ago
Michael Paquier 55282fa20f Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.c 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Tom Lane be76af171c Initial pgindent run for v12. 6 years ago
Tom Lane e481d26285 Clean up minor warnings from buildfarm. 6 years ago
Peter Eisentraut 37d9916020 More unconstify use 7 years ago
Peter Eisentraut 3d462f0861 Fix error handling around ssl_*_protocol_version settings 7 years ago
Peter Eisentraut f60a0e9677 Add more columns to pg_stat_ssl 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Thomas Munro ab69ea9fee Fix assertion failure for SSL connections. 7 years ago
Thomas Munro cfdf4dc4fc Add WL_EXIT_ON_PM_DEATH pseudo-event. 7 years ago
Peter Eisentraut ea8bc349bd Make detection of SSL_CTX_set_min_proto_version more portable 7 years ago
Peter Eisentraut e73e67c719 Add settings to control SSL/TLS protocol version 7 years ago
Michael Paquier 9226a3b89b Remove duplicated words split across lines in comments 7 years ago
Heikki Linnakangas 77291139c7 Remove support for tls-unique channel binding. 7 years ago
Michael Paquier dad5f8a3d5 Make capitalization of term "OpenSSL" more consistent 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 8 years ago
Magnus Hagander 71cce90ee9 Fix typo in comment 8 years ago
Peter Eisentraut 8a3d942529 Add ssl_passphrase_command setting 8 years ago
Peter Eisentraut 3a4b891964 Fix more format truncation issues 8 years ago
Peter Eisentraut c1869542b3 Use abstracted SSL API in server connection log messages 8 years ago
Peter Eisentraut 1c2183403b Extract common bits from OpenSSL implementation 8 years ago
Peter Eisentraut f966101d19 Move SSL API comments to header files 8 years ago
Peter Eisentraut 573bd08b99 Move EDH support to common files 8 years ago
Peter Eisentraut a228e44ce4 Update comment 8 years ago
Peter Eisentraut 054e8c6cdb Another attempt at fixing build with various OpenSSL versions 8 years ago
Peter Eisentraut 1834c1e432 Add missing includes 8 years ago
Peter Eisentraut ac3ff8b1d8 Fix build with older OpenSSL versions 8 years ago
Peter Eisentraut d3fb72ea6d Implement channel binding tls-server-end-point for SCRAM 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Peter Eisentraut 9288d62bb4 Support channel binding 'tls-unique' in SCRAM 8 years ago
Tom Lane 21d304dfed Final pgindent + perltidy run for v10. 8 years ago
Tom Lane 97d3a0b090 Disallow SSL session tickets. 8 years ago