Commit 1194ea8d authored by Andy Polyakov's avatar Andy Polyakov
Browse files

crypto/pkcs12: facilitate accessing data with non-interoperable password.



Originally PKCS#12 subroutines treated password strings as ASCII.
It worked as long as they were pure ASCII, but if there were some
none-ASCII characters result was non-interoperable. But fixing it
poses problem accessing data protected with broken password. In
order to make asscess to old data possible add retry with old-style
password.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent b799aef8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment