mirror of
https://github.com/clearml/dropbear
synced 2025-01-30 18:36:56 +00:00
Enable DSS in CI so the tests still work
This commit is contained in:
parent
b966cce3ae
commit
c9a16e661a
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -135,6 +135,7 @@ jobs:
|
||||
- name: localoptions
|
||||
run: |
|
||||
echo "$LOCALOPTIONS" > localoptions.h
|
||||
echo "#define DROPBEAR_DSS 1" >> localoptions.h
|
||||
cat localoptions.h
|
||||
|
||||
- name: nondefault
|
||||
@ -199,6 +200,8 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user