Branch: refs/heads/openssl-3.1 Home: https://github.com/openssl/openssl Commit: c94b641cca452f6d36d796d91c9487453fec8db7 https://github.com/openssl/openssl/commit/c94b641cca452f6d36d796d91c9487453fec8db7 Author: erbsland-dev <git...@erbsland.dev> Date: 2024-06-25 (Tue, 25 Jun 2024)
Changed paths: M ssl/bio_ssl.c Log Message: ----------- bio_ssl.c: Do not call SSL_shutdown if not inited Fixes #4545 If free is called for an SSL BIO that is in initialization phase, the `SSL_shutdown` call is omitted. Reviewed-by: Neil Horman <nhor...@openssl.org> Reviewed-by: Paul Dale <ppz...@gmail.com> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24705) (cherry picked from commit 57b83edc46926662491d63666231ba7ddc954a38) To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications