EVP: allow empty strings to EVP_Decode* functions
authorRichard Levitte <levitte@openssl.org>
Sat, 13 Jun 2020 20:16:14 +0000 (22:16 +0200)
committerPauli <paul.dale@oracle.com>
Mon, 15 Jun 2020 22:24:31 +0000 (08:24 +1000)
commit92cef3f186c20e702b7751c5ef959b4fe816a189
treec5f289c4e00b115aa84351dc5bc491e439a363b2
parentac4f465406ced9601cb8c9cb800ad9a37e61b6da
EVP: allow empty strings to EVP_Decode* functions

This is a simple check order correction.

Fixes #12143

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12144)

(cherry picked from commit 0800288e6e1d9f44d471043a970ba57743ca8f4c)
crypto/evp/encode.c