Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 57b83edc46926662491d63666231ba7ddc954a38
https://github.com/openssl/openssl/commit/57b83edc46926662491d63666231ba7ddc954a38
Author: erbsland-dev <[email protected]>
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 <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/24705)
To unsubscribe from these emails, change your notification settings at
https://github.com/openssl/openssl/settings/notifications