mirror of
https://github.com/curl/curl.git
synced 2026-08-25 11:03:38 +03:00
nss: select client certificates by DER
... instead of nicknames, which are not unique.
This commit is contained in:
parent
d47d95ac3b
commit
f6980bbf24
3 changed files with 31 additions and 16 deletions
|
|
@ -273,6 +273,7 @@ struct ssl_connect_data {
|
|||
struct SessionHandle *data;
|
||||
#ifdef HAVE_PK11_CREATEGENERICOBJECT
|
||||
struct curl_llist *obj_list;
|
||||
PK11GenericObject *obj_clicert;
|
||||
#endif
|
||||
#endif /* USE_NSS */
|
||||
#ifdef USE_QSOSSL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue