x509_crl: do not crash when signing with Ed25519 or Ed448 (#475)

* Do not crash when signing with Ed25519 or Ed448.

* Forgot replace.
This commit is contained in:
Felix Fontein
2022-06-15 22:06:40 +02:00
committed by GitHub
parent 429ed5faa5
commit 297b44f24b
4 changed files with 98 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "x509_crl - do not crash when signing CRL with Ed25519 or Ed448 keys (https://github.com/ansible-collections/community.crypto/issues/473, https://github.com/ansible-collections/community.crypto/pull/474)."