Skip to content

Commit

Permalink
add changelog entry for the fix in pyca#428
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Mar 2, 2016
1 parent e6eac51 commit 8fc6ec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ In accordance with our backward compatibility policy :func:`OpenSSL.rand.egd` wi
Changes:
^^^^^^^^

- Fixed segmentation fault when using keys larger than 4096-bit to sign data.
[`#428 <https://github.com/pyca/pyopenssl/pull/428>`_]
- Fixed ``AttributeError`` when :meth:`OpenSSL.SSL.Connection.get_app_data` was called before setting any app data.
[`#304 <https://github.com/pyca/pyopenssl/pull/304>`_]
- Added :func:`OpenSSL.crypto.dump_publickey` to dump :class:`OpenSSL.crypto.PKey` objects that represent public keys, and :func:`OpenSSL.crypto.load_publickey` to load such objects from serialized representations.
Expand Down

0 comments on commit 8fc6ec0

Please sign in to comment.