summaryrefslogtreecommitdiff
path: root/crypto/evp/pkey_kdf.c
Commit message (Expand)AuthorAgeFilesLines
* Params: add argument to the _from_text calls to indicate if the param exists.Pauli2020-02-211-1/+1
* Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli2020-02-061-2/+1
* Consistent naming for context gettable param queries .Pauli2019-09-271-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer2019-09-251-3/+17
* Avoid passing NULL to memcpyMatt Caswell2019-09-121-10/+6
* Clear collected_seed after freeing itPauli2019-09-061-1/+3
* Deal with BUF_MEM_grow ambiguityRichard Levitte2019-09-061-2/+9
* crypto/evp/pkey_kdf.c: further special treatment of "seed" and "info"Richard Levitte2019-09-061-9/+34
* crypto/evp/pkey_kdf.c: Redo parameter processingRichard Levitte2019-09-061-35/+83
* Fix users of KDFs to use params not ctlsPauli2019-09-061-57/+123
* The use of the likes of UINT32_MAX requires internal/numbers.hRichard Levitte2019-02-281-0/+1
* Added new EVP/KDF API.David Makepeace2019-02-131-0/+255