index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
libpq
/
be-secure.c
Commit message (
Expand
)
Author
Age
*
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-11
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Various Coverity-spotted fixes
Stephen Frost
2014-03-01
*
Disallow use of SSL v3 protocol in the server as well as in libpq.
Tom Lane
2014-01-31
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
SSL: Support ECDH key exchange
Peter Eisentraut
2013-12-07
*
SSL: Add configuration option to prefer server cipher order
Peter Eisentraut
2013-12-07
*
Clear retry flags properly in replacement OpenSSL sock_write function.
Tom Lane
2013-12-05
*
Fix new and latent bugs with errno handling in secure_read/secure_write.
Tom Lane
2013-11-24
*
Silence compiler warning when SSL not in use
Alvaro Herrera
2013-10-17
*
Rework SSL renegotiation code
Alvaro Herrera
2013-10-10
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Remove unreachable code
Peter Eisentraut
2012-07-16
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Remove arbitrary limitation on length of common name in SSL certificates.
Tom Lane
2012-02-23
*
Fix build without OpenSSL
Peter Eisentraut
2012-02-23
*
Add parameters for controlling locations of server-side SSL files
Peter Eisentraut
2012-02-22
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.
Tom Lane
2011-07-24
*
Message style improvements of errmsg_internal() calls
Peter Eisentraut
2011-07-05
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Make GUC variables for syslog and SSL always visible
Magnus Hagander
2010-12-18
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Minor editorialization for be-secure.c: fix comments and some formatting
Tom Lane
2010-05-26
*
Tell openssl to include the names of the root certs the server trusts in
Tom Lane
2010-05-26
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Add configuration parameter ssl_renegotiation_limit to control
Magnus Hagander
2010-02-25
*
Fix pq_getbyte_if_available() function. It was confused on what it
Heikki Linnakangas
2010-02-18
*
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-15
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Set errno to zero before invoking SSL_read or SSL_write. It appears that
Tom Lane
2009-12-30
*
Reject certificates with embedded NULLs in the commonName field. This stops
Magnus Hagander
2009-12-09
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Support SSL certificate chains in the server certificate file.
Magnus Hagander
2009-05-11
*
Go over all OpenSSL return values and make sure we compare them
Magnus Hagander
2009-01-28
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Replace both send and receive BIO routines in the SSL code with our own,
Magnus Hagander
2008-12-14
*
Properly unregister OpenSSL callbacks when libpq is done with
Magnus Hagander
2008-12-03
*
Control client certificate requesting with the pg_hba option "clientcert"
Magnus Hagander
2008-11-20
*
Remove a "TODO-list" structure at the top of the file, referring back
Magnus Hagander
2008-10-24
*
Use error message wordings for permissions checks on .pgpass and SSL private
Tom Lane
2008-03-31
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Use "alternative" instead of "alternate" where it is clearer.
Peter Eisentraut
2007-11-07
*
Remove redundant logging of send failures when SSL is in use. While pqcomm.c
Tom Lane
2007-05-18
*
Code review for SSLKEY patch.
Tom Lane
2007-02-16
*
SSL improvements:
Bruce Momjian
2007-02-16
*
Replace some strncpy() by strlcpy().
Peter Eisentraut
2007-02-07
*
On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for
Tom Lane
2007-01-26
[next]