summaryrefslogtreecommitdiffstats
path: root/providers/common/kdfs
AgeCommit message (Expand)Author
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-27[KDF] Add KBKDF implementation for counter-mode HMACRobbie Harwood
2019-09-20Refactor SSKDF to create the MAC contexts earlyRichard Levitte
2019-09-20Refactor TLS-PRF's kdf_tls1_prf_mkmacctx() to a provider utilityRichard Levitte
2019-09-19Modify providers that keep track of underlying algorithmsRichard Levitte
2019-09-18Refactor TLS1-PRF to create the MAC contexts earlyRichard Levitte
2019-09-11Coverity 1453633: Error handling issues (CHECKED_RETURN)Pauli
2019-09-07Use common digest getter for TLS1 PRFPauli
2019-09-07Use common digest getter for single step KDFPauli
2019-09-07Use common digest getter for PBKDF2Pauli
2019-09-07Use common digest getter for HKDFPauli
2019-09-06PBKDF2 implementation: refactor to avoid memleakRichard Levitte
2019-09-06Fix memleaks in KDF implementationsRichard Levitte
2019-09-06Add KDFs to providersPauli
2019-09-06Move KDFs to the provider.Pauli