[openssl.org #805] base64 BIO too picky about whitespace

2014-08-15 Thread Rich Salz via RT
Oh how we admire the patience of those who have waited a decade or longer for their RT's to be fixed... What, wait, that was me! Anyhow, things work now. -- Rich Salz, OpenSSL dev team; rs...@openssl.org __ OpenSSL Project

[openssl.org #805] base64 BIO too picky about whitespace

2003-12-30 Thread Rich Salz via RT
IMHO, the Base64 BIO is too picky about whitespace: it should ignore all whitespace [\r\n\t ] once it's started parsing. Right now I have a filter that I push that strips the whitespace, but this should probably be merged into the b64 bio. Make sense? /r$ -- Rich Salz