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