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:45:06 +0000 (21:45 +0200)
commitcb71f17dc786c72ec74c0ebb983b3ccfde484271
tree100c10381cc8b083b3958b4e0634c06501fbc257
parent37faf117965de181f4de0b4032eecac2566de5f6
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>
(cherry picked from commit b785504a10310cb2872270eb409b70971be5e76e)
crypto/evp/encode.c