commit | f518b16f97fd5d1306478a97ae33331e0173e9c5 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Aug 23 13:03:18 2012 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Aug 23 13:03:18 2012 +0000 |
tree | 19cbabf2ecbc0636b3a981d03cd338f8ca171105 | |
parent | 535e97dbab8cf34bb1e487f0f0f169a04eb9921f [diff] [blame] |
- Added PKCS#5 PBKDF2 key derivation function
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 501a383..7a0cedf 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -28,6 +28,7 @@ md5.c net.c padlock.c + pbkdf2.c pem.c pkcs11.c rsa.c