From 1194ea8dc3b51a35c9947ed276f38436abee5743 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 26 Jul 2016 16:42:41 +0200 Subject: 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 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index f33e22acf6..15121c861c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.der binary /fuzz/corpora/** binary +*.pfx binary -- cgit v1.2.1