Skip to content

Commit

Permalink
Remove APIs that have been deprecated for a year
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Oct 26, 2024
1 parent a6678a9 commit b638049
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1,250 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ The third digit is only for regressions.
Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Removed the deprecated ``OpenSSL.crypto.CRL``, ``OpenSSL.crypto.Revoked``, ``OpenSSL.crypto.dump_crl``, and ``OpenSSL.crypto.load_crl``.
- Removed the deprecated ``OpenSSL.crypto.sign`` and ``OpenSSL.crypto.verify``.

Deprecations:
^^^^^^^^^^^^^

Expand Down
32 changes: 0 additions & 32 deletions doc/api/crypto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,6 @@ Public keys

.. autofunction:: load_publickey

Certificate revocation lists
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autofunction:: dump_crl

.. autofunction:: load_crl

Signing and verifying signatures
--------------------------------

.. autofunction:: sign

.. autofunction:: verify


.. _openssl-x509:

Expand Down Expand Up @@ -172,24 +158,6 @@ X509Extension objects
:special-members:
:exclude-members: __weakref__

.. _crl:

CRL objects
-----------

.. autoclass:: CRL
:members:
:special-members:
:exclude-members: __weakref__

.. _revoked:

Revoked objects
---------------

.. autoclass:: Revoked
:members:

Exceptions
----------

Expand Down
Loading

0 comments on commit b638049

Please sign in to comment.