summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
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-11indentation fixPauli
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-11prov: add a safe memdup function for context cloningPauli
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-10Put 3DES back into the FIPS provider as a non-approved algorithmPauli
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-11-02providers/common/der/oids_to_c.pm: Remove use of Data::DumperRichard Levitte
2022-11-02fips: verify that the RNG was restored after the self testsPauli
2022-11-02Update FIPS KATs for 140-3Pauli
2022-11-02Remove DES cipher from the FIPS providerPauli
2022-10-27Make openVMS seeding less dependent of OpenVMS versionRichard Levitte
2022-10-27Use RSA CRT parameters in FIPS self tests.slontis
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-11make updateMatt Caswell
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-08-01Updating ifdefs to account for xlclang compiler frontend on AIX.Rob Mc Gee
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-05make updateRichard Levitte
2022-07-05Update copyright yearRichard Levitte
2022-06-29Remove redundant check for `saltlen > UINT32_MAX`Daniel Fiala
2022-06-28kdf objects missing a return if malloc fails.slontis