summaryrefslogtreecommitdiff
path: root/src/backend/libpq/be-secure.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support SSL certificate chains in the server certificate file.Magnus Hagander2009-05-111-4/+3
* Go over all OpenSSL return values and make sure we compare themMagnus Hagander2009-01-281-8/+8
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Replace both send and receive BIO routines in the SSL code with our own,Magnus Hagander2008-12-141-15/+41
* Properly unregister OpenSSL callbacks when libpq is done withMagnus Hagander2008-12-031-26/+1
* Control client certificate requesting with the pg_hba option "clientcert"Magnus Hagander2008-11-201-13/+51
* Remove a "TODO-list" structure at the top of the file, referring backMagnus Hagander2008-10-241-27/+1
* Use error message wordings for permissions checks on .pgpass and SSL privateTom Lane2008-03-311-6/+5
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-11/+10
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-071-2/+2
* Remove redundant logging of send failures when SSL is in use. While pqcomm.cTom Lane2007-05-181-17/+5
* Code review for SSLKEY patch.Tom Lane2007-02-161-5/+4
* SSL improvements:Bruce Momjian2007-02-161-2/+13
* Replace some strncpy() by strlcpy().Peter Eisentraut2007-02-071-3/+3
* On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait forTom Lane2007-01-261-4/+7