Skip to content

Commit

Permalink
add changelog and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ddcc committed Oct 14, 2015
1 parent f1554c7 commit 01192d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2015-10-13 Dominic Chen <[email protected]>

* OpenSSL/crypto.py: Implement the ``dump_crl()`` function to dump a
certificate revocation list out to a string buffer.

2015-09-07 Sam Lee <[email protected]>

* OpenSSL/SSL.py, OpenSSL/test/test_ssl.py: Implemented
Expand Down
5 changes: 5 additions & 0 deletions doc/api/crypto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ Private keys
Certificate revocation lists
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. py:function:: dump_crl(type, crl)
Dump the Certificate Revocation List (CRL) *crl* into a buffer string
encoded with the type *type*.

.. py:function:: load_crl(type, buffer)
Load Certificate Revocation List (CRL) data from a string *buffer*.
Expand Down

0 comments on commit 01192d3

Please sign in to comment.