summaryrefslogtreecommitdiff
path: root/src/backend/libpq/be-secure.c
AgeCommit message (Expand)Author
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
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-07SSL: Support ECDH key exchangePeter Eisentraut
2013-12-07SSL: Add configuration option to prefer server cipher orderPeter Eisentraut
2013-12-05Clear retry flags properly in replacement OpenSSL sock_write function.Tom Lane
2013-11-24Fix new and latent bugs with errno handling in secure_read/secure_write.Tom Lane
2013-10-17Silence compiler warning when SSL not in useAlvaro Herrera
2013-10-11Rework SSL renegotiation codeAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-07-16Remove unreachable codePeter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-02-23Remove arbitrary limitation on length of common name in SSL certificates.Tom Lane
2012-02-23Fix build without OpenSSLPeter Eisentraut
2012-02-22Add parameters for controlling locations of server-side SSL filesPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-07-24Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.Tom Lane
2011-07-05Message style improvements of errmsg_internal() callsPeter Eisentraut
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-18Make GUC variables for syslog and SSL always visibleMagnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian