Re: Is there a one-page doc to tell which function now changes to which in OpenSSL3?

2022-06-29 Thread Steffen Nurpmeso
Tomas Mraz wrote in <8dc71838a21fb2508928cab720f5e2c10bab1746.ca...@openssl.org>: |A good starting point is to read the migration guide: | |https://www.openssl.org/docs/man3.0/man7/migration_guide.html You .. really have to find that first. I shamelessly post some private conversation i had i

RE: [EXTERNAL] Re: SSL error (78c0100): malloc failure while implementing tls 1.3

2022-06-29 Thread Ramaiah, Ravichandran Bagalur
I was able to trace the failure to ssl/ssl_sess.c line 279. I’m not sure what needs to done additionally in application code for this. Could someone please explain this error? I’m just trying to add support for tls 1.3 in application which already supports tls 1.2. (gdb) bt #0 0x7fd573705

RE: [EXTERNAL] Re: SSL error (78c0100): malloc failure while implementing tls 1.3

2022-06-29 Thread Ramaiah, Ravichandran Bagalur
Hi Matt, Below is the error I got when I printed using ERR_error_string(). error:078C0100:common libcrypto routines::malloc failure Any pointers on this? Regards, Ravi -Original Message- From: Matt Caswell Sent: Tuesday, June 21, 2022 4:25 PM To: Ramaiah, Ravichandran Bagalur ; opens