Commit Graph

62 Commits (e481d26285b160058b093588e062cf3071fea192)

Author SHA1 Message Date
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
Tom Lane f352f91cbf Remove duplicate setting of SSL_OP_SINGLE_DH_USE option. 8 years ago
Heikki Linnakangas c0a15e07cd Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers. 8 years ago
Heikki Linnakangas b93827c745 Treat clean shutdown of an SSL connection same as the non-SSL case. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane 6667d9a6d7 Re-allow SSL passphrase prompt at server start, but not thereafter. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane 1e942c7474 Disable prompting for passphrase while (re)loading SSL config files. 9 years ago
Tom Lane de41869b64 Allow SSL configuration to be updated at SIGHUP. 9 years ago
Robert Haas 6f3bd98ebf Extend framework from commit 53be0b1ad to report latch waits. 9 years ago
Heikki Linnakangas 5c6df67e0c Fix building with LibreSSL. 9 years ago
Heikki Linnakangas 593d4e47db Support OpenSSL 1.1.0. 9 years ago
Tom Lane 679226337a Remove no-longer-useful SSL-specific Port.count field. 9 years ago
Heikki Linnakangas 9b7cd59af1 Remove support for OpenSSL versions older than 0.9.8. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Peter Eisentraut 7c7d4fddab Distrust external OpenSSL clients; clear err queue 10 years ago
Peter Eisentraut 9a83564c58 Allow SSL server key file to have group read access if owned by root 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Andres Freund 426746b930 Remove ssl renegotiation support. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Noah Misch b0ce385032 Prevent a double free by not reentering be_tls_close(). 10 years ago
Magnus Hagander 9029f4b374 Add system view pg_stat_ssl 11 years ago