aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/be-secure.c
Commit message (Expand)AuthorAge
* Update SSL error message for improper permissions. Backpatch to 7.3.X.Bruce Momjian2002-12-23
* From the SSL_CTX_new man page:PostgreSQL Daemon2002-12-18
* Ok, I think I've gotten this figured out now. I saw this comment inBruce Momjian2002-12-14
* Remove strerror output for openssl SYSCALL error check.Bruce Momjian2002-12-13
* 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
* Allow SSL to work withouth client-side certificate infrastructure.Bruce Momjian2002-09-26
* Guard against send-lots-and-lots-of-data DoS attack from unauthenticatedTom Lane2002-09-04
* pgindent run.Bruce Momjian2002-09-04
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Remove certain Makefile dependencies by using full pathnames inBruce Momjian2002-07-15
* Update copyright to 2002.Bruce Momjian2002-06-20
* Fix missing 'buf' variable in SSL sources and add missing includes.Bruce Momjian2002-06-17
* Fix SSL DEBUG levels to match CVS elog flags.Bruce Momjian2002-06-17
* Rename DEBUG to DEBUG1 in SSL code.Bruce Momjian2002-06-17
* 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
* Patch that checks ownership and permissions on server staticBruce Momjian2002-06-14
* SSL patch to periodically renegotiate session key.Bruce Momjian2002-06-14
* SSL support for ephemeral DH keys.Bruce Momjian2002-06-14
* UPDATED PATCH:Bruce Momjian2002-06-14