Skip to content

Commit

Permalink
Release 1.9.24.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jan 27, 2024
1 parent 1d26ee6 commit 9d59389
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 9 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ Community Crypto Release Notes
.. contents:: Topics


v1.9.24
=======

Release Summary
---------------

Bugfix release.

Bugfixes
--------

- openssl_dhparam - was using an internal function instead of the public API to load DH param files when using the ``cryptography`` backend. The internal function was removed in cryptography 42.0.0. The module now uses the public API, which has been available since support for DH params was added to cryptography (https://github.com/ansible-collections/community.crypto/pull/698).
- openssl_privatekey_info - ``check_consistency=true`` no longer works for RSA keys with cryptography 42.0.0+ (https://github.com/ansible-collections/community.crypto/pull/701).
- x509_certificate - when using the PyOpenSSL backend with ``provider=assertonly``, better handle unexpected errors when validating private keys (https://github.com/ansible-collections/community.crypto/pull/704).

v1.9.23
=======

Expand Down
19 changes: 19 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,25 @@ releases:
- 1.9.23.yml
- pkcs12.yml
release_date: '2023-10-29'
1.9.24:
changes:
bugfixes:
- openssl_dhparam - was using an internal function instead of the public API
to load DH param files when using the ``cryptography`` backend. The internal
function was removed in cryptography 42.0.0. The module now uses the public
API, which has been available since support for DH params was added to cryptography
(https://github.com/ansible-collections/community.crypto/pull/698).
- openssl_privatekey_info - ``check_consistency=true`` no longer works for RSA
keys with cryptography 42.0.0+ (https://github.com/ansible-collections/community.crypto/pull/701).
- x509_certificate - when using the PyOpenSSL backend with ``provider=assertonly``,
better handle unexpected errors when validating private keys (https://github.com/ansible-collections/community.crypto/pull/704).
release_summary: Bugfix release.
fragments:
- 1.9.24.yml
- 698-openssl_dhparam-cryptography.yml
- 701-private_key_info-consistency.yml
- 704-x509_certificate-assertonly-privatekey.yml
release_date: '2024-01-27'
1.9.3:
changes:
bugfixes:
Expand Down
1 change: 0 additions & 1 deletion changelogs/fragments/1.9.24.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/698-openssl_dhparam-cryptography.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/701-private_key_info-consistency.yml

This file was deleted.

This file was deleted.

0 comments on commit 9d59389

Please sign in to comment.