Re: new version for SRP-6/TLS available

2004-09-09 Thread Peter Sylvester
-- X-Sun-Data-Type: text X-Sun-Data-Description: text X-Sun-Data-Name: text X-Sun-Charset: us-ascii X-Sun-Content-Lines: 56 I thought SRP6 was patented. Isn't SRP6 patented? Yes, here an excerpt from http://srp.stanford.edu/licence.txt SRP is royalty-free worldwide for commercial

Re: new version for SRP-6/TLS available

2004-09-09 Thread Nils Larsch
Peter Sylvester wrote: I thought SRP6 was patented. Isn't SRP6 patented? Yes, here an excerpt from http://srp.stanford.edu/licence.txt SRP is royalty-free worldwide for commercial and non-commercial use. The SRP library has been carefully written not to depend on any encumbered algorithms,

Re: how to bild in some crypto-algorithms into openssl?

2004-09-09 Thread Nils Larsch
ëÏÂÙÌÑÎÓËÉÊ ÷ÌÁÄÉÍÉÒ wrote: Hi. I need to bild in some crypto-algorithms into openssl. what kind of algorithms (public key signature algs, symmetric ciphers or some hash algorithms) ? Cheers, Nils __ OpenSSL Project

Re[2]: how to bild in some crypto-algorithms into openssl?

2004-09-09 Thread Kentlinux_YANDEX.RU
Hi. I need to bild in some crypto-algorithms into openssl. NL what kind of algorithms (public key signature algs, symmetric ciphers NL or some hash algorithms) ? NL Cheers, NL Nils All kinds! :) Just right now I try to bild-in symmetric ciphers... I started from reading SSLeay manuals,and

Re: Patch for 0.9.8 (DJGPP)

2004-09-09 Thread Andy Polyakov
+#ifdef __DJGPP__ +int RAND_poll(void) +{ +for (i = 0; i sizeof(buf); i++) { +srand(rawclock() + i); +... The problem is that value returned by rawclock() will most likely remain constant for every invocation of the routine in question. Or rather that probability of its