parent
9a7b2f1d0d
commit
9f27e28a45
|
@ -5,6 +5,19 @@ Community Crypto Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.7.1
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix release.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- openssl_pkcs12 - fix crash when loading passphrase-protected PKCS#12 files with ``cryptography`` backend (https://github.com/ansible-collections/community.crypto/issues/247, https://github.com/ansible-collections/community.crypto/pull/248).
|
||||||
|
|
||||||
v1.7.0
|
v1.7.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -468,3 +468,14 @@ releases:
|
||||||
name: openssl_publickey_info
|
name: openssl_publickey_info
|
||||||
namespace: ''
|
namespace: ''
|
||||||
release_date: '2021-06-02'
|
release_date: '2021-06-02'
|
||||||
|
1.7.1:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- openssl_pkcs12 - fix crash when loading passphrase-protected PKCS#12 files
|
||||||
|
with ``cryptography`` backend (https://github.com/ansible-collections/community.crypto/issues/247,
|
||||||
|
https://github.com/ansible-collections/community.crypto/pull/248).
|
||||||
|
release_summary: Bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 1.7.1.yml
|
||||||
|
- 248-openssl_pkcs12-passphrase-fix.yml
|
||||||
|
release_date: '2021-06-11'
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Bugfix release.
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "openssl_pkcs12 - fix crash when loading passphrase-protected PKCS#12 files with ``cryptography`` backend (https://github.com/ansible-collections/community.crypto/issues/247, https://github.com/ansible-collections/community.crypto/pull/248)."
|
|
|
@ -1,6 +1,6 @@
|
||||||
namespace: community
|
namespace: community
|
||||||
name: crypto
|
name: crypto
|
||||||
version: 1.8.0
|
version: 1.7.1
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Ansible (github.com/ansible)
|
- Ansible (github.com/ansible)
|
||||||
|
|
Loading…
Reference in New Issue