Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145941631
D54473.1778934282.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
478 B
Referenced Files
None
Subscribers
None
D54473.1778934282.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 12:24 PM (1 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28703599
Default Alt Text
D54473.1778934282.diff (478 B)
Attached To
Mode
D54473: checkkey.sh: Add EDDSA algo (RFC8032)
Attached
Detach File
Event Timeline
Log In to Comment