ssl: Rework our custom BIO type
authorSebastian Andrzej Siewior <sebastian@breakpoint.cc>
Wed, 26 Oct 2016 15:31:27 +0000 (17:31 +0200)
committerSalvatore Bonaccorso <carnil@debian.org>
Fri, 26 Oct 2018 15:52:24 +0000 (16:52 +0100)
commit4c789eb1af100900ac64adba561c13834d77bfd3
tree087f6151dfb4148e97a1e82b9021fb9173eca7c7
parentc2c946154eb6eff8c315890e3fd535f08026b807
ssl: Rework our custom BIO type

This commit changes to an actual new BIO method rather than reusing an
existing BIO method, and overriding only the fields that we need.
The approach before this commit would be causing issues with OpenSSL
1.1.0 as some of the fields we access have become opaque.

Gbp-Pq: Name ssl-Rework-our-custom-BIO-type.patch
src/bio-gio.c