summaryrefslogtreecommitdiffstats
path: root/crypto/evp/pkey_kdf.c
AgeCommit message (Expand)Author
2019-09-27Consistent naming for context gettable param queries .Pauli
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-25s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer
2019-09-12Avoid passing NULL to memcpyMatt Caswell
2019-09-06Clear collected_seed after freeing itPauli
2019-09-06Deal with BUF_MEM_grow ambiguityRichard Levitte
2019-09-06crypto/evp/pkey_kdf.c: further special treatment of "seed" and "info"Richard Levitte
2019-09-06crypto/evp/pkey_kdf.c: Redo parameter processingRichard Levitte
2019-09-06Fix users of KDFs to use params not ctlsPauli
2019-02-28The use of the likes of UINT32_MAX requires internal/numbers.hRichard Levitte
2019-02-13Added new EVP/KDF API.David Makepeace