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

* Do not crash when signing with Ed25519 or Ed448.

* Forgot replace.

(cherry picked from commit 297b44f24b)
This commit is contained in:
Felix Fontein
2022-06-15 22:29:34 +02:00
committed by GitHub
parent 077bcba377
commit 651f2b8f5d
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)."