]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix the decoder start type handling
authorMatt Caswell <matt@openssl.org>
Thu, 1 Oct 2020 16:17:58 +0000 (17:17 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 8 Oct 2020 11:31:00 +0000 (12:31 +0100)
commitdf38dcfcd5c3e264e449589ef0b9fce8ce6e428c
treee1d3a47921d7ff3fed3bdb17840581b8e8d16856
parentb565a17d9fc69711813a19723a3f656ae5cd2fc9
Fix the decoder start type handling

If an explicit decoder start type was provided then it wasn't being
handled correctly in all cases. Specifically if a PEM start type was
provided then the decoder would fail.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13050)
crypto/encode_decode/decoder_lib.c