Skip to content

Commit

Permalink
Add changelog entry for #304
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jan 19, 2016
1 parent 328bdb1 commit 68e1703
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 ``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.
[`#382 <https://github.com/pyca/pyopenssl/pull/382>`_]
- Added :func:`OpenSSL.crypto.dump_crl` to dump a certificate revocation list out to a string buffer.
Expand Down

0 comments on commit 68e1703

Please sign in to comment.