RE: BSafe RSA keys

2002-03-08 Thread abogomolov
cc: Sent by: Subject: RE: BSafe RSA keys owner-openssl-users@o

RE: BSafe RSA keys

2002-03-08 Thread Prashant Kumar
Key structure I encode this structure to generate RSAPrivateKey PDU. There should be a better way to do it!. Regards, Prashant. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 11:31 AM To: [EMAIL PROTECTED] Subject: BSafe RSA keys Hi,

BSafe RSA keys

2002-03-08 Thread abogomolov
Hi, I am working on putting OpenSSL into our app. However, we are required to use RSA keys that are produced with BSafe by another app. Does anybody know how to get BSafe RSA Private key to work with open ssl? I tried to use the output of B_GetKeyInfo(buffer, obj,KI_PKCS_RSAPrivateBER) However tha