summaryrefslogtreecommitdiffstats
path: root/providers/implementations/encode_decode
AgeCommit message (Expand)Author
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia
2023-02-07Do not create DSA keys without parameters by decoderTomas Mraz
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-08-23Support decode SM2 parametersK1
2022-07-18dh_to_text: Print the dh->length if setTomas Mraz
2022-06-06Check return value of ossl_parse_property()Tomas Mraz
2022-05-03Update copyright yearMatt Caswell
2022-01-28Add the missing check of BN_bn2hex return valueZhou Qingyang
2022-01-06OSSL_STORE: Prevent spurious error during loading private keysDr. David von Oheimb
2022-01-05Fix typosDimitris Apostolou
2022-01-03Check the return value of ossl_bio_new_from_core_bio()x2018
2021-12-06key_to_type_specific_pem_bio_cb: Use passphrase callback from the argumentsTomas Mraz
2021-12-06PVK decoder: prompt for PVK passphrase and not PEMTomas Mraz
2021-12-06Fix pvk encoder to properly query for the passphraseTomas Mraz
2021-11-22Fix the return check of OBJ_obj2txtPW Hu
2021-11-09Fix DER encoder implementations for output structures "EC" and "SM2"Richard Levitte
2021-10-28fix some code with obvious wrong coding stylex2018
2021-10-27Don't crash encoding a public key with no public key valueMatt Caswell
2021-09-05ENCODER PROV: Add encoders with EncryptedPrivateKeyInfo outputRichard Levitte
2021-09-05PEM to DER decoder: Specify object type and data structure more consistentlyRichard Levitte
2021-08-06Fix VS2019 compile error C4703: potentially uninitialized local pointer varia...Kelvin Lee
2021-06-29DECODER & ENCODER: Make sure to pass around the original selection bitsRichard Levitte
2021-06-29PROV: Have our PEM->DER decoder only recognise our PEM namesRichard Levitte
2021-06-24epki2pki_decode: passphrase callback failure is fatal errorTomas Mraz
2021-06-17Update copyright yearMatt Caswell
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 encoder implementatioRichard Levitte
2021-06-05ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPERichard Levitte
2021-06-05PROV: drop get_params() and gettable_params() from all decoder implementationsRichard Levitte
2021-06-02providers: remove TODOsPauli
2021-06-01Pass library context and property query into private key decodersJon Spillett
2021-06-01Fix up encoder/decoder issues caused by not passing a library context to the ...Jon Spillett
2021-06-01Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett
2021-05-12A few cleanups of the provider build.infosTomas Mraz
2021-05-09Mark pop/clear error stack in der2key_decode_p8Daniel Bevenius
2021-05-07Drop libimplementations.aRichard Levitte
2021-04-21Adapt our decoder implementations to the new way to indicate succes / failureRichard Levitte
2021-04-08Update copyright yearMatt Caswell
2021-04-01Add "save-parameters" encoder parameterTomas Mraz
2021-03-26RSA-PSS: When printing parameters, always print the trailerfield ASN.1 valueRichard Levitte
2021-03-19PROV: Add type specific MSBLOB and PVK decoding for the MS->key decodersRichard 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-11Update copyright yearMatt Caswell
2021-03-04OSSL_STORE: restore diagnostics on decrypt error; provide password hintsDr. David von Oheimb