Porting asterisk to Openssl-3.0

2022-03-24 Thread Philip Prindeville
Hi, I'm incrementally trying to port asterisk to Openssl 3.0. First thing I'm trying to do is wean the code off of the RSA_* functions, and use generic EVP_PKEY_* functions instead. Most of it is fairly straightforward (it seems), but I've been looking for examples of reading PEM public and pr

Re: [External] Re: SSL_connect() failing on SSL3_MT_NEWSESSION_TICKET on Raspberry Pi

2022-03-24 Thread Matt Caswell
On 23/03/2022 18:08, Helde, Paavo wrote: Great! That does suggest an unknown bug exists in master though... If you can manage it would be useful for us if you tried the latest master version of OpenSSL with the "no-asm" config option. My guess is new assembler code might be the cause of thi