]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/implementations/encode_decode/decode_der2key.c
Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8
[thirdparty/openssl.git] / providers / implementations / encode_decode / decode_der2key.c
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...