opencryptoki icon indicating copy to clipboard operation
opencryptoki copied to clipboard

Soft token: Support RSA keys > 4096 bits

Open ifranzki opened this issue 4 years ago • 0 comments

The OpenSSL-based code of the soft token might already support RSA key sizes > 4096 bits (up to OPENSSL_RSA_MAX_MODULUS_BITS)

  • Update the max key size in the mechanism list for all RSA mechanisms
  • Add test vectors for larger key sizes (will probably cause quite long run times ...)

ifranzki avatar Sep 08 '21 09:09 ifranzki