[crypto] Can somebody have a look at my PR?

2019-04-13 Thread Alex Remily
Commons Crypto Committer Team, Please have a look at my PR when you get a chance. Fixes the Windows build and includes support for OpenSSL 1.1. https://github.com/apache/commons-crypto/pull/94 Thanks, Alex

Re: [crypto] Can somebody have a look at my PR?

2019-04-13 Thread Rob Tompkins
> On Apr 13, 2019, at 3:30 PM, Alex Remily wrote: > > Commons Crypto Committer Team, > > Please have a look at my PR when you get a chance. Fixes the Windows build > and includes support for OpenSSL 1.1. I’ll try to give it a read this evening. -Rob > > https://github.com/apache/commons

Re: Link from github to gitbox broken

2019-04-13 Thread Gary Gregory
This is now fixed. Gary On Fri, Apr 12, 2019 at 8:21 AM Gary Gregory wrote: > I created https://issues.apache.org/jira/browse/INFRA-18204 > > All: Please add comments with any of your findings. > > Thank you, > Gary > > On Thu, Apr 11, 2019 at 12:05 PM Rob Tompkins wrote: > >> Something seems

Re: [rng] Split and Jump functions

2019-04-13 Thread Gilles Sadowski
Hello. > On 11/04/2019 13:22, Gilles Sadowski wrote: > >>> [...] > >> Not adding a dedicated method would mean everyone has to do this: > >> > >> JumpableUniformRandomProvider rng = (JumpableUniformRandomProvider) > >> RandomSource.create(…) > >> > >> But adding a mirror methods: > >> > >> Jumpab