summaryrefslogtreecommitdiffstats
path: root/providers/implementations/kdfs
AgeCommit message (Expand)Author
2023-04-26Update KDFs to use shared functions.Pauli
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia
2023-04-21Minor refactoring of the Argon2 derive functionTomas Mraz
2023-03-21providers/implementations/kdfs/argon2.c: Don't use UINT64_CRichard Levitte
2023-03-21Avoid freeing context on errorPauli
2023-03-21Coverity 1522032: use after freePauli
2023-03-17providers/implementations/kdfs/argon2.c: Include openssl/e_os2.h instead of s...Richard Levitte
2023-03-17providers: add Argon2 KDFČestmír Kalina
2023-03-07Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis
2023-02-16kbkdf: Fix kbkdf_dup function pointer typeClemens Lang
2023-01-24Typos fixingFdaSilvaYY
2023-01-12SSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX_get_kdf_size()slontis
2022-12-22Change HKDF to alloc the info buffer.slontis
2022-12-16Add KMAC support to KBKDF.slontis
2022-11-30Implement deterministic ECDSA sign (RFC6979)slontis
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-10-28providers/implementations/kdfs/pvkkdf.c: Ensure SIZE_MAX is definedRichard Levitte
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-06-28kdf objects missing a return if malloc fails.slontis
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu
2022-05-04Remove duplicated #include headersJHH20
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-19fix some typoscuishuang
2022-04-11kdf: avoid NULL dereference on malloc failure in sshkdfPauli
2022-03-14Fix bug in scrypt KDF provider dup methodHugo Landau
2022-02-05Move e_os.h to include/internalRichard Levitte
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-01-19fix indentationPauli
2021-12-08rename MIN() macroGerd Hoffmann
2021-12-01pvkkdf: Always reset buflen after clearing the bufferTomas Mraz
2021-11-30various kdfs: Always reset buflen after clearing the bufferTomas Mraz
2021-11-24Support different R_BITS lengths for KBKDFPatrick Uiterwijk
2021-10-28fix some code with obvious wrong coding stylex2018
2021-10-22Fix SSKDF to not claim a buffer size that is too small for the MACMatt Caswell
2021-09-28kdf: Add PVK KDF to providers.Pauli
2021-08-18pkcs12: check for zero length digest to avoid division by zeroPauli
2021-08-05tls/prov: move the TLS 1.3 KDF code to providersPauli
2021-07-06Add HKDF negative testsShane Lontis