Correct docs/changelog

This commit is contained in:
jeanluc 2022-12-15 00:00:58 +01:00 committed by Megan Wilhite
parent 073fc0e7a6
commit 68205796e9
12 changed files with 14 additions and 14 deletions

View file

@ -1 +1 @@
Fixed x509.certificate_managed creates new certificate every run Fixed x509.certificate_managed creates new certificate every run in the new cryptography x509 module. Please migrate to the new cryptography x509 module for this improvement.

View file

@ -1 +1 @@
Fixed x509.read_certificate error when reading a Microsoft CA issued certificate Fixed x509.read_certificate error when reading a Microsoft CA issued certificate in the new cryptography x509 module. Please migrate to the new cryptography x509 module for this improvement.

View file

@ -1 +1 @@
Fixed warning about replace=True with x509.certificate_managed Fixed warning about replace=True with x509.certificate_managed in the new cryptography x509 module.

View file

@ -1 +1 @@
Fixed x509.certificate_managed has DoS effect on master Fixed x509.certificate_managed has DoS effect on master in the new cryptography x509 module. Please migrate to the new cryptography x509 module for this improvement.

View file

@ -1 +1 @@
Fixed x509.certificate_managed rolls certificates every now and then Fixed x509.certificate_managed rolls certificates every now and then in the new cryptography x509 module. Please migrate to the new cryptography x509 module for this improvement.

View file

@ -1 +1 @@
Fixed x509.create_csr creates invalid CSR by default Fixed x509.create_csr creates invalid CSR by default in the new cryptography x509 module.

View file

@ -1 +1 @@
Added management of ECDSA/EdDSA private keys with x509 modules Added management of ECDSA/EdDSA private keys with x509 modules in the new cryptography x509 module. Please migrate to the new cryptography x509 module for this improvement.

View file

@ -1 +1 @@
Added x509 modules support for different output formats Added x509 modules support for different output formats in the new cryptography x509 module. Please migrate to the new cryptography x509 module for this improvement.

View file

@ -5,7 +5,7 @@ Manage X509 certificates
:depends: M2Crypto :depends: M2Crypto
.. deprecated:: 3006 .. deprecated:: 3006.0
.. warning:: .. warning::
This module has been deprecated and will be removed This module has been deprecated and will be removed

View file

@ -4,7 +4,7 @@ Manage X.509 certificates
:depends: cryptography :depends: cryptography
.. versionadded:: 3006 .. versionadded:: 3006.0
This module represents a complete rewrite of the original ``x509`` modules This module represents a complete rewrite of the original ``x509`` modules
and is named ``x509_v2`` since it introduces breaking changes. and is named ``x509_v2`` since it introduces breaking changes.

View file

@ -5,7 +5,7 @@ Manage X509 Certificates
:depends: M2Crypto :depends: M2Crypto
.. deprecated:: 3006 .. deprecated:: 3006.0
.. warning:: .. warning::
This module has been deprecated and will be removed This module has been deprecated and will be removed

View file

@ -2,7 +2,7 @@
Manage X.509 certificates Manage X.509 certificates
========================= =========================
.. versionadded:: 3006 .. versionadded:: 3006.0
This module represents a complete rewrite of the original ``x509`` modules This module represents a complete rewrite of the original ``x509`` modules
and is named ``x509_v2`` since it introduces breaking changes. and is named ``x509_v2`` since it introduces breaking changes.
@ -706,7 +706,7 @@ def crl_managed(
encoding encoding
Specify the encoding of the resulting certificate revocation list. Specify the encoding of the resulting certificate revocation list.
It can serialized as a ``pem`` text or binary ``der`` file. It can be serialized as a ``pem`` text or binary ``der`` file.
Defaults to ``pem``. Defaults to ``pem``.
extensions extensions
@ -962,7 +962,7 @@ def csr_managed(
encoding encoding
Specify the encoding of the resulting certificate revocation list. Specify the encoding of the resulting certificate revocation list.
It can serialized as a ``pem`` text or binary ``der`` file. It can be serialized as a ``pem`` text or binary ``der`` file.
Defaults to ``pem``. Defaults to ``pem``.
kwargs kwargs