summaryrefslogtreecommitdiffstats
path: root/providers/implementations/encode_decode/decode_pem2der.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia
2022-08-23Support decode SM2 parametersK1
2022-05-03Update copyright yearMatt Caswell
2022-01-03Check the return value of ossl_bio_new_from_core_bio()x2018
2021-09-05PEM to DER decoder: Specify object type and data structure more consistentlyRichard Levitte
2021-06-29PROV: Have our PEM->DER decoder only recognise our PEM namesRichard Levitte
2021-06-09Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte
2021-06-05PROV: drop get_params() and gettable_params() from all decoder implementationsRichard Levitte
2021-04-21Adapt our decoder implementations to the new way to indicate succes / failureRichard Levitte
2021-03-18Fix misc external ossl_ symbols.Shane Lontis
2021-02-18Pass the object type and data structure from the pem2der decoderMatt Caswell
2021-02-18Update copyright yearMatt Caswell
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
2020-11-11PROV: Re-implement all the keypair decodersRichard Levitte
2020-10-04DECODER: Handle abstract object data typeRichard Levitte
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-09ENCODER: Refactor provider implementations, and some cleanupRichard Levitte
2020-08-24CORE: Define provider-native abstract objectsRichard Levitte
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte