On Sun, Jun 01, 2014 at 11:12:53PM +0200, Kurt Roeckx wrote: > On Sun, Jun 01, 2014 at 09:04:29PM +0000, Viktor Dukhovni wrote: > > @@ -1,21 +1,37 @@ > > -primes = [2, 3, 5, 7, 11] > > -safe = False # Not sure if the period's right on safe primes. > > +# Odd primes < 13 > > +# > > +primes = [3, 5, 7, 11, 13, 17, 19] > > Maybe the comment is wrong?
No, the primes are supposed to be < 13, I was playing around with 17 and 19 also, but the dataset is too big that way. The python code is used only once to generate the table in the C-code, but it should only be going up to 11. :-) -- Viktor. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org