summaryrefslogtreecommitdiffstats
path: root/providers/implementations/encode_decode/decode_der2key.c
AgeCommit message (Expand)Author
2021-06-29DECODER & ENCODER: Make sure to pass around the original selection bitsRichard Levitte
2021-06-14Add a generic SubjectPublicKeyInfo decoderMatt Caswell
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-06-01Fix up encoder/decoder issues caused by not passing a library context to the ...Jon Spillett
2021-05-09Mark pop/clear error stack in der2key_decode_p8Daniel Bevenius
2021-04-21Adapt our decoder implementations to the new way to indicate succes / failureRichard Levitte
2021-03-19PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte
2021-03-19PROV: Add type specific SubjectPublicKeyInfo decoding to the DER->key decodersRichard Levitte
2021-03-19PROV: Refactor DER->key decoderRichard Levitte
2021-03-18Add ossl_ x509 symbolsShane Lontis
2021-03-18Fix misc external ossl_ symbols.Shane Lontis
2021-03-04OSSL_STORE: restore diagnostics on decrypt error; provide password hintsDr. David von Oheimb
2021-03-03Remove todos in decode_der2key.c and decode_ms2key.cTomas Mraz
2021-02-26Fix external symbols related to ec & sm2 keysShane Lontis
2021-02-24X509: Refactor X509_PUBKEY processing to include provider side keysRichard Levitte
2021-02-19Fix d2i_AutoPrivateKey_ex so that is uses the new decoder (and producesShane Lontis
2021-02-18Update copyright yearMatt Caswell
2021-02-11Various cleanup of PROV_R_ reason codesTomas Mraz
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
2021-02-01PROV: Add SM2 encoders and decoders, as well as support functionalityRichard Levitte
2020-12-17DECODER: Adjust the library context of keys in our decodersRichard Levitte
2020-11-11PROV: Re-implement all the keypair decodersRichard Levitte
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-09-30Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.Dr. David von Oheimb
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-25Hide ECX_KEY againRichard Levitte
2020-09-24Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb
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