commit | 38b50d73a1a0deb56218ff8e7710c1609a608687 | [log] [download] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Jun 24 19:33:27 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jun 25 15:06:53 2013 +0200 |
tree | fb2d9a33d987e4fd85e6a81688a9877659993c59 | |
parent | 0e34235644883ba8b6b827e0517bd5f55dc33fa9 [diff] |
Moved PKCS#12 PBE functions to cipher / md layer where possible The 3-key and 2-key Triple DES PBE functions have been replaced with a single pkcs12_pbe() function that handles both situations (and more). In addition this allows for some PASSWORD_MISMATCH checking (cherry picked from commit 14a222cef2699bd3da884662f7e56e097a12b1a0)