>From other discussions on this list over the last few weeks it sounds like
the modulus read from the smartcard can be byte reversed. If the 1024-bit
modulus is 0x87..43 but your smartcard is giving it to you byte reversed
then you could be trying to use the modulus 0x43.87 which would is
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