summaryrefslogtreecommitdiffstats
path: root/providers/implementations
AgeCommit message (Expand)Author
2022-11-16Fix the check of EC_GROUP_check_named_curvePeiwei Hu
2022-11-11cmac_set_ctx_params(): Fail if cipher mode is not CBCTomas Mraz
2022-11-11Fix bug in scrypt KDF provider dup methodHugo Landau
2022-11-11Further acceleration for SM4-GCM on ARMDaniel Hu
2022-11-11AES-GCM enabled with AVX512 vAES and vPCLMULQDQ.Andrey Matyukov
2022-11-11Fixed counter overflowDanny Tsen
2022-11-11Move e_os.h to include/internalRichard Levitte
2022-11-11tls1 prf: implement ctx dup operationPauli
2022-11-11pkcs12 kdf: implement ctx dup operationPauli
2022-11-11k942 kdf: implement ctx dup operationPauli
2022-11-11ss KDF: implement ctx dup operationPauli
2022-11-11ssh kdf: implement ctx dup operationPauli
2022-11-11scrypt: implement ctx dup operationPauli
2022-11-11krb5kdf: implement ctx dup operationPauli
2022-11-11kbkdf: implement ctx dup operationPauli
2022-11-11hkdf: implement ctx dup operationPauli
2022-11-11pbkdf2: implement ctx dup operationPauli
2022-11-11pbkdf1: implement ctx dup operationPauli
2022-11-11Support different R_BITS lengths for KBKDFPatrick Uiterwijk
2022-11-11Optimize AES-GCM for uarchs with unroll and new instructionsXiaokangQian
2022-11-11AES-GCM performance optimzation with stitched method for p9+ ppc64leDanny Tsen
2022-11-09fix indentationPauli
2022-11-09SM4 optimization for ARM by HW instructionDaniel Hu
2022-11-09providers: Add SM4 GCM implementationTianjia Zhang
2022-11-09Fix typosDimitris Apostolou
2022-11-09check the return value of EVP_MD_fetch in ecdh_exch.c:285 & dh_exch.c:347x2018
2022-11-09Add support for RNDRRS ProviderOrr Toledano
2022-11-04Check for private key existence before calling eddsa sign functionsWangchong Zhou
2022-10-27Make openVMS seeding less dependent of OpenVMS versionRichard Levitte
2022-10-27rand: remove the ossl_rand_pool_add_additional_data() function.Pauli
2022-10-19Avoid putting ripemd_prov.c in libcommon otherwise it is regarded as fips sourceTomas Mraz
2022-10-19default provider: include RIPEMD160Pauli
2022-10-11Update copyright yearMatt Caswell
2022-10-07set MGF1 digest correctlyJames Muir
2022-08-19Limit the size of various MAXCHUNK definitionsPauli
2022-08-18ec_kmgmt.c: Do not crash when getting OSSL_PKEY_PARAM_ENCODED_PUBLIC_KEYTomas Mraz
2022-08-04providers: Set the size of EC signature on s390.Sebastian Andrzej Siewior
2022-07-27GCM: record limit counter gets reset on AAD changesPauli
2022-07-19dh_to_text: Print the dh->length if setTomas Mraz
2022-07-11use #pragma comment(lib) with _MSC_VER onlyViktor Szakats
2022-07-05Update copyright yearRichard Levitte
2022-06-28kdf objects missing a return if malloc fails.slontis
2022-06-23The flag "decoded-from-explicit" must be imp/exportableTomas Mraz
2022-06-21Update copyright yearMatt Caswell
2022-06-20providers/implementations/exchange/kdf_exch.c: fix unavailable SIZE_MAXRichard Levitte
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