Fix up path generation to use OPENSSL_MODULES
[openssl.git] / providers / implementations / encode_decode / decode_der2key.c
2023-09-07 Matt CaswellCopyright year updates
2023-08-16 slontisFix decoders so that they use the passed in propq.
2023-08-04 Tomas MrazWhen exporting/importing decoded keys do not use 0...
2023-06-14 Yi Liconfigure: introduce no-ecx to remove ECX related feature
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2023-02-07 Tomas MrazDo not create DSA keys without parameters by decoder
2022-11-23 FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-08-23 K1Support decode SM2 parameters
2022-06-06 Tomas MrazCheck return value of ossl_parse_property()
2022-05-03 Matt CaswellUpdate copyright year
2022-01-06 Dr. David von OheimbOSSL_STORE: Prevent spurious error during loading priva...
2021-06-29 Richard LevitteDECODER & ENCODER: Make sure to pass around the origina...
2021-06-14 Matt CaswellAdd a generic SubjectPublicKeyInfo decoder
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-06-01 Jon SpillettFix up encoder/decoder issues caused by not passing...
2021-05-09 Daniel BeveniusMark pop/clear error stack in der2key_decode_p8
2021-04-21 Richard LevitteAdapt our decoder implementations to the new way to...
2021-03-19 Richard LevittePROV: Add type specific PKCS#8 decoding to the DER...
2021-03-19 Richard LevittePROV: Add type specific SubjectPublicKeyInfo decoding...
2021-03-19 Richard LevittePROV: Refactor DER->key decoder
2021-03-18 Shane LontisAdd ossl_ x509 symbols
2021-03-18 Shane LontisFix misc external ossl_ symbols.
2021-03-04 Dr. David von OheimbOSSL_STORE: restore diagnostics on decrypt error; provi...
2021-03-03 Tomas MrazRemove todos in decode_der2key.c and decode_ms2key.c
2021-02-26 Shane LontisFix external symbols related to ec & sm2 keys
2021-02-24 Richard LevitteX509: Refactor X509_PUBKEY processing to include provid...
2021-02-19 Shane LontisFix d2i_AutoPrivateKey_ex so that is uses the new decod...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-11 Tomas MrazVarious cleanup of PROV_R_ reason codes
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2021-02-01 Richard LevittePROV: Add SM2 encoders and decoders, as well as support...
2020-12-17 Richard LevitteDECODER: Adjust the library context of keys in our...
2020-11-11 Richard LevittePROV: Re-implement all the keypair decoders
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-09-30 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-25 Richard LevitteHide ECX_KEY again
2020-09-24 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
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...