index
:
p11-kit.git
p11p
Clone of https://github.com/p11-glue/p11-kit
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
p11-kit
/
pin.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Open files in binary mode on windows
Stef Walter
2013-03-03
1
-1
/
+1
*
Fix various clang analyzer warnings
Stef Walter
2013-02-06
1
-1
/
+2
*
Use the stdbool.h C99 bool type
Stef Walter
2013-01-23
1
-11
/
+11
*
Move debug and library code into the common/ subdirectory
Stef Walter
2013-01-09
1
-39
/
+39
*
Documentation fixes for PIN functions
Stef Walter
2013-01-09
1
-6
/
+6
*
Fix file descriptor leak in p11_kit_pin_file_callback()
Pankaj Sharma
2013-01-09
1
-0
/
+2
*
Use EFBIG as the error code when pin file is too large
Stef Walter
2012-07-17
1
-1
/
+1
*
Don't allow reading of pin files larger than 4096 bytes
Stef Walter
2012-06-29
1
-7
/
+12
*
Preconditions to check for input probs and out of memory
Stef Walter
2012-05-13
1
-72
/
+66
*
Doc tweaks for PIN functionality
Stef Walter
2012-04-16
1
-19
/
+28
*
Rename non-static functions to have a _p11_xxx prefix.
Stef Walter
2011-10-24
1
-20
/
+20
*
Update PKCS#11 URI code for new draft of spec
Stef Walter
2011-08-05
1
-63
/
+63
*
Reimplement and remove apache licensed bits of code.
Stef Walter
2011-07-27
1
-3
/
+3
*
pin: Fix uninitialized variable
Stef Walter
2011-07-12
1
-1
/
+1
*
More fine tuning of the pin APIs.
Stef Walter
2011-07-06
1
-2
/
+16
*
Add documentation for PIN callbacks.
Stef Walter
2011-07-06
1
-65
/
+263
*
Add P11KitPin structure, which encapsulates a returned pin.
Stef Walter
2011-07-06
1
-12
/
+159
*
Rename p11_kit_pin_read_pinfile to p11_kit_pin_retrieve
Stef Walter
2011-07-06
1
-6
/
+7
*
Implement support for registering and calling pinfile callbacks
Stef Walter
2011-07-06
1
-0
/
+332