[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Thu Aug 25 11:06:00 UTC 2016


The branch master has been updated
       via  eedb9db9afd531e9dc69a33b73c7e1cd27153b0b (commit)
      from  fb5d9f1db5552facbc5269bc2856b58f5e4e2d13 (commit)


- Log -----------------------------------------------------------------
commit eedb9db9afd531e9dc69a33b73c7e1cd27153b0b
Author: Andy Polyakov <appro at openssl.org>
Date:   Thu Aug 25 12:08:35 2016 +0200

    CHANGES: mention Windows UTF-8 opt-in option.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 CHANGES | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/CHANGES b/CHANGES
index 78a5a4d..a5796ac 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,14 @@
 
  Changes between 1.0.2h and 1.1.0  [xx XXX xxxx]
 
+  *) Windows command-line tool supports UTF-8 opt-in option for arguments
+     and console input. Setting OPENSSL_WIN32_UTF8 environment variable
+     (to any value) allows Windows user to access PKCS#12 file generated
+     with Windows CryptoAPI and protected with non-ASCII password, as well
+     as files generated under UTF-8 locale on Linux also protected with
+     non-ASCII password.
+     [Andy Polyakov]
+
   *) To mitigate the SWEET32 attack (CVE-2016-2183), 3DES cipher suites
      have been disabled by default and removed from DEFAULT, just like RC4.
      See the RC4 item below to re-enable both.


More information about the openssl-commits mailing list