Re: [openssl-project] OpenSSL version 1.1.1 pre release 9 published

2018-08-21 Thread Kurt Roeckx
On Tue, Aug 21, 2018 at 12:36:02PM +, OpenSSL wrote:
> 
>OpenSSL version 1.1.1 pre release 9 (beta)

I've uploaded that version to Debian unstable, so it should get
more testers now.


Kurt

___
openssl-project mailing list
openssl-project@openssl.org
https://mta.openssl.org/mailman/listinfo/openssl-project


Re: [openssl-project] Please freeze the repo

2018-08-21 Thread Matt Caswell
The repository is now unfrozen and the release is complete.

Thanks to Tim for all the help.

Matt


On 20/08/18 18:00, Bernd Edlinger wrote:
> Hi Matt,
> 
> The repo should be frozen now.
> 
> Bernd.
> 
> On 08/20/18 18:01, Matt Caswell wrote:
>> Please could someone freeze the repo for me for tomorrow's release:
>>
>> ssh openssl-...@git.openssl.org freeze openssl matt
>>
>> Thanks
>>
>> Matt
>> ___
>> openssl-project mailing list
>> openssl-project@openssl.org
>> https://mta.openssl.org/mailman/listinfo/openssl-project
>>
> ___
> openssl-project mailing list
> openssl-project@openssl.org
> https://mta.openssl.org/mailman/listinfo/openssl-project
> 
___
openssl-project mailing list
openssl-project@openssl.org
https://mta.openssl.org/mailman/listinfo/openssl-project


Re: [openssl-project] Is this still relevant to OpenSSL?

2018-08-21 Thread Kurt Roeckx
On Mon, Aug 20, 2018 at 04:03:13PM -0700, Paul Dale wrote:
> Abstract: This work provides a systematic analysis of primality testing under 
> adversarial conditions, where the numbers being tested for primality are not 
> generated randomly, but instead provided by a possibly malicious party
> 
> https://eprint.iacr.org/2018/749

We got an early copy of that paper. What that paper mostly says is
that we didn't properly document the amount of rounds required in
case you can't trust the input, the documentation has been
changed to make that more clear.

Related to that, since that paper we have increased the number of
Miller-Rabin rounds, but that work started before we saw that
paper.

As result of that paper I've started working on the Lucas prime
test, for which there is an open PR. I intend to create a
Bailie-PSW test after 1.1.1.


Kurt

___
openssl-project mailing list
openssl-project@openssl.org
https://mta.openssl.org/mailman/listinfo/openssl-project