f5b30cc28c
A recent change to curl[1] added support for HTTPS proxies, which
involves running a TLS connection inside another TLS connection. This
was done by using SSL BIOs, which we removed from BoringSSL for being
crazy.
This change adds a stripped-down version of the SSL BIO to decrepit in
order to suport curl.
[1]
|
||
---|---|---|
.. | ||
bio | ||
biossl | ||
blowfish | ||
cast | ||
des | ||
dh | ||
dsa | ||
evp | ||
obj | ||
rc4 | ||
ripemd | ||
rsa | ||
ssl | ||
x509 | ||
xts | ||
CMakeLists.txt | ||
macros.h |