crypto/evp/pkey_kdf.c: further special treatment of "seed" and "info"
authorRichard Levitte <levitte@openssl.org>
Fri, 30 Aug 2019 14:34:27 +0000 (16:34 +0200)
committerPauli <paul.dale@oracle.com>
Fri, 6 Sep 2019 09:27:57 +0000 (19:27 +1000)
commitea643c959f626fd3860b8aa49b42fd0b96e71492
tree5915919e993c0e739609dad7f8e0d0d2de34b955
parentff756eedb3b28964ac8e7a7825198ac1b26dfb98
crypto/evp/pkey_kdf.c: further special treatment of "seed" and "info"

pkey_kdf_ctrl_str() has to do the same kind of special treatment as
pkey_kdf_ctrl() does.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9662)
crypto/evp/pkey_kdf.c