Re: test rsa values -- format?

2001-01-18 Thread Peter Gutmann
Rodney Thayer [EMAIL PROTECTED] writes: by the way, dumpasn1 doesn't quite parse this correctly, it's got n, d, p, q, dmp1, dmq1, and iqmp. The display of 'n' is missing the last byte. Can you send me the file? (I assume that's my dumpasn1 you're referring to). Peter.

test rsa values -- format?

2001-01-17 Thread Rodney Thayer
there's a file, testrsa.h, in the apps directory. It contains DER encoded RSA keys. speed.c does a "d2i_RSAPrivateKey" to extract these into 'RSA' structures. What format are these data values? I want to extract them to a file and print them.