Skip to content

Commit

Permalink
add signers debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ps-spb committed Jun 27, 2023
1 parent 317b815 commit 056d3bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@ func (responder *OCSPResponder) verify(rawreq []byte) ([]byte, error) {
if err != nil {
log.Fatalf("FATAL: Could not initialise PKCS11 provider (%v)", err)
}

log.Printf("DEBUG: Signers is %v", signers)

// test we can use to sign and verify
data := []byte("mary had a little lamb")
h := sha256.New()
Expand Down

0 comments on commit 056d3bb

Please sign in to comment.