commit | 19bd297dc896410e0d859729f9e8d4b1e107e6c8 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Fri Jun 14 12:06:45 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Fri Jun 14 12:06:45 2013 +0200 |
tree | 15527ed66b206345220bfd6e03f3608f8aac0928 | |
parent | 52b845be34a6b5cfa48f34bfbcddd83069d8c0c3 [diff] [blame] |
PKCS#5 module added. Moved PBKDF2 functionality inside and deprecated old PBKDF2 module.
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 801da88..5922598 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -30,6 +30,7 @@ padlock.c pbkdf2.c pem.c + pkcs5.c pkcs11.c pkcs12.c rsa.c