diff options
| author | Tom Yu <tlyu@mit.edu> | 2013-11-15 16:11:32 -0500 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2013-11-15 17:42:37 -0500 |
| commit | 7a7736a3ea321aeb4b281ae2712e27becb00d720 (patch) | |
| tree | 1b1e38652d5d8f591a6129dd9d4f36499f89abfb /src/lib/crypto/libk5crypto.exports | |
| parent | 5ac159e220297a8f62dd5edcec6f9b988b0627ea (diff) | |
| download | krb5-7a7736a3ea321aeb4b281ae2712e27becb00d720.tar.gz krb5-7a7736a3ea321aeb4b281ae2712e27becb00d720.tar.xz krb5-7a7736a3ea321aeb4b281ae2712e27becb00d720.zip | |
Enforce minimum PBKDF2 iteration count
Also add a testing interface to allow weak iteration counts.
(Published test vectors use weak iteration counts.)
ticket: 7465
target_version: 1.12
tags: pullup
Diffstat (limited to 'src/lib/crypto/libk5crypto.exports')
| -rw-r--r-- | src/lib/crypto/libk5crypto.exports | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/crypto/libk5crypto.exports b/src/lib/crypto/libk5crypto.exports index b96833c90..9342387f9 100644 --- a/src/lib/crypto/libk5crypto.exports +++ b/src/lib/crypto/libk5crypto.exports @@ -101,3 +101,4 @@ k5_sha256_final k5_sha256_init k5_sha256_update krb5int_nfold +k5_allow_weak_pbkdf2iter |
