Is there a sample valid input and output for sha message digest?

2004-10-01 Thread Eric Meyer
of a document has examples of sha hashes given input, that I can use to validate my code? Eric Meyer __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL

Re: Is there a sample valid input and output for sha message digest?

2004-10-01 Thread Eric Meyer
Thank you! That was exactly it. In in Java the string SHA refers to SHA1. In OpenSSL SHA refers to SHA0. Eric On Oct 1, 2004, at 3:50 PM, David Schwartz wrote: When I attempt to get a SHA message digest value for a specific string using Java and Openssl, I get a different value. I was hoping

Re: storing PEM encoded certs in database

2004-09-07 Thread Eric Meyer
The PEM format is already Base64. Also, your sample includes characters that are invalid for a Base64 encoded data, which is explicitly 7 bit safe, so would not include an accented character. It looks like your null byte is in the wrong place. It probably should have come after the = sign.

Re: making and signing new certificates

2004-09-02 Thread Eric Meyer
Carlos, Thank you very much for the links. The link http://www2.psy.uq.edu.au/~ftp/Crypto/certs.html is exactly what I was looking for. Thanks again Eric On Sep 2, 2004, at 11:36 AM, Carlos Roberto Zainos H wrote: Eric Meyer [EMAIL PROTECTED] wrote