Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / crypto / evp / pkey_kdf.c
2020-08-10 Matt CaswellDelete old KDF bridge EVP_PKEY_METHODS
2020-08-07 Shane LontisAdd evp_test fixes.
2020-07-16 Matt CaswellRevert "kdf: make function naming consistent."
2020-06-11 Paulikdf: make function naming consistent.
2020-04-23 Matt CaswellUpdate copyright year
2020-02-21 PauliParams: add argument to the _from_text calls to indicat...
2020-02-06 PauliParams: change UTF8 construct calls to avoid explicit...
2019-09-27 PauliConsistent naming for context gettable param queries .
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-25 Patrick Steuers390x assembly pack: accelerate X25519, X448, Ed25519...
2019-09-12 Matt CaswellAvoid passing NULL to memcpy
2019-09-06 PauliClear collected_seed after freeing it
2019-09-06 Richard LevitteDeal with BUF_MEM_grow ambiguity
2019-09-06 Richard Levittecrypto/evp/pkey_kdf.c: further special treatment of...
2019-09-06 Richard Levittecrypto/evp/pkey_kdf.c: Redo parameter processing
2019-09-06 PauliFix users of KDFs to use params not ctls
2019-02-28 Richard LevitteThe use of the likes of UINT32_MAX requires internal...
2019-02-13 David MakepeaceAdded new EVP/KDF API.