Page MenuHomeFreeBSD

D54473.diff
No OneTemporary

D54473.diff

diff --git a/documentation/tools/checkkey.sh b/documentation/tools/checkkey.sh
--- a/documentation/tools/checkkey.sh
+++ b/documentation/tools/checkkey.sh
@@ -176,6 +176,7 @@
"17") algo="DSA" ;;
"18") algo="ECC" ;;
"19") algo="ECDSA" ;;
+ "22") algo="EDDSA" ;;
*) algo="*UNKNOWN*" ;;
esac
@@ -189,6 +190,7 @@
DSA) if [ "${bitlen}" -le 1024 ]; then \
badkey "DSA, but not DSA-2"; \
fi ;;
+ EDDSA) ;;
*) badkey "non-preferred algorithm"
esac

File Metadata

Mime Type
text/plain
Expires
Sun, Jan 25, 4:45 AM (20 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27709745
Default Alt Text
D54473.diff (478 B)

Event Timeline