[xmlsec] Signing without readable private key (e.g. Smartcard)

Aleksey Sanin aleksey@aleksey.com
Wed, 11 Jun 2003 08:02:26 -0700


>Am I right so far?
>  
>
Yes.

>Is there any function like this in XMLSec?
>  
>

Actually it has much more :) You can plugin any crypto functions you like.
For example, it currently supports OpenSSL, NSS and GnuTLS (and there
is some work going right now to add MS CryptoAPI to this list) as
crypto engines. Please read the tutorial and especialy this chapter:

    http://www.aleksey.com/xmlsec/api/xmlsec-notes-new-crypto.html

Also looking at the source code and searching mailing list archive  is
a very good idea in your case.


Aleksey