PKCS#5 module added. Moved PBKDF2 functionality inside and deprecated

old PBKDF2 module.
This commit is contained in:
Paul Bakker 2013-06-14 12:06:45 +02:00
parent 52b845be34
commit 19bd297dc8
15 changed files with 390 additions and 166 deletions

View file

@ -9,7 +9,7 @@ my $error_file = shift or die "Missing destination file";
my $error_format_file = $data_dir.'/error.fmt';
my @low_level_modules = ( "AES", "ASN1", "BLOWFISH", "CAMELLIA", "BIGNUM",
"BASE64", "XTEA", "PBKDF2",
"BASE64", "XTEA", "PBKDF2", "PKCS5",
"PADLOCK", "DES", "NET", "CTR_DRBG", "ENTROPY",
"MD2", "MD4", "MD5", "SHA1", "SHA2", "SHA4", "GCM" );
my @high_level_modules = ( "PEM", "X509", "DHM", "RSA", "MD", "CIPHER", "SSL",