summaryrefslogtreecommitdiff
path: root/p11-kit/pin.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-29MOVED TO: https://github.com/p11-glue/p11-kitHEADmasterStef Walter1-704/+0
2013-07-18Don't call memdup with zero length or NULL pointerStef Walter1-1/+1
2013-07-18open files with O_CLOEXEC when possibleStef Walter1-1/+1
2013-04-03Separate library init from message codeStef Walter1-0/+1
2013-03-03Open files in binary mode on windowsStef Walter1-1/+1
2013-02-06Fix various clang analyzer warningsStef Walter1-1/+2
2013-01-23Use the stdbool.h C99 bool typeStef Walter1-11/+11
2013-01-09Move debug and library code into the common/ subdirectoryStef Walter1-39/+39
2013-01-09Documentation fixes for PIN functionsStef Walter1-6/+6
2013-01-09Fix file descriptor leak in p11_kit_pin_file_callback()Pankaj Sharma1-0/+2
2012-07-17Use EFBIG as the error code when pin file is too largeStef Walter1-1/+1
2012-06-29Don't allow reading of pin files larger than 4096 bytesStef Walter1-7/+12
2012-05-13Preconditions to check for input probs and out of memoryStef Walter1-72/+66
2012-04-16Doc tweaks for PIN functionalityStef Walter1-19/+28
2011-10-24Rename non-static functions to have a _p11_xxx prefix.Stef Walter1-20/+20
2011-08-05Update PKCS#11 URI code for new draft of specStef Walter1-63/+63
2011-07-27Reimplement and remove apache licensed bits of code.Stef Walter1-3/+3
2011-07-12pin: Fix uninitialized variableStef Walter1-1/+1
2011-07-06More fine tuning of the pin APIs.Stef Walter1-2/+16
2011-07-06Add documentation for PIN callbacks.Stef Walter1-65/+263
2011-07-06Add P11KitPin structure, which encapsulates a returned pin.Stef Walter1-12/+159
2011-07-06Rename p11_kit_pin_read_pinfile to p11_kit_pin_retrieveStef Walter1-6/+7
2011-07-06Implement support for registering and calling pinfile callbacksStef Walter1-0/+332