Tell openssl to include the names of the root certs the server trusts in

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c3bf3bf2aa0998876fd219fbfcc771fb83594539
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-05-26T15:52:37Z
Releases: 9.0.0
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

Files

PathChange+/−
src/backend/libpq/be-secure.c modified +11 −2