summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2022-04-12SM4 optimization for ARM by ASIMDDaniel Hu
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-04-01Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2022-03-14Fix bug in scrypt KDF provider dup methodHugo Landau
2022-03-14DH: Make padding always on when X9.42 KDF is usedTomas Mraz
2022-03-07Further acceleration for SM4-GCM on ARMDaniel Hu
2022-02-16Add define guards to avoid multi-inclusionWeiguo Li
2022-02-14dh_exch.c: Add check for OPENSSL_strdupJiasheng Jiang
2022-02-10AES-GCM enabled with AVX512 vAES and vPCLMULQDQ.Andrey Matyukov
2022-02-07Fixed counter overflowDanny Tsen
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-02-03Fix copyrightsTodd Short
2022-02-03Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis
2022-02-01indentation fixPauli
2022-02-01tls1 prf: implement ctx dup operationPauli
2022-02-01pkcs12 kdf: implement ctx dup operationPauli
2022-02-01k942 kdf: implement ctx dup operationPauli
2022-02-01ss KDF: implement ctx dup operationPauli
2022-02-01ssh kdf: implement ctx dup operationPauli
2022-02-01scrypt: implement ctx dup operationPauli
2022-02-01pvk kdf: implement ctx dup operationPauli
2022-02-01krb5kdf: implement ctx dup operationPauli
2022-02-01kbkdf: implement ctx dup operationPauli
2022-02-01hkdf: implement ctx dup operationPauli
2022-02-01pbkdf2: implement ctx dup operationPauli
2022-02-01pbkdf1: implement ctx dup operationPauli
2022-02-01prov: add a safe memdup function for context cloningPauli
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-25Optimize AES-GCM for uarchs with unroll and new instructionsXiaokangQian
2022-01-24AES-GCM performance optimzation with stitched method for p9+ ppc64leDanny Tsen
2022-01-21LEGACY PROV: Reimplement the ERR building blocks in upcall termsRichard Levitte
2022-01-19fix indentationPauli
2022-01-18SM4 optimization for ARM by HW instructionDaniel Hu
2022-01-18dh_exch.c: Correct gettable parameters for DH key exchangeTomas Mraz
2022-01-18replace ;; with ; as statement separatorPauli
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-13Avoid using a macro expansion in a macro when statically initialisingPauli
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-05Fix typosDimitris Apostolou
2022-01-05check the return value of OSSL_PARAM_BLD_new in dsa_kmgmt.c:195x2018
2022-01-04check the return value of EVP_MD_fetch in ecdh_exch.c:285 & dh_exch.c:347x2018
2022-01-03Check the return value of ossl_bio_new_from_core_bio()x2018
2021-12-20Fix deref after nullABautkin
2021-12-16Add support for RNDRRS ProviderOrr Toledano
2021-12-13Adapt our OSSL_FUNC_keymgmt_match() implementations to the EVP_PKEY_eq() fixRichard Levitte