openssl/crypto/pkcs12
Andy Polyakov 1194ea8dc3 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: Richard Levitte <levitte@openssl.org>
2016-08-22 13:52:59 +02:00
..
build.info Following the PKCS#12 update, update crypto/pkcs12/build.info as well 2016-02-08 20:20:43 +01:00
p12_add.c Convert PKCS12* functions to use const getters 2016-08-19 15:46:19 +01:00
p12_asn.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
p12_attr.c crypto/pkcs12: default to UTF-8. 2016-08-22 13:52:55 +02:00
p12_crpt.c crypto/pkcs12: facilitate accessing data with non-interoperable password. 2016-08-22 13:52:59 +02:00
p12_crt.c Constify PKCS12_create, PKCS12_add_key, PKCS12_add_safe. 2016-06-15 13:22:38 -04:00
p12_decr.c Constify X509_SIG. 2016-08-17 17:48:43 +01:00
p12_init.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
p12_key.c crypto/pkcs12: add UTF8 support. 2016-08-22 13:50:04 +02:00
p12_kiss.c Convert PKCS12* functions to use const getters 2016-08-19 15:46:19 +01:00
p12_lcl.h crypto/pkcs12: facilitate accessing data with non-interoperable password. 2016-08-22 13:52:59 +02:00
p12_mutl.c crypto/pkcs12: facilitate accessing data with non-interoperable password. 2016-08-22 13:52:59 +02:00
p12_npas.c Add X509_getm_notBefore, X509_getm_notAfter 2016-08-21 18:25:23 +01:00
p12_p8d.c Constify X509_SIG. 2016-08-17 17:48:43 +01:00
p12_p8e.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
p12_sbag.c Convert PKCS12* functions to use const getters 2016-08-19 15:46:19 +01:00
p12_utl.c crypto/pkcs12: facilitate accessing data with non-interoperable password. 2016-08-22 13:52:59 +02:00
pk12err.c crypto/pkcs12: add UTF8 support. 2016-08-22 13:50:04 +02:00