Differences From Artifact [498d154f21]:
- File cackey.c — part of check-in [b673394c9a] at 2012-02-12 06:26:11 on branch trunk — Stopped reporting CKM_SHA1_RSA_PKCS as a supported mechanism -- it was never actually supported (user: rkeene, size: 175916) [annotate] [blame] [check-ins using]
To Artifact [0c1884cff7]:
- File cackey.c — part of check-in [66ea8c8073] at 2012-04-21 01:13:13 on branch trunk — Fixed issue with C_GetMechanismList reporting wrong number of mechanisms when asked (user: rkeene, size: 175916) [annotate] [blame] [check-ins using]
︙ | |||
3842 3843 3844 3845 3846 3847 3848 | 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 | - + | if (pulCount == NULL) { CACKEY_DEBUG_PRINTF("Error. pulCount is NULL."); return(CKR_ARGUMENTS_BAD); } if (pMechanismList == NULL) { |
︙ |