Re: Question: ASCII Armored text signature

2007-07-06 Thread Jeremiah Martell
On 7/5/07, Carlo Milono [EMAIL PROTECTED] wrote: Radix-64 - if you want the PGP/GPG stuff. See: http://en.wikipedia.org/wiki/Binary_to_text_encoding Ok, Here's a real example from using GPG on my MAC: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is an example sentence I will sign.

RE: Question: ASCII Armored text signature

2007-07-06 Thread Carlo Milono
-Original Message- From: [EMAIL PROTECTED] [mailto:owner-openssl- [EMAIL PROTECTED] On Behalf Of Jeremiah Martell Sent: Friday, July 06, 2007 6:03 AM To: openssl-users@openssl.org Subject: Re: Question: ASCII Armored text signature On 7/5/07, Carlo Milono [EMAIL PROTECTED] wrote

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 Martell

Re: Question: ASCII Armored text signature

2007-07-06 Thread Darryl Miles
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 Jeremiah Martell wrote: On 7/5/07, Carlo Milono [EMAIL PROTECTED] wrote: Radix-64 - if you want the PGP/GPG stuff. See:

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

RE: Question: ASCII Armored text signature

2007-07-05 Thread Carlo Milono
Subject: Question: ASCII Armored text signature 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

Re: Question: ASCII Armored text signature

2007-07-05 Thread Jeremiah Martell
So just base64 encode the signature, and that's all? From what I could tell from some examples, it looked like they had more than one thing encoded. There was one base64 blob, but then a 3-4 character base64 encoding right after. Rough example... --begin something-- Hash: Sha1 this is my

回复: Re: Question: ASCII Armored text signature

2007-07-05 Thread Stephanie Guo
I donot want to receive anything about yours. Thanks very much! Jeremiah Martell [EMAIL PROTECTED] 写道: So just base64 encode the signature, and that's all? From what I could tell from some examples, it looked like they had more than one thing encoded. There was one base64 blob, but then a