Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448 | Patrick Steuer | 2019-09-25 | 1 | -3/+17 |
* | Avoid passing NULL to memcpy | Matt Caswell | 2019-09-12 | 1 | -10/+6 |
* | Clear collected_seed after freeing it | Pauli | 2019-09-06 | 1 | -1/+3 |
* | Deal with BUF_MEM_grow ambiguity | Richard Levitte | 2019-09-06 | 1 | -2/+9 |
* | crypto/evp/pkey_kdf.c: further special treatment of "seed" and "info" | Richard Levitte | 2019-09-06 | 1 | -9/+34 |
* | crypto/evp/pkey_kdf.c: Redo parameter processing | Richard Levitte | 2019-09-06 | 1 | -35/+83 |
* | Fix users of KDFs to use params not ctls | Pauli | 2019-09-06 | 1 | -57/+123 |
* | The use of the likes of UINT32_MAX requires internal/numbers.h | Richard Levitte | 2019-02-28 | 1 | -0/+1 |
* | Added new EVP/KDF API. | David Makepeace | 2019-02-13 | 1 | -0/+255 |