summaryrefslogtreecommitdiff
path: root/p11-kit/pin.c
Commit message (Expand)AuthorAgeFilesLines
* MOVED TO: https://github.com/p11-glue/p11-kitHEADmasterStef Walter2016-11-291-704/+0
* Don't call memdup with zero length or NULL pointerStef Walter2013-07-181-1/+1
* open files with O_CLOEXEC when possibleStef Walter2013-07-181-1/+1
* Separate library init from message codeStef Walter2013-04-031-0/+1
* Open files in binary mode on windowsStef Walter2013-03-031-1/+1
* Fix various clang analyzer warningsStef Walter2013-02-061-1/+2
* Use the stdbool.h C99 bool typeStef Walter2013-01-231-11/+11
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-091-39/+39
* Documentation fixes for PIN functionsStef Walter2013-01-091-6/+6
* Fix file descriptor leak in p11_kit_pin_file_callback()Pankaj Sharma2013-01-091-0/+2
* 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-7/+12
* Preconditions to check for input probs and out of memoryStef Walter2012-05-131-72/+66
* Doc tweaks for PIN functionalityStef Walter2012-04-161-19/+28
* Rename non-static functions to have a _p11_xxx prefix.Stef Walter2011-10-241-20/+20
* Update PKCS#11 URI code for new draft of specStef Walter2011-08-051-63/+63
* Reimplement and remove apache licensed bits of code.Stef Walter2011-07-271-3/+3
* pin: Fix uninitialized variableStef Walter2011-07-121-1/+1
* More fine tuning of the pin APIs.Stef Walter2011-07-061-2/+16
* Add documentation for PIN callbacks.Stef Walter2011-07-061-65/+263
* Add P11KitPin structure, which encapsulates a returned pin.Stef Walter2011-07-061-12/+159
* Rename p11_kit_pin_read_pinfile to p11_kit_pin_retrieveStef Walter2011-07-061-6/+7
* Implement support for registering and calling pinfile callbacksStef Walter2011-07-061-0/+332