openssl/crypto/store
Richard Levitte 11d66064f3 STORE 'file' scheme loader: fix try_decode_params() to check ambiguity
The way try_decode_params works in raw more, it would take the first ASN1
that could decode and return a STORE_INFO with the resulting EVP_PKEY.
This change has it go through all the matching ASN1 methods and properly
check if there's more than one match, i.e. an ambiguity.

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/3863)
2017-07-05 22:38:00 +02:00
..
build.info Add a STORE loader for the "file" scheme 2017-06-29 11:55:31 +02:00
loader_file.c STORE 'file' scheme loader: fix try_decode_params() to check ambiguity 2017-07-05 22:38:00 +02:00
store_err.c STORE: Make sure the loader to be registered is complete 2017-06-29 22:11:40 +02:00
store_init.c Add a STORE loader for the "file" scheme 2017-06-29 11:55:31 +02:00
store_lib.c Make sure OSSL_STORE_load() isn't caught in an endless loop 2017-07-03 07:47:13 +02:00
store_locl.h Add internal functions to fetch PEM data from an opened BIO 2017-06-29 19:25:39 +02:00
store_register.c STORE: fix possible memory leak 2017-07-04 18:00:09 +02:00
store_strings.c Add the STORE module 2017-06-29 11:55:31 +02:00