Commits

DateSubjectAuthorReleases
2011-03-04 In initialize_SSL, don't fail unnecessarily when home dir is unavailable. Tom Lane 9.1.0
2010-07-14 Allow full SSL certificate verification (wherein libpq checks its host name Tom Lane 8.4.5
2010-07-14 Allow full SSL certificate verification (wherein libpq checks its host name Tom Lane 9.0.0
2010-07-14 Allow full SSL certificate verification (wherein libpq checks its host name Tom Lane 9.1.0
2010-05-26 Rearrange libpq's SSL initialization to simplify it and make it handle some Tom Lane 9.0.0
2010-05-25 Add missing newlines to some SSL-related error messages. Noted while testing. Tom Lane 9.0.0
2009-12-30 Set errno to zero before invoking SSL_read or SSL_write. It appears that Tom Lane 8.2.16
2009-12-30 Set errno to zero before invoking SSL_read or SSL_write. It appears that Tom Lane 8.3.10
2009-12-30 Set errno to zero before invoking SSL_read or SSL_write. It appears that Tom Lane 8.4.3
2009-12-30 Set errno to zero before invoking SSL_read or SSL_write. It appears that Tom Lane 9.0.0
2009-07-24 Avoid extra system calls to block SIGPIPE if the platform provides either Tom Lane 9.0.0
2009-05-03 Fix already-obsolete hint message ... sslverify parameter is no more. Tom Lane 8.4.0
2009-03-31 Add PQinitOpenSSL() function to support applications that use libcrypto Tom Lane 8.4.0
2009-01-19 Fix accidental (I suppose) introduction of non-ASCII quote marks. Tom Lane 8.4.0
2008-03-31 Use error message wordings for permissions checks on .pgpass and SSL private Tom Lane 8.4.0
2008-01-29 Arrange to ignore SIGPIPE during SSL_read() and SSL_shutdown(), as these Tom Lane 8.3.0
2007-10-03 Minor improvements to hack for old OpenSSL libraries: avoid unused Tom Lane 8.3.0
2007-10-02 Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in older Tom Lane 8.3.0
2007-02-16 Code review for SSLKEY patch. Tom Lane 8.3.0
2006-09-27 Remove separate strdup.h header file; it's redundant with port.h. Tom Lane 8.2.0
2006-07-14 Fix another passel of include-file breakage. Kris Jurka, Tom Lane Tom Lane 8.2.0
2006-06-23 Back-patch 7.4-era fix for memory leak with SSL connections due to Tom Lane 7.3.16
2006-01-24 Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro Tom Lane 8.1.3
2006-01-24 Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro Tom Lane 8.2.0
2005-01-10 Comment out check for substitution of private key file on Windows, Tom Lane 8.0.0