aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-secure.c
Commit message (Expand)AuthorAge
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Treat ENOTDIR as ENOENT when looking for client certificate fileMagnus Hagander2011-12-03
* Add libpq connection option to disable SSL compressionMagnus Hagander2011-11-28
* Fix previous patch so it also works if not USE_SSL (mea culpa).Tom Lane2011-07-24
* Improve libpq's error reporting for SSL failures.Tom Lane2011-07-24
* Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.Tom Lane2011-07-24
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* In initialize_SSL, don't fail unnecessarily when home dir is unavailable.Tom Lane2011-03-04
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Allow full SSL certificate verification (wherein libpq checks its host nameTom Lane2010-07-14
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Rearrange libpq's SSL initialization to simplify it and make it handle someTom Lane2010-05-26
* Add missing newlines to some SSL-related error messages. Noted while testing.Tom Lane2010-05-25
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Set errno to zero before invoking SSL_read or SSL_write. It appears thatTom Lane2009-12-30
* Reject certificates with embedded NULLs in the commonName field. This stopsMagnus Hagander2009-12-09
* Avoid extra system calls to block SIGPIPE if the platform provides eitherTom Lane2009-07-24
* Properly initialize SSL engines when used from libpq. This is required forMagnus Hagander2009-06-23
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix already-obsolete hint message ... sslverify parameter is no more.Tom Lane2009-05-03
* Remove sslverify parameter again, replacing it with two new sslmode values:Magnus Hagander2009-04-24
* Add libpq error message text on how to handle missing root.crt file.Bruce Momjian2009-04-14
* Add PQinitOpenSSL() function to support applications that use libcryptoTom Lane2009-03-31
* Clarify variable naming: pq_initssllib -> pq_init_ssl_libBruce Momjian2009-03-28
* Better document PQinitSSL(0) behavior in regards to libcrypto.Bruce Momjian2009-03-28
* Go over all OpenSSL return values and make sure we compare themMagnus Hagander2009-01-28
* Fix accidental (I suppose) introduction of non-ASCII quote marks.Tom Lane2009-01-19
* Message wordsmithingPeter Eisentraut2009-01-19
* Don't require pqGetHomeDirectory to succeed if the user has specifiedMagnus Hagander2009-01-07
* Update copyright for 2009.Bruce Momjian2009-01-01
* Support specifying filename for SSL certificate, key, root certificate storeMagnus Hagander2008-12-15
* Comment said we don't free the lockarray, and why. The proper fix is toMagnus Hagander2008-12-04
* Fix typo in recent SSL unload patch.Bruce Momjian2008-12-04
* Properly unregister OpenSSL callbacks when libpq is done withMagnus Hagander2008-12-03
* Change wildcard cerfificate mapping to be much simler - we now only matchMagnus Hagander2008-12-02
* Disable FNM_CASEFOLD. Need a proper solution later, but just commentMagnus Hagander2008-11-24
* Add support for matching wildcard server certificates to the new SSL code.Magnus Hagander2008-11-24
* Fix libpq certificate validation for SSL connections.Magnus Hagander2008-11-13
* Remove notes from the frontend SSL source that are incorrect orMagnus Hagander2008-10-24
* Implement error checking for pthreads calls in thread-safe mode. They reallyMagnus Hagander2008-05-16
* Use error message wordings for permissions checks on .pgpass and SSL privateTom Lane2008-03-31
* Rename a libpq NOT_USED SSL function toBruce Momjian2008-02-16
* Arrange to ignore SIGPIPE during SSL_read() and SSL_shutdown(), as theseTom Lane2008-01-29
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Minor improvements to hack for old OpenSSL libraries: avoid unusedTom Lane2007-10-03
* Attempt to open certificate file "manually" using fopen beforeMagnus Hagander2007-10-03
* Fix a compiler warning on Win32. Hannes Eder.Neil Conway2007-10-02