https

2002-07-14 Thread [EMAIL PROTECTED]
Hi, I have a toallylame question to anybody who can help me: I'd like to make apache work with https:// requests. I tried to create crl,crt,. keys with openssh and CA.pl, but the only thing what works with https is webalizer... :-) please help me! :-) Józsa Ádám | +36-20/984-21-96:

encrypting with rsa public key..

2002-07-14 Thread Manish Ramesh Chablani
Hi, In my c code I am sending the rsa public key from A (which generated the RSA key pair) to B. B now tries to encrypt a message with the public key received from A and send the encryted message to A and A decrypts it with the private key of the RSA key pair it generated. Now

Why the result of messages digest using md5 differs

2002-07-14 Thread hongbin tang
Hi, All; Why the result of messages digest using md5 differs from using openssl md5? for example. # md5 -q -s hello 5d41402abc4b2a76b9719d911017c592 but when I used openssl. #echo hello | openssl md5 f447b20a7fcbf53a5d5be013ea0b15af why are they different? I used openssl 0.9.6d on

Re: Why the result of messages digest using md5 differs

2002-07-14 Thread Juan Segarra
On Sun, 14 Jul 2002, hongbin tang wrote: Hi, All; Why the result of messages digest using md5 differs from using openssl md5? for example. # md5 -q -s hello 5d41402abc4b2a76b9719d911017c592 but when I used openssl. #echo hello | openssl md5 f447b20a7fcbf53a5d5be013ea0b15af

Re: Speaking of shared secrets

2002-07-14 Thread Ben Laurie
Richard Levitte - VMS Whacker wrote: In message [EMAIL PROTECTED] on Tue, 9 Jul 2002 11:43:04 +0300, Vadim Fedukovich [EMAIL PROTECTED] said: vf please consider to include this code into distribution Thanks and forgive me for being a nuisance... Errr... a) This should be on

Re: Speaking of shared secrets

2002-07-14 Thread Vadim Fedukovich
On Sun, Jul 14, 2002 at 11:56:19AM +0100, Ben Laurie wrote: Richard Levitte - VMS Whacker wrote: In message [EMAIL PROTECTED] on Tue, 9 Jul 2002 11:43:04 +0300, Vadim Fedukovich [EMAIL PROTECTED] said: vf please consider to include this code into distribution Thanks and forgive me

Re: RSA public and private key lengths (newbie question)

2002-07-14 Thread Manish Ramesh Chablani
Hi, Thanks a lot for the reply. I have one more question. The private key contains all the RSA key data whereas the public key contains just the public components. So yes, this is normal. Cheers, Geoff Since public key contains only the public components is it possible to encrypt a