Only just joined the list and I see that there's been some follow up stuff to my contribution, but I submitted a follow up pull request to some of this stuff on GitHub (https://github.com/openssl/openssl/pull/118). So probably some duplication there :).
-- Felix - http://www.erbridge.co.uk/ On 2 June 2014 00:15, Viktor Dukhovni <openssl-us...@dukhovni.org> wrote: > 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 ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org