pgsql: Tell openssl to include the names of the root certs the server

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tell openssl to include the names of the root certs the server
Date: 2010-05-26 15:52:38
Message-ID: 20100526155238.1053F7541D2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Tell openssl to include the names of the root certs the server trusts in
requests for client certs. This lets a client with a keystore select the
appropriate client certificate to send. In particular, this is necessary
to get Java clients to work in all but the most trivial configurations.
Per discussion of bug #5468.

Craig Ringer

Modified Files:
--------------
pgsql/src/backend/libpq:
be-secure.c (r1.99 -> r1.100)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/be-secure.c?r1=1.99&r2=1.100)

Browse pgsql-committers by date

  From Date Subject
Next Message Hiroshi Saito 2010-05-26 15:53:05 psqlodbc - psqlodbc: Change the release note.(prep release)
Previous Message User Hinoue 2010-05-26 13:56:18 psqlodbc - psqlodbc: 1.