forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc3bf3bf
committed
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 theappropriate client certificate to send. In particular, this is necessaryto get Java clients to work in all but the most trivial configurations.Per discussion of bug #5468.Craig Ringer1 parent615704a commitc3bf3bf
1 file changed
+11
-2
lines changedLines changed: 11 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
721 | 721 |
| |
722 | 722 |
| |
723 | 723 |
| |
| 724 | + | |
724 | 725 |
| |
725 | 726 |
| |
726 | 727 |
| |
| |||
810 | 811 |
| |
811 | 812 |
| |
812 | 813 |
| |
813 |
| - | |
| 814 | + | |
| 815 | + | |
814 | 816 |
| |
815 | 817 |
| |
816 | 818 |
| |
| |||
866 | 868 |
| |
867 | 869 |
| |
868 | 870 |
| |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
869 | 878 |
| |
870 | 879 |
| |
871 | 880 |
| |
|
0 commit comments
Comments
(0)