nss: select client certificates by DER

... instead of nicknames, which are not unique.
This commit is contained in:
Kamil Dudka 2011-08-26 14:38:18 +02:00
parent d47d95ac3b
commit f6980bbf24
3 changed files with 31 additions and 16 deletions

View file

@ -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