Skip to content

Commit

Permalink
fixup! pk11_uri: pem encoder and decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Wernli committed Jan 23, 2024
1 parent 8b5743f commit f72f7b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dist_check_SCRIPTS = \
helpers.sh setup-softhsm.sh setup-softokn.sh softhsm-proxy.sh \
test-wrapper tbasic tcerts tecc tecdh tedwards tdemoca thkdf \
toaepsha2 trsapss tdigest ttls tpubkey tfork turi trand tecxc \
tcms top_state
tcms top_state tpem_encoder

test_LIST = \
basic-softokn.t basic-softhsm.t \
Expand Down
2 changes: 1 addition & 1 deletion tests/tpem_encoder
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ sign-verify "${TMPPDIR}/ec-pkey-uri.pem" \
"${TMPPDIR}/64krandom.bin"


title PARA "Test ambigous key is unusable"
title PARA "Test ambiguous key is unusable"

make-pkey-pem "${BASEURI}" "${TMPPDIR}/priuri-pkey.pem"
FAIL=0
Expand Down

0 comments on commit f72f7b7

Please sign in to comment.