11 Commits (e683fba7f0a6ae10ac20eb51507ce67a8814a3f9)
 

Author SHA1 Message Date
Kent Yoder e683fba7f0 Updated package version and copyright
Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
12 years ago
Kent Yoder daa3fc26b4 Added support for SLOT_ID engine config command. The engine will init as
it used to, scanning all PKCS11 tokens and creating a linked list of
available tokens. During this process, the engine will now keep a
per-token list of implemented NIDs (mechanisms) instead of one global
list of all NIDs implemented. Once the engine receives the SLOT_ID
command identifying the PKCS11 slot to use, a global pointer to a
specific _token structure is created that identifies the token the
engine will use. Leaving out a SLOT_ID command from the engine's config
will now produce errors.

Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
12 years ago
Kent Yoder bb78e43fb2 Corrected block and IV sizes in AES EVP_CIPHER structs
Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
12 years ago
Kent Yoder 4c51173b64 Remove redundant fflush call
Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
12 years ago
Kent Yoder 595771974c Remove commented out and unused code
Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
12 years ago
Kent Yoder af309ea60a Add missing C_Finalize calls
Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
12 years ago
Kent Yoder 6bca19e87b Remove dead code for unimplemented USER_PIN command
Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
12 years ago
Kent Yoder 1474079d17 Use libopencryptoki.so instead of the legacy library location
Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
12 years ago
Kent Yoder 3cb46a6ed5 removed ltmain.sh from repo
Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
12 years ago
Kent Yoder 3dc8016188 Added .gitignore to the repo
Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
12 years ago
Klaus Heinrich Kiwi a4894db787 IBM dynamic PKCS#11 engine for OpenSSL - initial drop
This is the initial drop for openssl-ibmpkcs11, an OpenSSL dynamic
engine that can be used to access crypto on PKCS#11 providers.

Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
13 years ago