index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-secure-openssl.c
Commit message (
Expand
)
Author
Age
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Distrust external OpenSSL clients; clear err queue
Peter Eisentraut
2016-04-08
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.
Tom Lane
2015-11-07
*
Fix poor errno handling in libpq's version of our custom OpenSSL BIO.
Tom Lane
2015-09-28
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Message string improvements
Peter Eisentraut
2015-05-18
*
libpq: Don't overwrite existing OpenSSL thread callbacks
Peter Eisentraut
2015-04-09
*
Fix comment in libpq OpenSSL code about why a substitue BIO is used.
Heikki Linnakangas
2015-02-16
*
Add API functions to libpq to interrogate SSL related stuff.
Heikki Linnakangas
2015-02-03
*
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-24
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Put SSL_pending() call behind the new internal SSL API.
Heikki Linnakangas
2014-12-01
*
Follow the RFCs more closely in libpq server certificate hostname check.
Heikki Linnakangas
2014-09-15
*
Support Subject Alternative Names in SSL server certificates.
Heikki Linnakangas
2014-09-12
*
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-11