Re: Question: ASCII Armored text signature

2007-07-06 Thread Jeremiah Martell
On 7/6/07, Darryl Miles <[EMAIL PROTECTED]> wrote: So if you actually read the Wikipedia page (a previous poster has kindly pointed you at) you should end up at: http://tools.ietf.org/html/rfc2440#section-6 Darryl Thanks all! I got everything working now. :-) -- - Jeremiah Martel

Re: Question: ASCII Armored text signature

2007-07-06 Thread Jeremiah Martell
could just base64 the signature and put it at the end, but I'm not sure what that last "=qyUI" is. Any ideas? Thanks, -- - Jeremiah Martell http://inlovewithGod.com __ OpenSSL Project

Re: Question: ASCII Armored text signature

2007-07-05 Thread Jeremiah Martell
_ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager [EMAIL PROTECTED] -- - Jeremiah Martell htt

Question: ASCII Armored text signature

2007-07-05 Thread Jeremiah Martell
Hello, I'm using openssl in some software I'm writing, and so far I've extracted a private rsa key from a pem file, hashed some text using sha1, and then called RSA_sign to sign the hash. Now I have this binary blob for a signature. But what I'm after is to put the text and the signature int