aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/be-secure.c
Commit message (Expand)AuthorAge
* Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.Heikki Linnakangas2017-07-31
* Re-allow SSL passphrase prompt at server start, but not thereafter.Tom Lane2017-01-04
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Allow SSL configuration to be updated at SIGHUP.Tom Lane2017-01-02
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-04
* pgindent run for 9.6Robert Haas2016-06-09
* Introduce WaitEventSet API.Andres Freund2016-03-21
* Update copyright for 2016Bruce Momjian2016-01-02
* Make idle backends exit if the postmaster dies.Robert Haas2015-11-12
* Remove ssl renegotiation support.Andres Freund2015-07-28
* pgindent run for 9.5Bruce Momjian2015-05-23
* Simplify waiting logic in reading from / writing to client.Heikki Linnakangas2015-02-13
* Process 'die' interrupts while reading/writing from the client socket.Andres Freund2015-02-03
* Introduce and use infrastructure for interrupt processing during client reads.Andres Freund2015-02-03
* Use a nonblocking socket for FE/BE communication and block using latches.Andres Freund2015-02-03
* Update copyright for 2015Bruce Momjian2015-01-06
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-11
* pgindent run for 9.4Bruce Momjian2014-05-06
* Various Coverity-spotted fixesStephen Frost2014-03-01
* Disallow use of SSL v3 protocol in the server as well as in libpq.Tom Lane2014-01-31
* Update copyright for 2014Bruce Momjian2014-01-07
* SSL: Support ECDH key exchangePeter Eisentraut2013-12-07
* SSL: Add configuration option to prefer server cipher orderPeter Eisentraut2013-12-07
* Clear retry flags properly in replacement OpenSSL sock_write function.Tom Lane2013-12-05
* Fix new and latent bugs with errno handling in secure_read/secure_write.Tom Lane2013-11-24
* Silence compiler warning when SSL not in useAlvaro Herrera2013-10-17
* Rework SSL renegotiation codeAlvaro Herrera2013-10-10
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove unreachable codePeter Eisentraut2012-07-16
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Remove arbitrary limitation on length of common name in SSL certificates.Tom Lane2012-02-23
* Fix build without OpenSSLPeter Eisentraut2012-02-23
* Add parameters for controlling locations of server-side SSL filesPeter Eisentraut2012-02-22
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.Tom Lane2011-07-24
* Message style improvements of errmsg_internal() callsPeter Eisentraut2011-07-05
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Make GUC variables for syslog and SSL always visibleMagnus Hagander2010-12-18
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Minor editorialization for be-secure.c: fix comments and some formattingTom Lane2010-05-26
* Tell openssl to include the names of the root certs the server trusts inTom Lane2010-05-26
* pgindent run for 9.0Bruce Momjian2010-02-26
* Add configuration parameter ssl_renegotiation_limit to controlMagnus Hagander2010-02-25
* Fix pq_getbyte_if_available() function. It was confused on what itHeikki Linnakangas2010-02-18
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Set errno to zero before invoking SSL_read or SSL_write. It appears thatTom Lane2009-12-30
* Reject certificates with embedded NULLs in the commonName field. This stopsMagnus Hagander2009-12-09
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11