Bugs merged because they are all related. The current BIO_push()/BIO_pop() behaviour is badly broken but in practice only SSL BIOs notice this. We should be able to build a chain from BIOs and BIO chains and remove them without ill effects. Unfortunately the way BIO_pop() interacts with SSL BIOs means a large chain gets screwed because BIO_CTRL_POP gets called on every pop.
However the existing behaviour has been in OpenSSL for many years... ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
