Skip to content

Commit

Permalink
Merge pull request #411 from hynek/master
Browse files Browse the repository at this point in the history
Add changelog entry for #304
  • Loading branch information
alex committed Jan 19, 2016
2 parents 328bdb1 + 68e1703 commit 9b73a6d
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 9b73a6d

Please sign in to comment.