Base64 bio fixes. The base64 bio was seriously broken
authorDr. Stephen Henson <steve@openssl.org>
Sat, 22 Feb 2003 02:12:52 +0000 (02:12 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 22 Feb 2003 02:12:52 +0000 (02:12 +0000)
commit5562cfaca4f3a007ce7e322f98e7ef57835771a7
tree265f243f3bba4713ea48bdc3b7604881a063347a
parentc8252b71b5930216367bdd4b5b3a23fc75ee3845
Base64 bio fixes. The base64 bio was seriously broken
when reading from a non blocking BIO.

It would incorrectly interpret retries as EOF, incorrectly
buffer initial data and have no buffering at all after initial
data (data would be sent one byte at a time to EVP_DecodeUpdate).
CHANGES
crypto/evp/bio_b64.c