Please can you advise is it possible to view a Hash / Message Digest?
Many thanks
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Hi denote23,
On Sun, May 2, 2010 at 8:40 AM, Jeffrey Walton wrote:
> Hi denote23,
>
> On Sun, May 2, 2010 at 4:08 AM, denot...@libero.it wrote:
>> Hi all
>>
>> [SNIP]
>
>> H is a one-way function (preferably SHA1)
> SHA1 is great for Web interop, but it is beyond its useful life, and
> should n
Hi denote23,
On Sun, May 2, 2010 at 4:08 AM, denot...@libero.it wrote:
> Hi all
>
> wha's the best way to do a < H(M || T) ??
>From your follow up email, it appears you've got the API figured out.
> H is a one-way function (preferably SHA1)
SHA1 is great for Web interop, but it is beyond its
Sorry . I forgotten that i need to use SHA1 function
unsigned char *SHA1(const unsigned char *d, unsigned long n,
unsigned char *md);
thanks
>Messaggio originale
>Da: denot...@libero.it
>Data: 02/05/2010 10.08
>A:
>Ogg: Hash message
>
>Hi all
Hi all
wha's the best way to do a < H(M || T) ??
H is a one-way function (preferably SHA1)
M is a message (string or binary data)
T ,a are a BIGNUM
|| concat
__
OpenSSL Project http://www.ope