aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-secure.c
Commit message (Expand)AuthorAge
* Fix memory leak with SSL connections due to missing X509_free() calls.Tom Lane2003-12-18
* Make message fit guidelines.Peter Eisentraut2003-09-29
* Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian2003-09-27
* Enable Win32 to compile libpq again, and enable SSL compiles on thatBruce Momjian2003-09-05
* Fix some more problems with testing error returns from SSL.Tom Lane2003-08-04
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Remove extra paren in NOT_USED code, found by pgindent.Bruce Momjian2003-08-04
* Handle threading in two more gethostbyname calls.Bruce Momjian2003-06-14
* Make libpq thread-safe with configure --with-threads option.Bruce Momjian2003-06-14
* libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane2003-06-08
* Fix error recovery for SSL_read/SSL_write calls.Tom Lane2003-04-10
* #ifdef out stuff that shouldn't be compiled when not USE_SSL.Tom Lane2003-02-03
* The second was that renegotiation was just plain broken. I can'tBruce Momjian2003-01-08
* I was playing around with 7.3.1 and found some more SSL problems. TheBruce Momjian2003-01-08
* From the SSL_CTX_new man page:PostgreSQL Daemon2002-12-18
* Check SSL_get_error() value SSL_ERROR_SYSCALL to see if SSL_read()Bruce Momjian2002-12-12
* Remove inappropriate inclusions of OpenSSL internal header e_os.h,Tom Lane2002-11-07
* Clean up SSL compiler warnings.Bruce Momjian2002-09-26
* Allow SSL to work withouth client-side certificate infrastructure.Bruce Momjian2002-09-26
* Translation updates, some messages tweaked.Peter Eisentraut2002-09-22
* Don't use gethostbyname2(). It's not portable and we don't claim toPeter Eisentraut2002-09-05
* pgindent run.Bruce Momjian2002-09-04
* Hello, i noticed that win32 native stopped working/compiling after the SSL mergeBruce Momjian2002-07-20
* Remove unused INET6 variable.Bruce Momjian2002-06-23
* Remove INET6 from SSL. We don't support INET6 yet.Bruce Momjian2002-06-23
* Update copyright to 2002.Bruce Momjian2002-06-20
* Use KAME accessor macros for addr8.Bruce Momjian2002-06-17
* Clean up gcc warnings. Avoid the bad habit of putting externs in .cTom Lane2002-06-15
* Yet another SSL patch. :-) This one adds some informational messagesBruce Momjian2002-06-14
* SSL patch that adds support for optional client certificates.Bruce Momjian2002-06-14
* SSL support for ephemeral DH keys.Bruce Momjian2002-06-14
* UPDATED PATCH:Bruce Momjian2002-06-14