Skip to content

Commit

Permalink
refactor(docs)!: Restructured section title styles
Browse files Browse the repository at this point in the history
  • Loading branch information
c0r0n3r committed Oct 28, 2023
1 parent c804631 commit db4427a
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 18 deletions.
21 changes: 14 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,31 +1,35 @@
=========
Changelog
=========

-------------------
0.10.3 - 2023-10-12
-------------------

Notable fixes
~~~~~~~~~~~~~
=============

- Generic

- add missing dnsrec module to the packaging (#13)

-------------------
0.10.2 - 2023-09-28
-------------------

Improvements
~~~~~~~~~~~~
============

- Generic

- implement value to object converter (#11)

-------------------
0.10.1 - 2023-08-29
-------------------

Features
~~~~~~~~
========

- DNS

Expand All @@ -37,11 +41,12 @@ Features

- add `elliptic curve domain parameters identifier <https://www.rfc-editor.org/rfc/rfc5656.html#section-6.1>`__ (#8)

-------------------
0.10.0 - 2023-08-03
-------------------

Features
~~~~~~~~
========

- Generic

Expand All @@ -57,28 +62,30 @@ Features
- Status request (OCSP must staple) extension

Notable fixes
~~~~~~~~~~~~~
=============

- Generic

- X.509 extended validation checker

------------------
0.9.1 - 2023-06-22
------------------

Features
~~~~~~~~
========

- Generic

- add well-know Diffie-Hellman parameters (#3)
- add certificate transparency (CT) logs (#5)

------------------
0.8.5 - 2023-04-02
------------------

Features
~~~~~~~~
========

- Generic

Expand Down
12 changes: 8 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,37 +1,40 @@
**CryptoDataHub** is a repository of cryptography-related data available under a free license.

--------------
Python Wrapper
--------------

Installation
^^^^^^^^^^^^
============

.. code:: shell
pip install cryptodatahub
Support
^^^^^^^
=======

Implementations
"""""""""""""""
---------------

- CPython (2.7, 3.3+)
- PyPy (2.7, 3.5+)

Operating systems
"""""""""""""""""
-----------------

- Linux
- macOS
- Windows

-------------
Documentation
-------------

Detailed `documentation <https://cryptodatahub.readthedocs.io>`__ is available on the project's
`Read the Docs <https://readthedocs.com>`__ site.

-------
License
-------

Expand All @@ -41,6 +44,7 @@ The `code <https://gitlab.com/coroner/cryptodatahub>`__ is available under the t
A non-comprehensive, but straightforward description of MPL 2.0 can be found at
`Choose an open source license <https://choosealicense.com/licenses#mpl-2.0>`__ website.

-------
Credits
-------

Expand Down
15 changes: 8 additions & 7 deletions docs/features.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
--------
Features
--------

Protocol-independent
^^^^^^^^^^^^^^^^^^^^
====================

Algorithms
""""""""""
----------

- `public key <https://en.wikipedia.org/wiki/Public-key_cryptography>`__
- `digital signature <https://en.wikipedia.org/wiki/Digital_signature>`__
Expand All @@ -17,7 +18,7 @@ Algorithms
- `message authentication code <https://en.wikipedia.org/wiki/Message_authentication_code>`__

Parameters
""""""""""
----------

- Diffie-Hellman (finite field)

Expand All @@ -37,7 +38,7 @@ Parameters
- SOcket CAT (socat)

Stores
""""""
------

- Trusted root CA certificate trust stores

Expand All @@ -58,10 +59,10 @@ Stores
- ...

Protocol-dependent
^^^^^^^^^^^^^^^^^^
==================

Attributes
""""""""""
----------

- Secure Socket Layer (SSL)

Expand Down Expand Up @@ -100,7 +101,7 @@ Attributes
- `DNSSEC digest types <https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml>`__

Client Capabilities
"""""""""""""""""""
-------------------

- Transport Layer Security (TLS)

Expand Down
3 changes: 3 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
=======
Summary
=======

.. include:: ../README.rst

=======
Details
=======

Expand All @@ -11,6 +13,7 @@ Details

features

=======
History
=======

Expand Down

0 comments on commit db4427a

Please sign in to comment.