summaryrefslogtreecommitdiff
path: root/tests/pin-test.c
Commit message (Expand)AuthorAgeFilesLines
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-091-323/+0
* Use EFBIG as the error code when pin file is too largeStef Walter2012-07-171-1/+1
* Don't allow reading of pin files larger than 4096 bytesStef Walter2012-06-291-0/+26
* Compile CuTest.c separately.Andreas Metzler2011-12-231-2/+0
* Initial port to win32Stef Walter2011-10-171-0/+3
* Update PKCS#11 URI code for new draft of specStef Walter2011-08-051-19/+19
* Add documentation for PIN callbacks.Stef Walter2011-07-061-9/+9
* Add P11KitPin structure, which encapsulates a returned pin.Stef Walter2011-07-061-51/+110
* Rename p11_kit_pin_read_pinfile to p11_kit_pin_retrieveStef Walter2011-07-061-19/+19
* Implement support for registering and calling pinfile callbacksStef Walter2011-07-061-0/+237