index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
plugins
/
pkcs11
/
pkcs11_library.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Copy the name of pkcs11_library_t objects
Tobias Brunner
2012-10-18
1
-1
/
+2
*
pkcs11: Function added to retrieve multiple attributes from a single object.
Tobias Brunner
2011-11-02
1
-6
/
+44
*
pkcs11: Method added to library to extract a single attribute from an object.
Tobias Brunner
2011-10-31
1
-0
/
+30
*
pkcs11: Added names for CKA_* constants.
Tobias Brunner
2011-10-31
1
-0
/
+117
*
pkcs11: Error message fixed.
Tobias Brunner
2011-10-31
1
-1
/
+1
*
Fixed common misspellings.
Tobias Brunner
2011-07-20
1
-1
/
+1
*
Provide recursive mutex' just in case the PKCS#11 library requires it
Martin Willi
2011-06-01
1
-1
/
+1
*
Do not query for CKA_ALWAYS_AUTHENTICATE if PKCS#11 Cryptoki version < 2.20
Martin Willi
2010-11-18
1
-0
/
+1
*
Use static args for C_Initialize(), OpenSC does not get a copy of the pointers
Martin Willi
2010-11-18
1
-5
/
+7
*
Added a PKCS#11 module option to enforce OS Locking functions
Martin Willi
2010-11-12
1
-6
/
+13
*
Add flags for PKCS#11 libraries with reduced feature set
Martin Willi
2010-11-10
1
-0
/
+35
*
Provide a public PKCS#11 mechanism enumerator
Martin Willi
2010-08-04
1
-0
/
+84
*
Extended the PKCS#11 object enumerator by attribute retrieval
Martin Willi
2010-08-04
1
-2
/
+77
*
Implemented a generic PKCS#11 object enumerator
Martin Willi
2010-08-04
1
-0
/
+66
*
Reenabled dlclose
Martin Willi
2010-08-04
1
-1
/
+1
*
Implemented a credential set on top of a PKCS#11 token
Martin Willi
2010-08-04
1
-1
/
+1
*
Add enum names for CK_MECHANISM_TYPE constants
Martin Willi
2010-08-04
1
-0
/
+274
*
Make the PKCS#11 padding string trimming public, add null terminator
Martin Willi
2010-08-04
1
-10
/
+10
*
Added a getter for the library alias
Martin Willi
2010-08-04
1
-0
/
+13
*
Use locking, prefer our mutex abstraction layer
Martin Willi
2010-08-04
1
-1
/
+60
*
Added enum names for PKCS#11 return values
Martin Willi
2010-08-04
1
-3
/
+155
*
Implemented an abstraction layer for PKCS#11 module loading
Martin Willi
2010-08-04
1
-0
/
+146