Direct read of RSA public key

2001-02-06 Thread chris luchini
I'm trying to do a modification of the /demos/sign/sign.c code. I had it working, but have managed to mess up my certificates/keys and can't seem to re-create ones that will function. 1) what I'd _like_ to do is generate an RSA private/public key pair and then read them in directly, without ha

Re: Direct read of RSA public key

2001-02-06 Thread Dr S N Henson
chris luchini wrote: > > I'm trying to do a modification of the /demos/sign/sign.c code. > > I had it working, but have managed to mess up my certificates/keys and > can't > seem to re-create ones that will function. > > 1) what I'd _like_ to do is generate an RSA private/public key pair and >

RE: Direct read of RSA public key

2001-02-07 Thread Reddie, Steven
uchini [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, February 07, 2001 11:55 AM > To: [EMAIL PROTECTED] > Subject: Direct read of RSA public key > > 1) what I'd _like_ to do is generate an RSA private/public key pair and > then read them in directly, without having to ge