Skip to content

Commit

Permalink
Release 2.17.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jan 27, 2024
1 parent 9ec8680 commit 37fed28
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


v2.17.1
=======

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

Bugfix release for compatibility with cryptography 42.0.0.

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).
- openssl_privatekey_info - ``check_consistency=true`` now reports a warning if it cannot determine consistency (https://github.com/ansible-collections/community.crypto/pull/705).

v2.17.0
=======

Expand Down
19 changes: 19 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,25 @@ releases:
- 2.17.0.yml
- 693-allow-discards.yaml
release_date: '2024-01-21'
2.17.1:
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).
- openssl_privatekey_info - ``check_consistency=true`` now reports a warning
if it cannot determine consistency (https://github.com/ansible-collections/community.crypto/pull/705).
release_summary: Bugfix release for compatibility with cryptography 42.0.0.
fragments:
- 2.17.1.yml
- 698-openssl_dhparam-cryptography.yml
- 701-private_key_info-consistency.yml
- 705-openssl_privatekey_info-consistency.yml
release_date: '2024-01-27'
2.2.0:
changes:
bugfixes:
Expand Down
1 change: 0 additions & 1 deletion changelogs/fragments/2.17.1.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 37fed28

Please sign in to comment.