aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_kdf.c
Commit message (Expand)AuthorAgeFilesLines
* Look up digest by name instead of constantBart de Water2020-04-211-1/+1
* Use fixed_length_secure_compare in HKDF example [ci skip]Bart de Water2019-11-041-18/+2
* kdf: add HKDF supportky/kdf-hkdfKazuki Yamaguchi2017-11-221-0/+98
* digest: rename GetDigestPtr() to ossl_evp_get_digestbyname()Kazuki Yamaguchi2017-05-021-1/+1
* kdf: add scrypttopic/kdf-moduleKazuki Yamaguchi2017-03-231-0/+78
* kdf: introduce OpenSSL::KDF moduleKazuki Yamaguchi2017-03-231-0/+143