You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
..
include Added support for SLOT_ID engine config command. The engine will init as 12 years ago
Makefile.am IBM dynamic PKCS#11 engine for OpenSSL - initial drop 13 years ago
e_pkcs11.c Added support for SLOT_ID engine config command. The engine will init as 12 years ago
e_pkcs11_err.c Added support for SLOT_ID engine config command. The engine will init as 12 years ago