Skip to content

Commit

Permalink
Handle certool need for der encoded CKA_EC_POINT
Browse files Browse the repository at this point in the history
Signed-off-by: Simo Sorce <[email protected]>
  • Loading branch information
simo5 committed Nov 26, 2024
1 parent f6c1a9a commit f5e832e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/kryoptic-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ pkcs11-tool --module "${P11LIB}" --so-pin "${PINVALUE}" \
export TOKENCONFIGVARS="export KRYOPTIC_CONF=$TOKDIR/kryoptic.sql"

export TESTPORT="34000"

# Older versions of certtool do not support non-DER encoded CKA_EC_POINT
# so set the kryoptic env var to enforce compatibility for the setup phase
export KRYOPTIC_EC_POINT_ENCODING="DER"

0 comments on commit f5e832e

Please sign in to comment.