summaryrefslogtreecommitdiff
path: root/crypto/encode_decode
Commit message (Expand)AuthorAgeFilesLines
* Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz2021-04-151-1/+1
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add OSSL_DECODER_description() and OSSL_ENCODER_description()Richard Levitte2021-04-022-0/+10
* CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte2021-04-023-10/+13
* Add "save-parameters" encoder parameterTomas Mraz2021-04-011-0/+8
* encoder: fix coverity 1473235: null dereferencePauli2021-03-261-1/+1
* decoder: fix Coverity 1473236 & 1473386: resource leaksPauli2021-03-201-0/+5
* decoder_process: data_structure can be NULLTomas Mraz2021-03-161-1/+1
* Update copyright yearMatt Caswell2021-03-112-2/+2
* Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli2021-03-112-3/+15
* Use BIO_f_readbuffer() in the decoder to support stdin.Shane Lontis2021-03-111-0/+11
* OSSL_STORE: restore diagnostics on decrypt error; provide password hintsDr. David von Oheimb2021-03-041-7/+10
* crypto: rename error flags in internal structuresTobias Nießen2021-03-044-25/+25
* Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell2021-02-253-12/+20
* DECODER: Add better tracing of the chain walking processRichard Levitte2021-02-201-6/+75
* DECODER: Use the data structure from the last decoder to select the nextRichard Levitte2021-02-201-8/+50
* Update copyright yearMatt Caswell2021-02-182-2/+2
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-172-39/+39
* Update copyright yearRichard Levitte2021-01-282-2/+2
* Use centralized fetching errorsRichard Levitte2021-01-122-6/+90
* DECODER EVP_PKEY: Don't store all the EVP_KEYMGMTsRichard Levitte2020-12-171-134/+100
* ENCODER: Don't pass libctx to OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-12-021-4/+26
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-242-3/+5
* Fix double-free in decoder_pkey.cPetr Gotthard2020-11-241-1/+1
* ENCODER: Add tracingRichard Levitte2020-11-112-6/+83
* ENCODER: Add output structure support for EVP_PKEY encodingRichard Levitte2020-11-112-205/+280
* ENCODER: Add support for OSSL_FUNC_encoder_does_selection()Richard Levitte2020-11-112-0/+6
* ENCODER: Add support for specifying the outermost output structureRichard Levitte2020-11-112-21/+64
* DECODER: Add tracingRichard Levitte2020-11-112-2/+38
* DECODER: Add input structure support for EVP_PKEY decodingRichard Levitte2020-11-111-4/+60
* DECODER: Add support for OSSL_FUNC_decoder_does_selection()Richard Levitte2020-11-112-0/+6
* DECODER: Add support for specifying the outermost input structureRichard Levitte2020-11-112-5/+75
* ENCODER & DECODER: set params on all encoder/decoder instances, unconditionallyRichard Levitte2020-10-172-4/+6
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-152-8/+8
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-156-40/+40
* ENCODER / DECODER: Add functions to encode/decode to/from a bufferRichard Levitte2020-10-102-0/+69
* Fix the decoder start type handlingMatt Caswell2020-10-081-1/+1
* DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-10-041-8/+12
* DECODER: Handle abstract object data typeRichard Levitte2020-10-041-0/+13
* Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.Dr. David von Oheimb2020-09-301-1/+14
* DECODER: Some cleanups, and aligning with OSSL_ENCODERRichard Levitte2020-09-203-59/+57
* ENCODER: Refactor the OSSL_ENCODER API to be more like OSSL_DECODERRichard Levitte2020-09-205-196/+694
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-132-4/+0
* OSSL_DECODER 'decode' function must never be NULL.Richard Levitte2020-09-121-1/+1
* ENCODER: Refactor provider implementations, and some cleanupRichard Levitte2020-09-091-6/+1
* STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte2020-09-033-44/+97
* OSSL_ENCODER / OSSL_DECODER post-rename cleanupRichard Levitte2020-09-036-38/+42
* DECODER: Add function to set an OSSL_PASSPHRASE_CALLBACK type callbackRichard Levitte2020-08-241-0/+7
* CORE: Generalise internal pass phrase prompterRichard Levitte2020-08-248-310/+23