aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_kdf.h
Commit message (Collapse)AuthorAgeFilesLines
* kdf: introduce OpenSSL::KDF moduleKazuki Yamaguchi2017-03-231-0/+6
Introduce a new OpenSSL::KDF module as a namespace for to-be-added KDFs. This makes it easier to add new KDFs in future. We already have a stand-alone KDF, OpenSSL::PKCS5.pbkdf2_hmac. This is migrated to the new namespace. The backwards compatibility is retained by the method defined in the newly added lib/openssl/pkcs5.rb.