summaryrefslogtreecommitdiff
path: root/tests/files/test-pinfile-large
Commit message (Collapse)AuthorAgeFilesLines
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-091-53/+0
| | | | | | | | | | | Start using p11_ as our internal prefix rather than _p11_. We explicitly export p11_kit_ so this is fine as far as visibility. Move the threading, mutex, and module compat, dict, and array code into the common directory too. Take this opportunity to clean up a bit of internal API as well, since so many lines are being touched internally.
* Don't allow reading of pin files larger than 4096 bytesStef Walter2012-06-291-0/+53
* p11_kit_pin_file_callback() only returns pins up to 4096 bytes now