summaryrefslogtreecommitdiffstats
path: root/src/tests/t_pkinit.py
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for anonymous kadminGreg Hudson2013-10-301-0/+13
|
* Don't ask empty responder questions in PKINITNalin Dahyabhai2013-07-221-5/+23
| | | | | | | | | 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]
* Clean up and improve PKINIT test scriptGreg Hudson2013-07-191-78/+35
| | | | | | | | | Don't create a bunch of identically configured realms; just reuse the same one. Remove a redundant assignment from the soft-pkcs11.so check. Move the pkinit_identity setting from krb5.conf to kdc.conf, since it's only used by the KDC. Add a test for trying anonymous PKINIT when it isn't configured. Check for a specific error message when testing restricted anonymous PKINIT.
* Combine PKINIT test scriptsGreg Hudson2013-07-181-0/+333