You are not logged in. Please login or register.
Active topics Unanswered topics
Welcome to the wolfSSL Forums!
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
References
Stable Releases - download stable product releases.
Development Branch - latest development branch on GitHub.
wolfSSL Manual - wolfSSL (formerly CyaSSL) product manual and API reference.
Search options
We have the library to communicate with smart card.
The certificate verification requires signing the certificate DER data with the private key.
We can handle the signing process (implementing our call back function).
We are looking for the callback insertion point. Our callback function will take take care of signing the data.
Thanks.
Hi,
I am building an http client to connect to IIS which is configured to request client certificate.
The private key is stored in a smart card. The key should not leave SC. We can supply the .cer file to library, but can not suuply private key (pem/pfx/p12).
The application will be written for windows under VS and android (Java).
We can not use CSP.
HttpWebClient (C#) / HttpsURLConnection (Java) do not allow to verify X.509 cert externally (must have private key.)
How to use WolfSSL to accomplish this task.
Thanks.
Posts found: 2
Generated in 0.018 seconds (96% PHP - 4% DB) with 5 queries