playing with smartcard: rsa key upload?

Markus Friedl markus at openbsd.org
Fri Nov 15 10:17:23 EST 2002


there should be no need to do this, you
can overwrite the RSA_sign method with the
OpenSSL API.

On Thu, Nov 14, 2002 at 11:36:36PM +0100, Danny De Cock wrote:
> ===================== ssh-rsa.c =====================
> 40,43d39
> < #if defined(SMARTCARD) && defined(USE_OPENSC)
> < #include "scard.h"
> < #endif
> < 
> 74,76d69
> < #if defined(SMARTCARD) && defined(USE_OPENSC)
> < 	ok = sc_sign(nid, digest, dlen, sig, &len, key->rsa);
> < #else
> 78d70
> < #endif



More information about the openssh-unix-dev mailing list