openssl/crypto/serializer
Richard Levitte fb89000897 DESERIALIZER: Adjust to allow the use several deserializers with same name
A key type may be deserialized from one of several sources, which
means that more than one deserializer with the same name should be
possible to add to the stack of deserializers to try, in the
OSSL_DESERIALIZER_CTX collection.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12574)
2020-08-07 04:13:28 +02:00
..
build.info DESERIALIZER: Implement decryption of password protected objects 2020-07-24 16:43:20 +02:00
deserializer_err.c DESERIALIZER: Add foundation for deserializers 2020-07-24 16:32:00 +02:00
deserializer_lib.c DESERIALIZER: Small bugfix in the deser_process() 2020-08-01 11:51:20 +10:00
deserializer_meth.c gettables: core changes to pass the provider context. 2020-08-07 08:02:14 +10:00
deserializer_pkey.c DESERIALIZER: Adjust to allow the use several deserializers with same name 2020-08-07 04:13:28 +02:00
serdes_pass.c DESERIALIZER: Rethink password handling 2020-08-01 11:51:18 +10:00
serializer_err.c serialization: break the provider locating code to avoid deadlock. 2020-06-23 19:46:57 +10:00
serializer_lib.c
serializer_local.h DESERIALIZER: Refactor the constructor setting API 2020-08-01 11:51:20 +10:00
serializer_meth.c gettables: core changes to pass the provider context. 2020-08-07 08:02:14 +10:00
serializer_pkey.c DESERIALIZER: Implement decryption of password protected objects 2020-07-24 16:43:20 +02:00