RE: SmartCard Public Key

2001-03-25 Thread Reddie, Steven
Subject: SmartCard Public Key > > I am trying to import the public RSA key (modulus) created on a > Smart Card into an OpenSSL/OpenSSH key structure. The size of > the Smart Card public/private key pair is 1024 bits, and the key pair > was generated onboard the Smart Card.

Re: SmartCard Public Key

2001-03-23 Thread Erwann ABALEA
On Fri, 23 Mar 2001, Kenneth R. Robinette wrote: > I am trying to import the public RSA key (modulus) created on a > Smart Card into an OpenSSL/OpenSSH key structure. The size of > the Smart Card public/private key pair is 1024 bits, and the key pair > was generated onboard the Smart Card. > > I

SmartCard Public Key

2001-03-23 Thread Kenneth R. Robinette
I am trying to import the public RSA key (modulus) created on a Smart Card into an OpenSSL/OpenSSH key structure. The size of the Smart Card public/private key pair is 1024 bits, and the key pair was generated onboard the Smart Card. I use the following code: Key *k; k = key_new(KEY_RSA); if