RE: [openssl-users] RE: RSA-SHA1 Digest

2007-03-06 Thread WCR
users] RE: RSA-SHA1 Digest Bonjour, Hodie pr. Non. Mar. MMVII est, WCR scripsit: > Your comments have been very helpful. > I've had a look at the SOAP/XMLDSIG documentation and realise, as you > suggested that I must normalize / canonicalize the data between the tags > and bef

RE: RSA-SHA1 Digest

2007-03-06 Thread WCR
ly up and I'm in trouble. Regards David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Goetz Babin-Ebell Sent: 05 March 2007 17:47 To: openssl-users@openssl.org Subject: Re: RSA-SHA1 Digest -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello David,

RE: RSA-SHA1 Digest

2007-03-05 Thread WCR
ONxjGOaoI=' | openssl base64 -d | hexdump -C b1 70 f6 4a c1 90 c4 8e c3 0c 53 30 1f 03 8d c6 0010 31 8e 6a 82 The result is twenty bytes - you can count them. :-) b1 70 f6 4a c1 90 c4 8e c3 0c 53 30 1f 03 8d c6 31 8e 6a 82 yours, Julius On 2/27/07, WCR <[EMAIL PROTECTED]>

RE: RSA-SHA1 Digest

2007-02-27 Thread WCR
lt;[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello David, > > WCR wrote: > > Julius > > > > You're probably pointing me in the right direction. > Not really. > > > I tried "openssl dgst -sha224" and yes I

RE: RSA-SHA1 Digest

2007-02-26 Thread WCR
1 Digest The 40 bytes you're seeing might actually be 20 bytes: 9699dc843a1608b4 That's 8 bytes, not 16. If all the examples you've seen produce 28 byte digests, they are probably using sha224. $ echo "28 * 8" | bc 224 :-) Try using "openssl dgst -sha224" inst

RE: RSA-SHA1 Digest

2007-02-26 Thread WCR
705825d8292df329d60660bd93 312fd5f66e0d6745bacd02190da091c2bb78854b1761d58b5ddd793bcd687328 3c3b52c2e370199465554397d70b4a5ceaf49df597b29cc50c50b69d16aaaf6a a7598192d0912509e6458ba3e611025c708d1f6f3260ddde332326ba87385a98 d2b84115c473a1df7deea4e189956656165fcfcd6abb92f2a7ca804e612677ad yours, Juliu

RSA-SHA1 Digest

2007-02-25 Thread WCR
Hi All I have two simple questions that perhaps someone can answer. 1. Does Openssl version 0.9.8e allow one to produce an SHA1 digest with RSA? 2. If so, can I do it from a command line or do I need to link the libraries? I think an SHA1 digest with RSA returns a str

RE: Sign using RSA-SHA1

2007-02-14 Thread WCR
Hi All > >>I need to sign a text using RSA-SHA1. ( > >>http://www.w3.org/2000/09/xmldsig#rsa-sha1 > >> as per XML-Signature > >>specification http://www.w3.org/TR/xmldsig-core/) I'm a newbie and want to sign a RSA-SHA1 from the command line? I've tried:

FW: Digital Signatures rsa-sha1

2007-02-03 Thread WCR
-Original Message- From: WCR [mailto:[EMAIL PROTECTED] Sent: 31 January 2007 14:37 To: openssl-users@openssl.org Subject: Digital Signatures rsa-sha1 I am sending a message to a web service and I need to apply a digital signature. I have been issued with a .P12 certificate and my