Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Apr 15, 2015
1 parent 349e136 commit fdca95d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
2011-09-02 Hynek Schlawack <[email protected]>
2015-04-15 Paul Kehrer <[email protected]>

* OpenSSL/crypto.py, OpenSSL/test/test_crypto.py: Switch to utf8string
mask by default. OpenSSL formerly defaulted to a T61String if there
were UTF-8 characters present. This was changed to default to
UTF8String in the config around 2005, but the actual code didn't
change it until late last year. This will default us to the setting
that actually works. To revert this you can call
crypto._lib.ASN1_STRING_set_default_mask_asc(b"default")

2015-04-14 Hynek Schlawack <[email protected]>

* Release 0.15.1

Expand Down

0 comments on commit fdca95d

Please sign in to comment.