aboutsummaryrefslogtreecommitdiffstats
path: root/pkcs11.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-06pkcs11: gate functions by attributesnextJames Bottomley1-0/+8
2020-07-01Fix non-existent public key/cert problemJames Bottomley1-1/+2
2020-06-09Make manufacturer id and model config specifiableJames Bottomley1-4/+17
2020-06-01pkcs11.c: fix failing findJames Bottomley1-1/+2
2020-05-31pkcs11.c: fix C_InitializeJames Bottomley1-5/+16
2020-05-29Fix segfault if config file is not present or unparseableJames Bottomley1-3/+4
2019-03-04pkcs11.c: remove stray debugging printf in C_FindObjectsInitJames Bottomley1-1/+0
2019-03-03Add ability to have key and certificateJames Bottomley1-21/+68
2019-03-03pkcs11.c: abstract key type encodingJames Bottomley1-9/+57
2019-02-28Fix for gcc-4.8.5James Bottomley1-1/+1
2019-02-27pkcs11: Fill in missing C_ functionsJames Bottomley1-0/+12
2019-02-27Fix Mozilla slot problemJames Bottomley1-5/+10
2019-02-27crypto-ec: add elliptic curve keysJames Bottomley1-1/+3
2019-02-23Fix attribute check for gnutlsJames Bottomley1-0/+2
2019-02-23Fix C_GetMechanismInfoJames Bottomley1-5/+1
2019-02-23Implement multiple sessionsJames Bottomley1-5/+12
2019-02-18Make find multi threadedJames Bottomley1-5/+33
2019-02-18Make sessions dynamicJames Bottomley1-8/+19
2019-02-18Make logins per session instead of globalJames Bottomley1-5/+11
2019-02-18Add C_LogoutJames Bottomley1-2/+10
2019-02-17Add missing version information to CK_FUNCTION_LISTJames Bottomley1-0/+4
2019-02-17Fill in all missing function definitionsJames Bottomley1-0/+91
2019-02-17Add C_CloseAllSessionsJames Bottomley1-0/+8
2019-02-08Fix openssl 1.0.2 incompatibilitiesJames Bottomley1-3/+14
2019-02-07Add serial number to tokenJames Bottomley1-1/+3
2019-02-04move from opencryptoki to p11-kit include filesJames Bottomley1-2/+0
2019-02-03Add raw (x509) padding typeJames Bottomley1-15/+13
2019-02-01Add RSA decrypt functionJames Bottomley1-0/+24
2019-02-01Fix p11tool --test-signJames Bottomley1-1/+4
2019-02-01Fix key boolean attributesJames Bottomley1-10/+21
2019-02-01Get functionality up to private key signingJames Bottomley1-9/+117
2019-01-29fix openssl rsa public key export from pkcs11 engineJames Bottomley1-0/+13
2019-01-29Add rudimentary support for public keysJames Bottomley1-1/+185
2019-01-28Add cryptographic key loadingJames Bottomley1-1/+3
2019-01-28Add ini file parser and LICENSE fileJames Bottomley1-10/+45
2019-01-28Rename files for functionJames Bottomley1-0/+117