Disable DSS by default

This commit is contained in:
Matt Johnston
2022-11-10 14:28:43 +08:00
parent 1cdd95f997
commit c29c4e1024
2 changed files with 9 additions and 9 deletions

View File

@@ -199,8 +199,6 @@ jobs:
# Sanity check that the binary runs
- name: genrsa
run: ~/inst/bin/dropbearkey -t rsa -f testrsa
- name: gendss
run: ~/inst/bin/dropbearkey -t dss -f testdss
- name: genecdsa256
run: ~/inst/bin/dropbearkey -t ecdsa -f testec256 -s 256
- name: genecdsa384