openssl/providers
Richard Levitte 98408852c1 PEM to DER decoder: Specify object type and data structure more consistently
The data structure wasn't given for recognised certificates or CRLs.
It's better, though, to specify it for those objects as well, so they
can be used to filter what actually gets decoded, which will be
helpful for our OSSL_STORE 'file:' scheme implementation.

Fixes #16224

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16466)
2021-09-05 21:34:50 +02:00
..
common Add invalid input length error 2021-08-26 09:33:39 +10:00
fips Add the self test type OSSL_SELF_TEST_TYPE_PCT_SIGNATURE 2021-08-31 20:45:53 +10:00
implementations PEM to DER decoder: Specify object type and data structure more consistently 2021-09-05 21:34:50 +02:00
baseprov.c
build.info
decoders.inc prov: tag SM2 encoders and decoders as non-FIPS 2021-06-16 14:42:38 +01:00
defltprov.c Add support for camellia cbc cts mode 2021-08-18 08:38:40 +10:00
encoders.inc prov: tag SM2 encoders and decoders as non-FIPS 2021-06-16 14:42:38 +01:00
fips-sources.checksums make update 2021-07-29 15:50:27 +01:00
fips.checksum make update 2021-07-29 15:50:27 +01:00
fips.module.sources make update 2021-07-29 15:50:27 +01:00
legacyprov.c provider: use #define for PBKDF1 algorithm name 2021-07-05 11:49:42 +10:00
nullprov.c
prov_running.c
stores.inc