summaryrefslogtreecommitdiff
path: root/crypto/encode_decode/decoder_pkey.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-7/+6
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-1/+0
* Fix Coverity 1503218: negative loop boundPauli2022-03-261-1/+1
* Decoder resolution performance optimizationsHugo Landau2022-03-231-137/+186
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* DECODER: check the first decoded structure name against user given structureRichard Levitte2021-09-051-35/+0
* Coverity #1486687: fix potential dereference of NULL keymgmtTomas Mraz2021-07-051-3/+3
* DECODER & ENCODER: Make sure to pass around the original selection bitsRichard Levitte2021-06-291-1/+3
* ENCODER & DECODER: Make a tighter coupling between en/decoders and keymgmtRichard Levitte2021-06-291-15/+36
* DECODER & ENCODER: Add better tracingRichard Levitte2021-06-151-0/+44
* DECODER & ENCODER: Add better tracingRichard Levitte2021-06-091-0/+13
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-3/+3
* Special case SM2 when decodingMatt Caswell2021-05-311-1/+12
* Don't try the same decoder multiple timesMatt Caswell2021-05-241-26/+42
* decoder: fix Coverity 1473236 & 1473386: resource leaksPauli2021-03-201-0/+5
* crypto: rename error flags in internal structuresTobias Nießen2021-03-041-5/+5
* Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell2021-02-251-2/+6
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-171-23/+23
* DECODER EVP_PKEY: Don't store all the EVP_KEYMGMTsRichard Levitte2020-12-171-134/+100
* Fix double-free in decoder_pkey.cPetr Gotthard2020-11-241-1/+1
* DECODER: Add tracingRichard Levitte2020-11-111-1/+16
* DECODER: Add input structure support for EVP_PKEY decodingRichard Levitte2020-11-111-4/+60
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-10-041-8/+12
* DECODER: Some cleanups, and aligning with OSSL_ENCODERRichard Levitte2020-09-201-13/+11
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-2/+0
* STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte2020-09-031-12/+29
* OSSL_ENCODER / OSSL_DECODER post-rename cleanupRichard Levitte2020-09-031-2/+3
* DECODER: Add function to set an OSSL_PASSPHRASE_CALLBACK type callbackRichard Levitte2020-08-241-0/+7
* CORE: Generalise internal pass phrase prompterRichard Levitte2020-08-241-62/+3
* CORE: Define provider-native abstract objectsRichard Levitte2020-08-241-2/+3
* Fix coverity CID #1465525 - NULL pointer dereference in OSSL_DECODER_CTX_new_...Shane Lontis2020-08-241-3/+5
* Fix coverity CID #1465797 - Negative loop bound in collect_deserializerShane Lontis2020-08-241-0/+2
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-0/+374