Re: Forthcoming OpenSSL Releases

2019-09-04 Thread Dennis Clarke
On 9/3/19 12:19 PM, Matt Caswell wrote: The OpenSSL project team would like to announce the forthcoming release of OpenSSL versions 1.1.1d, 1.1.0l and 1.0.2t. These releases will be made available on 10th September 2019 between approximately 1200-1600 UTC. These are security fix releases. The h

early openssl and curl forks that support ESNI

2019-09-04 Thread Stephen Farrell
Hiya, We've done some work on an openssl fork [1] that has ESNI support and on a curl fork [2] that uses that. It's early days, but if anyone wants to try play with the build and give us feedback that'd be great. There's a HOWTO at [3]. If you find any issues with that you'd like to raise then pl

OPENSSL_armcap_P, OPENSSL_ia32_P, OPENSSL_ppccap_P

2019-09-04 Thread Roger No-Spam
Hi, I'm using openssl on a platform/OS that supports multiple CPU architectures. The context switching does not save SIMD registers unless the thread has a special options set. This creates some challenges when using openssl, which use SIMD registers in several assembler optimizations. I would

OPENSSL_armcap_P, OPENSSL_ia32_P, OPENSSL_ppccap_P

2019-09-04 Thread Roger No-Spam
Hi, I'm using openssl on a platform/OS that supports multiple CPU architectures. The context switching does not save SIMD registers unless the thread has a special options set. This creates some challenges when using openssl, which use SIMD registers in several assembler optimizations. I would