sftcd / openssl

TLS/SSL and crypto library
https://www.openssl.org
Apache License 2.0
46 stars 20 forks source link

Also copy bbio. Without, a buffer may stay on top of the real bio. #21

Closed Philip-NLnetLabs closed 1 year ago

Philip-NLnetLabs commented 1 year ago

Without this fix, openssl pushes a buffer bio and doesn't pop it later

sftcd commented 1 year ago

thanks!