summaryrefslogtreecommitdiffstats
path: root/providers/implementations
AgeCommit message (Expand)Author
2022-06-15providers/implementations/exchange/kdf_exch.c: Fix kdf_derive()Richard Levitte
2022-06-15Fix the export routines to not return success if param alloc failedMatt Caswell
2022-06-10sm2_dupctx: Avoid potential use after free of the mdTomas Mraz
2022-06-10Fix a use after free in error handling of hmac_dupBernd Edlinger
2022-06-08Don't report success from ec_export if OSSL_PARAM_BLD_to_param failedMatt Caswell
2022-06-06Check return value of ossl_parse_property()Tomas Mraz
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu
2022-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu
2022-05-23Fix regression in default key length for Blowfish CFB and OFB ciphersTomas Mraz
2022-05-03Update copyright yearMatt Caswell
2022-05-03Fix the RC4-MD5 cipherMatt Caswell
2022-04-29poly1305: Properly copy the whole context on dupTomas Mraz
2022-04-27siphash: Properly set mac size in sipcopyTomas Mraz
2022-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-19Avoid undefined behavior of provided macs on EVP_MAC reinitializationTomas Mraz
2022-04-11ec_export: Other parameters are exportable with domain parametersTomas Mraz
2022-04-11sm2: Allow setting 0 length SM2 dist ID paramTomas Mraz
2022-04-11kdf: avoid NULL dereference on malloc failure in sshkdfPauli
2022-03-15Update copyright yearMatt Caswell
2022-03-14DH: Make padding always on when X9.42 KDF is usedTomas Mraz
2022-02-14dh_exch.c: Add check for OPENSSL_strdupJiasheng Jiang
2022-02-03Fix copyrightsTodd Short
2022-02-03Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis
2022-01-28Add the missing check of BN_bn2hex return valueZhou Qingyang
2022-01-27Fix IV length of DES EDE ECB implementationsTomas Mraz
2022-01-18dh_exch.c: Correct gettable parameters for DH key exchangeTomas Mraz
2022-01-17Do not call ossl_ffc_name_to_dh_named_group with NULL argumentTomas Mraz
2022-01-13drbg: add handling for cases where TSAN isn't availablePauli
2022-01-07providers/implementations/keymgmt/rsa_kmgmt.c: refactor gen_initPeiwei Hu
2022-01-06OSSL_STORE: Prevent spurious error during loading private keysDr. David von Oheimb
2022-01-05check the return value of OSSL_PARAM_BLD_new in dsa_kmgmt.c:195x2018
2022-01-03Check the return value of ossl_bio_new_from_core_bio()x2018
2021-12-20Fix deref after nullABautkin
2021-12-13Adapt our OSSL_FUNC_keymgmt_match() implementations to the EVP_PKEY_eq() fixRichard Levitte
2021-12-08rename MIN() macroGerd Hoffmann
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-12-01various kdfs: Always reset buflen after clearing the bufferTomas Mraz
2021-11-23rsa_signverify_init: Set the PARAMS after key is setTomas Mraz
2021-11-22Fix the return check of OBJ_obj2txtPW Hu
2021-11-15Add null digest implementation to the default providerTomas Mraz
2021-11-12providers: Allow possible reinitialization in all signature algorithmsTomas Mraz
2021-11-12do_sigver_init: Allow reinitialization of an existing operation.Tomas Mraz
2021-11-09Fix DER encoder implementations for output structures "EC" and "SM2"Richard Levitte
2021-11-08Address Coverity 1493362 resource leakPauli
2021-10-27Don't crash encoding a public key with no public key valueMatt Caswell
2021-10-26test-rand: return failure on not enough data, allow parentPauli
2021-10-22Fix SSKDF to not claim a buffer size that is too small for the MACMatt Caswell
2021-10-15Raise error when invalid digest used with SM2Tomas Mraz