aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-secure-openssl.c
Commit message (Expand)AuthorAge
* pgindent run for 9.6Robert Haas2016-06-09
* Distrust external OpenSSL clients; clear err queuePeter Eisentraut2016-04-08
* Update copyright for 2016Bruce Momjian2016-01-02
* Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.Tom Lane2015-11-07
* Fix poor errno handling in libpq's version of our custom OpenSSL BIO.Tom Lane2015-09-28
* pgindent run for 9.5Bruce Momjian2015-05-23
* Message string improvementsPeter Eisentraut2015-05-18
* libpq: Don't overwrite existing OpenSSL thread callbacksPeter Eisentraut2015-04-09
* Fix comment in libpq OpenSSL code about why a substitue BIO is used.Heikki Linnakangas2015-02-16
* Add API functions to libpq to interrogate SSL related stuff.Heikki Linnakangas2015-02-03
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24
* Update copyright for 2015Bruce Momjian2015-01-06
* Put SSL_pending() call behind the new internal SSL API.Heikki Linnakangas2014-12-01
* Follow the RFCs more closely in libpq server certificate hostname check.Heikki Linnakangas2014-09-15
* Support Subject Alternative Names in SSL server certificates.Heikki Linnakangas2014-09-12
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-11