summaryrefslogtreecommitdiff
path: root/providers/implementations/encode_decode
Commit message (Expand)AuthorAgeFilesLines
* Do not create DSA keys without parameters by decoderTomas Mraz2023-02-071-1/+1
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-231-0/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-053-17/+13
* Support decode SM2 parametersK12022-08-233-3/+7
* dh_to_text: Print the dh->length if setTomas Mraz2022-07-181-0/+6
* Check return value of ossl_parse_property()Tomas Mraz2022-06-061-1/+1
* Update copyright yearMatt Caswell2022-05-0310-10/+10
* Add the missing check of BN_bn2hex return valueZhou Qingyang2022-01-281-0/+3
* OSSL_STORE: Prevent spurious error during loading private keysDr. David von Oheimb2022-01-061-5/+18
* Fix typosDimitris Apostolou2022-01-051-1/+1
* Check the return value of ossl_bio_new_from_core_bio()x20182022-01-037-8/+33
* key_to_type_specific_pem_bio_cb: Use passphrase callback from the argumentsTomas Mraz2021-12-061-1/+1
* PVK decoder: prompt for PVK passphrase and not PEMTomas Mraz2021-12-061-1/+1
* Fix pvk encoder to properly query for the passphraseTomas Mraz2021-12-061-5/+7
* Fix the return check of OBJ_obj2txtPW Hu2021-11-221-1/+1
* Fix DER encoder implementations for output structures "EC" and "SM2"Richard Levitte2021-11-091-5/+5
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* Don't crash encoding a public key with no public key valueMatt Caswell2021-10-271-0/+4
* ENCODER PROV: Add encoders with EncryptedPrivateKeyInfo outputRichard Levitte2021-09-051-1/+35
* PEM to DER decoder: Specify object type and data structure more consistentlyRichard Levitte2021-09-051-4/+5
* Fix VS2019 compile error C4703: potentially uninitialized local pointer varia...Kelvin Lee2021-08-061-2/+2
* DECODER & ENCODER: Make sure to pass around the original selection bitsRichard Levitte2021-06-293-10/+16
* PROV: Have our PEM->DER decoder only recognise our PEM namesRichard Levitte2021-06-291-73/+43
* epki2pki_decode: passphrase callback failure is fatal errorTomas Mraz2021-06-241-0/+1
* Update copyright yearMatt Caswell2021-06-172-2/+2
* Add a generic SubjectPublicKeyInfo decoderMatt Caswell2021-06-145-19/+147
* Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte2021-06-095-142/+334
* PROV: drop get_params() and gettable_params() from all encoder implementatioRichard Levitte2021-06-054-171/+0
* ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPERichard Levitte2021-06-052-20/+4
* PROV: drop get_params() and gettable_params() from all decoder implementationsRichard Levitte2021-06-054-132/+0
* providers: remove TODOsPauli2021-06-021-1/+0
* Pass library context and property query into private key decodersJon Spillett2021-06-011-4/+6
* Fix up encoder/decoder issues caused by not passing a library context to the ...Jon Spillett2021-06-012-3/+2
* Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett2021-06-012-3/+6
* A few cleanups of the provider build.infosTomas Mraz2021-05-121-6/+0
* Mark pop/clear error stack in der2key_decode_p8Daniel Bevenius2021-05-091-0/+5
* Drop libimplementations.aRichard Levitte2021-05-071-8/+8
* Adapt our decoder implementations to the new way to indicate succes / failureRichard Levitte2021-04-214-44/+77
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add "save-parameters" encoder parameterTomas Mraz2021-04-011-29/+31
* RSA-PSS: When printing parameters, always print the trailerfield ASN.1 valueRichard Levitte2021-03-261-7/+0
* PROV: Add type specific MSBLOB and PVK decoding for the MS->key decodersRichard Levitte2021-03-194-274/+518
* PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte2021-03-191-149/+140
* PROV: Add type specific SubjectPublicKeyInfo decoding to the DER->key decodersRichard Levitte2021-03-191-5/+37
* PROV: Refactor DER->key decoderRichard Levitte2021-03-191-56/+125
* Add ossl_ x509 symbolsShane Lontis2021-03-181-1/+1
* Fix misc external ossl_ symbols.Shane Lontis2021-03-187-9/+9
* Update copyright yearMatt Caswell2021-03-111-1/+1
* OSSL_STORE: restore diagnostics on decrypt error; provide password hintsDr. David von Oheimb2021-03-041-1/+7
* Remove todos in decode_der2key.c and decode_ms2key.cTomas Mraz2021-03-032-2/+2