commit | 14a222cef2699bd3da884662f7e56e097a12b1a0 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jun 18 16:35:48 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jun 18 16:35:48 2013 +0200 |
tree | 2f177dfa577923e16f32b5554a383398492b698d | |
parent | 2be71faae4df9f97a700e7e813dad7b544492339 [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