Fix up path generation to use OPENSSL_MODULES
[openssl.git] / providers / implementations / encode_decode / decode_pem2der.c
2023-09-07 Matt CaswellCopyright year updates
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2022-08-23 K1Support decode SM2 parameters
2022-05-03 Matt CaswellUpdate copyright year
2022-01-03 x2018Check the return value of ossl_bio_new_from_core_bio()
2021-09-05 Richard LevittePEM to DER decoder: Specify object type and data struct...
2021-06-29 Richard LevittePROV: Have our PEM->DER decoder only recognise our...
2021-06-09 Richard LevitteDecoding PKCS#8: separate decoding of encrypted and...
2021-06-05 Richard LevittePROV: drop get_params() and gettable_params() from...
2021-04-21 Richard LevitteAdapt our decoder implementations to the new way to...
2021-03-18 Shane LontisFix misc external ossl_ symbols.
2021-02-18 Matt CaswellPass the object type and data structure from the pem2de...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2020-11-11 Richard LevittePROV: Re-implement all the keypair decoders
2020-10-04 Richard LevitteDECODER: Handle abstract object data type
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-09 Richard LevitteENCODER: Refactor provider implementations, and some...
2020-08-24 Richard LevitteCORE: Define provider-native abstract objects
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...