]> git.ipfire.org Git - thirdparty/hostap.git/commit
TLS: Extend PKCS #5 to support PKCS #12 style key decryption
authorJouni Malinen <j@w1.fi>
Sun, 13 Dec 2015 18:50:08 +0000 (20:50 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 14 Dec 2015 13:49:01 +0000 (15:49 +0200)
commit5ce2941bfea59b0e2df4b996305d642792150a34
tree8a430160b2bb0f17df4d7452c6fd058075a82eb2
parentf6a62df8e12eb7d99fff2c05061d3d4ce6a5cc9e
TLS: Extend PKCS #5 to support PKCS #12 style key decryption

This adds support for decrypting private keys protected with the old
PKCS #12 mechanism using OID pbeWithSHAAnd3-KeyTripleDES-CBC.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/tls/pkcs5.c