Re: TLS 1.3 ClientHello and Windows 11

2023-03-28 Thread t...@openbsd.org
On Tue, Mar 28, 2023 at 10:17:17AM +, Gerhard Roth wrote: > I stumbled upon a problem that xfreerdp couldn't connect to Windows 11 > servers with NLA and TLS 1.3. This can also be reproduced with > > # openssl -tls1_3 -connect :3389 > > Here openssl will fail with a "tlsv1 alert

Re: PATCH: better prime testing for libressl

2022-07-13 Thread t...@openbsd.org
> I'm suggesting you a diff against master of the implementation of the > Baillie-PSW algorithm for primality testing. The revised version of this is now committed. Many thanks again for your work! https://marc.info/?l=openbsd-cvs=165769382419130=2

Re: PATCH: better prime testing for libressl

2022-07-12 Thread t...@openbsd.org
Here is an updated diff that addresses some of the changes suggested and requested by jsing. The main change is that we now pass an is_prime out parameter through and distinguish between goto done and goto err. All functions now have boolean return values. In addition, some functions have been