Re: Crash in OpenSSL v1.0.1 from dtls1_do_write OPENSSL_assert(len == (unsigned int)ret);

2019-09-25 Thread Ian Sinclair
of related packages that I would need to upgrade in parallel? Thanks. From: Matt Caswell Sent: September 25, 2019 9:49 AM To: Ian Sinclair ; openssl-users@openssl.org Subject: Re: Crash in OpenSSL v1.0.1 from dtls1_do_write OPENSSL_assert(len == (unsigned int)ret);

Crash in OpenSSL v1.0.1 from dtls1_do_write OPENSSL_assert(len == (unsigned int)ret);

2019-09-24 Thread Ian Sinclair
I'm working with Asterisk PBX code which uses openSSL v1.0.2 (from Centos6). On one site we're getting a crash from dtls1_do_write and as far as I can tell it's from the assertion coded: /* bad if this assert fails, only part of the handshake * message got sent. but why would this happen?