summaryrefslogtreecommitdiffstats
path: root/src/tests/responder.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't ask empty responder questions in PKINITNalin Dahyabhai2013-07-221-4/+4
| | | | | | | | | When putting together the set of identity prompts for a responder challenge, if we don't need a PIN or password of some kind, don't ask an empty question. [ghudson@mit.edu: squashed commits, modified commit message, merged PKCS11 test with current Python script]
* Teach the responder test helper about OTPNalin Dahyabhai2013-07-171-10/+50
|
* Add a helper for testing PKINIT and responder cbNalin Dahyabhai2013-07-171-0/+390
ticket: 7680