Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Fix typo spotted by codespell | Daiki Ueno | 2018-12-29 | 1 | -1/+1 |
| | |||||
* | pkcs11: Don't redefine CKM_CAMELLIA_KEY_GEN | Daiki Ueno | 2018-08-31 | 1 | -2/+1 |
| | | | | Also reorder the CKM_CAMELLIA_* definitions. | ||||
* | Update pkcs11 header to allow SoftHSMv2 to compile | Alexander Bokovoy | 2018-08-17 | 1 | -18/+220 |
| | | | | | Replace vendor-specific values with the IDs from PKCS11 v3.0 for those constants that were already standardized. | ||||
* | pkcs11.h: updated information | Nikos Mavrogiannopoulos | 2017-08-03 | 1 | -3/+3 |
| | | | | | The scute project no longer exists, and the PKCS#11 standard is from OASIS group. | ||||
* | pkcs11.h: added OTP-related mechanisms | Nikos Mavrogiannopoulos | 2017-08-03 | 1 | -0/+97 |
| | |||||
* | pkcs11.h: added definitions of GOST CKA attributes | Nikos Mavrogiannopoulos | 2017-08-01 | 1 | -0/+3 |
| | |||||
* | pkcs11.h: added definitions of GOST mechanisms | Nikos Mavrogiannopoulos | 2017-08-01 | 1 | -0/+12 |
| | | | | | This follows the definitions in PKCS#11 v2.40: http://docs.oasis-open.org/pkcs11/pkcs11-curr/v2.40/os/pkcs11-curr-v2.40-os.html | ||||
* | pkcs11: Define RSA-PSS mechanism parameter | Daiki Ueno | 2017-05-24 | 1 | -0/+11 |
| | |||||
* | pkcs11: Make CK_RSA_PKCS_OAEP_PARAMS useful | Daiki Ueno | 2017-05-24 | 1 | -1/+7 |
| | |||||
* | pkcs11: Update CRYPTOKI_VERSION to 2.40 | Daiki Ueno | 2016-12-13 | 1 | -6/+3 |
| | |||||
* | pkcs11: Add CK_RSA_PKCS_OAEP_PARAMS definition | Daiki Ueno | 2016-12-13 | 1 | -0/+20 |
| | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1191209 | ||||
* | pkcs11: Add CKA_COPYABLE definition | Daiki Ueno | 2016-12-13 | 1 | -0/+1 |
| | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1191231 | ||||
* | pkcs11: Add AES key wrap mechanisms | Daiki Ueno | 2016-12-13 | 1 | -0/+3 |
| | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1191231 | ||||
* | Update the pkcs11.h header for missing mechanisms | Stef Walter | 2013-02-20 | 1 | -0/+25 |
| | |||||
* | Move the pkcs11.h header files into common directory | Stef Walter | 2013-01-09 | 1 | -0/+1373 |
* Allows use of them across the whole project * Put a stub file in the p11-kit/ directory, so we can still refer to the headers using that path, which is what it will be at when in the installed includes directory. |