summaryrefslogtreecommitdiffstats
path: root/crypto/encode_decode/decoder_pkey.c
AgeCommit message (Expand)Author
2021-07-05Coverity #1486687: fix potential dereference of NULL keymgmtTomas Mraz
2021-06-29DECODER & ENCODER: Make sure to pass around the original selection bitsRichard Levitte
2021-06-29ENCODER & DECODER: Make a tighter coupling between en/decoders and keymgmtRichard Levitte
2021-06-15DECODER & ENCODER: Add better tracingRichard Levitte
2021-06-09DECODER & ENCODER: Add better tracingRichard Levitte
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-31Special case SM2 when decodingMatt Caswell
2021-05-24Don't try the same decoder multiple timesMatt Caswell
2021-03-20decoder: fix Coverity 1473236 & 1473386: resource leaksPauli
2021-03-04crypto: rename error flags in internal structuresTobias Nießen
2021-02-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell
2021-02-18Update copyright yearMatt Caswell
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz
2020-12-17DECODER EVP_PKEY: Don't store all the EVP_KEYMGMTsRichard Levitte
2020-11-24Fix double-free in decoder_pkey.cPetr Gotthard
2020-11-11DECODER: Add tracingRichard Levitte
2020-11-11DECODER: Add input structure support for EVP_PKEY decodingRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-04DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-09-20DECODER: Some cleanups, and aligning with OSSL_ENCODERRichard Levitte
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-03STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte
2020-09-03OSSL_ENCODER / OSSL_DECODER post-rename cleanupRichard Levitte
2020-08-24DECODER: Add function to set an OSSL_PASSPHRASE_CALLBACK type callbackRichard Levitte
2020-08-24CORE: Generalise internal pass phrase prompterRichard Levitte
2020-08-24CORE: Define provider-native abstract objectsRichard Levitte
2020-08-24Fix coverity CID #1465525 - NULL pointer dereference in OSSL_DECODER_CTX_new_...Shane Lontis
2020-08-24Fix coverity CID #1465797 - Negative loop bound in collect_deserializerShane Lontis
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte