latchset / kryoptic

a pkcs#11 software token written in Rust
GNU General Public License v3.0
10 stars 4 forks source link

Add support for HKDF #45

Closed simo5 closed 5 months ago

simo5 commented 5 months ago

Implementation of HKDF using openssl EVP_HKDF and some basic test matrix. The PR also reorganizes and increases coverage for other KDF tests.

simo5 commented 5 months ago

Ok reviewed all commit messages and hopefully they are all fixed. NO code changes, so I will merge once tests complete.