certificate - Search results in mailing lists
Mailing lists >> pgsql-patches >> Thread
2008-07-08 16:12:55 | Re: [HACKERS] Solaris ident authentication using unix domain sockets (Florian G. Pflug)
certificate-based authenticated - which seem *less* secure because a) they also rely on the client
Mailing lists >> pgsql-patches >> Thread
2008-05-15 15:57:58 | SSL client configuration patch (pgsql@mohawksoft.com)
certification and keys as well as root certificates and revocation lists for the client as parameters
Mailing lists >> pgsql-patches >> Thread
2008-02-13 23:49:09 | SSL libpq patch applied (Bruce Momjian)
certificate chain of the server */ - - #ifdef NOT_USED - /* CLIENT CERTIFICATES NOT REQUIRED bjm 2002-09-26 */ - /* ! * this
Mailing lists >> pgsql-patches >> Thread >> Search in thread (3)
2008-01-16 22:58:21 | Re: [HACKERS] SSL over Unix-domain sockets (Bruce Momjian)
certificate) files ( ). The TCP client must connect using --- 1397,1413 ---- connections is to use a Unix
Mailing lists >> pgsql-patches >> Thread
2007-11-01 20:15:35 | Re: krb_match_realm (Henry B. Hotz)
certificate subject names to be precise). If we use gss_name_compare() properly then it should
Mailing lists >> pgsql-patches >> Thread >> Search in thread (7)
2007-09-28 18:38:27 | Re: OpenSSL Applink (Dave Page)
certificate */ snprintf(fnbuf, sizeof(fnbuf), "%s/%s", homedir, USER_CERT_FILE); ! if ((fp = fopen(fnbuf
Mailing lists >> pgsql-patches >> Thread
2007-02-28 03:39:40 | Re: [HACKERS] (Tom Lane)
certification from his corporate lawyers that they won't sue us for accepting the patch
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2007-02-15 23:01:06 | Re: SSL enhancement patch ver.2 (Bruce Momjian)
certificate, libpq will send the certificate stored in file ~/.postgresql/postgresql.crt> within the user's home
Mailing lists >> pgsql-patches >> Thread
2006-11-17 05:24:38 | SSL cert client authentication (Gleb Kouzmenko)
certificate. IDEA. Recent versions of PostgreSQL database server can verify client's SSL certificate (via server
Mailing lists >> pgsql-patches >> Thread
2006-08-30 13:32:09 | Re: Backend SSL configuration enhancement (Victor B. Wagner)
certificates for authentication, but avoid encryption for performance reasons. Second one can be used for taking
Mailing lists >> pgsql-patches >> Thread >> Search in thread (4)
2006-06-06 04:51:50 | Contrib module to examine client certificate (Victor B. Wagner)
certificate, used to connect to the server. This information can be used for example, for logging
Mailing lists >> pgsql-patches >> Thread
2006-05-06 13:25:56 | Re: [COMMITTERS] pgsql: Add SSL CRL support to libpq. (Bruce Momjian)
certificate; therefore, to use this feature the server must also have a root.crt> file
Mailing lists >> pgsql-patches >> Thread
2006-05-05 15:28:39 | Re: [COMMITTERS] pgsql: Don't try to compile SSL CRL support if local (Bruce Momjian)
Certificate Revocation List (CRL) if file exists. * http:///sDefinition/0,,sid14_gci803160,00.html --- 795,800 ---- *************** *** 804,813 **** if (cvstore
Mailing lists >> pgsql-patches >> Thread >> Search in thread (3)
2006-04-26 23:31:29 | Re: be-secure.c patch (Bruce Momjian)
certificates present in root.crt . Certificate ! Revocation List (CRL) entries are also checked if the file
Mailing lists >> pgsql-patches >> Thread
2006-04-12 11:00:33 | Re: [PATCH] Remove useless DH param code on client side (Tom Lane)
certificate). We don't support that right now but we ought to. regards, tom lane