summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-secure.c
AgeCommit message (Expand)Author
2003-02-03#ifdef out stuff that shouldn't be compiled when not USE_SSL.Tom Lane
2003-01-08The second was that renegotiation was just plain broken. I can'tBruce Momjian
2003-01-08I was playing around with 7.3.1 and found some more SSL problems. TheBruce Momjian
2002-12-18From the SSL_CTX_new man page:PostgreSQL Daemon
2002-12-12Check SSL_get_error() value SSL_ERROR_SYSCALL to see if SSL_read()Bruce Momjian
2002-11-07Remove inappropriate inclusions of OpenSSL internal header e_os.h,Tom Lane
2002-09-26Clean up SSL compiler warnings.Bruce Momjian
2002-09-26Allow SSL to work withouth client-side certificate infrastructure.Bruce Momjian
2002-09-22Translation updates, some messages tweaked.Peter Eisentraut
2002-09-05Don't use gethostbyname2(). It's not portable and we don't claim toPeter Eisentraut
2002-09-04pgindent run.Bruce Momjian
2002-07-20Hello, i noticed that win32 native stopped working/compiling after the SSL mergeBruce Momjian
2002-06-23Remove unused INET6 variable.Bruce Momjian
2002-06-23Remove INET6 from SSL. We don't support INET6 yet.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-17Use KAME accessor macros for addr8.Bruce Momjian
2002-06-15Clean up gcc warnings. Avoid the bad habit of putting externs in .cTom Lane
2002-06-14Yet another SSL patch. :-) This one adds some informational messagesBruce Momjian
2002-06-14SSL patch that adds support for optional client certificates.Bruce Momjian
2002-06-14SSL support for ephemeral DH keys.Bruce Momjian
2002-06-14UPDATED PATCH:Bruce Momjian