summaryrefslogtreecommitdiff
path: root/src/backend/libpq/be-secure.c
AgeCommit message (Expand)Author
2025-05-09Add support for runtime arguments in injection pointsMichael Paquier
2025-02-09Make TLS write functions' buffer arguments pointers constPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-24Support configuring TLSv1.3 cipher suitesDaniel Gustafsson
2024-07-26Add tests for errors during SSL or GSSAPI handshakeHeikki Linnakangas
2024-04-08Support TLS handshake directly without SSLRequest negotiationHeikki Linnakangas
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-31Clean up some inconsistencies with GUC declarationsMichael Paquier
2022-08-18Remove configure probe for netinet/tcp.h.Thomas Munro
2022-01-08Update copyright for 2022Bruce Momjian
2021-03-29Allow matching the DN of a client certificate for authenticationAndrew Dunstan
2021-03-01Introduce symbolic names for FeBeWaitSet positions.Thomas Munro
2021-02-18Allow specifying CRL directoryPeter Eisentraut
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-28Fix assorted issues in backend's GSSAPI encryption support.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-04-03GSSAPI encryption supportStephen Frost
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-04Fix typoStephen Frost
2018-11-20Add settings to control SSL/TLS protocol versionPeter Eisentraut
2018-10-20Server-side fix for delayed NOTIFY and SIGTERM processing.Tom Lane
2018-07-30Add ssl_library preset parameterPeter Eisentraut
2018-04-02Make be-secure-common.c more consistent for future SSL implementationsPeter Eisentraut
2018-03-17Add ssl_passphrase_command settingPeter Eisentraut
2018-01-23Extract common bits from OpenSSL implementationPeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-07-31Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.Heikki Linnakangas
2017-01-04Re-allow SSL passphrase prompt at server start, but not thereafter.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2017-01-03Allow SSL configuration to be updated at SIGHUP.Tom Lane
2016-10-04Extend framework from commit 53be0b1ad to report latch waits.Robert Haas
2016-06-09pgindent run for 9.6Robert Haas
2016-03-21Introduce WaitEventSet API.Andres Freund
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-12Make idle backends exit if the postmaster dies.Robert Haas
2015-07-28Remove ssl renegotiation support.Andres Freund
2015-05-24pgindent run for 9.5Bruce Momjian
2015-02-13Simplify waiting logic in reading from / writing to client.Heikki Linnakangas
2015-02-03Process 'die' interrupts while reading/writing from the client socket.Andres Freund
2015-02-03Introduce and use infrastructure for interrupt processing during client reads.Andres Freund
2015-02-03Use a nonblocking socket for FE/BE communication and block using latches.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-02Various Coverity-spotted fixesStephen Frost
2014-01-31Disallow use of SSL v3 protocol in the server as well as in libpq.Tom Lane