summaryrefslogtreecommitdiffstats
path: root/base/tps/tools
Commit message (Collapse)AuthorAgeFilesLines
* https://fedorahosted.org/pki/ticket/237Ade Lee2012-08-154-46/+637
| | | | | | | ECC support for tpsclient two parameters are added in the config file (see enroll.tps.ec for example): slotnamefile - this points to a file that contains the slot name. The reason why the slot name goes into another file instead of the conf file is because the existing conf file uses spaces for deliminator and I don't want to change the usage (and QE's tests) by changing it to something else. tokpasswod is the tokebn password This ECC feature requires the up-coming ECC supporting TPS to trigger. Testing of the ECC specific areas requires the availability of such ECC TPS. Without it, one can test with the old RSA method to see if it's broken.
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-2618-0/+6056
Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131