mirror of
https://github.com/openssl/openssl.git
synced 2024-12-03 05:41:46 +08:00
1194ea8dc3
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: Richard Levitte <levitte@openssl.org> |
||
---|---|---|
.. | ||
build.info | ||
p12_add.c | ||
p12_asn.c | ||
p12_attr.c | ||
p12_crpt.c | ||
p12_crt.c | ||
p12_decr.c | ||
p12_init.c | ||
p12_key.c | ||
p12_kiss.c | ||
p12_lcl.h | ||
p12_mutl.c | ||
p12_npas.c | ||
p12_p8d.c | ||
p12_p8e.c | ||
p12_sbag.c | ||
p12_utl.c | ||
pk12err.c |