Commit 1ac3cd62 authored by Richard Levitte's avatar Richard Levitte
Browse files

ENGINE_pkey_asn1_find_str(): don't assume an engine implements ASN1 method



Just because an engine implements algorithm methods, that doesn't mean
it also implements the ASN1 method.  Therefore, be careful when looking
for an ASN1 method among all engines, don't try to use one that doesn't
exist.

Fixes #6381

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6383)
parent af21f71e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment