> On Fri, May 04, 2001 at 07:22:03PM +0200, Sascha Kettler wrote:
> > You won't need to pass the algorithm by an arg, as the key already contains
> > the algorithm identification (pkey->type). I haven't used any DSA encryption
> > yet, but maybe you can just add the code to the switch statements.

but if its pem encoded, you need to use a proper algorithm to read it in, no?

ala PEM_ASN1_read_bio( ... ) 


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to