base64 decode: check for high bit
authorEmilia Kasper <emilia@openssl.org>
Thu, 17 Sep 2015 18:08:48 +0000 (20:08 +0200)
committerEmilia Kasper <emilia@openssl.org>
Thu, 17 Sep 2015 19:42:38 +0000 (21:42 +0200)
commitb785504a10310cb2872270eb409b70971be5e76e
tree0da118e9397503bf23cae232e398acecaa026d9b
parent3cdd1e94b1d71f2ce3002738f9506da91fe2af45
base64 decode: check for high bit

Previously, the conversion would silently coerce to ASCII. Now, we error
out.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/evp/encode.c
test/evptests.txt