On Wed, 23 Jun 2010 11:17:58 -0500
Kent Yoder <[email protected]> wrote:

> This patch adds the text of the mechanism type and its flags to the
> output of pkcsconf -m.
> 
> Old:
> Mechanism #2
>         Mechanism: 0x131
>         Key Size: 24-24
>         Flags: 0x8001
> Mechanism #3
>         Mechanism: 0x1
>         Key Size: 512-2048
>         Flags: 0x67B01
> 
> New:
> Mechanism #2
>         Mechanism: 0x131 (CKM_DES3_KEY_GEN)
>         Key Size: 24-24
>         Flags: 0x8001 (CKF_HW|CKF_GENERATE)
> Mechanism #3
>         Mechanism: 0x1 (CKM_RSA_PKCS)
>         Key Size: 512-2048
>         Flags: 0x67B01
> (CKF_HW|CKF_ENCRYPT|CKF_DECRYPT|CKF_SIGN|CKF_SIGN_RECOVER|CKF_VERIFY|CKF_VERIFY_RECOVER|CKF_WRAP|CKF_UNWRAP)
> 
> Addressed Klaus Kiwi's concerns on using the mechanism and flag
> values from pkcs11types.h.
> 
> This patch should apply cleanly to the opencryptoki-next branch.
> 
> signed-off-by: Kent Yoder <[email protected]>


 Thanks.

 Applied to opencryptoki-next.

 -Klaus

-- 
Klaus Heinrich Kiwi | [email protected] | http://blog.klauskiwi.com
Open Source Security blog :     http://www.ratliff.net/blog
IBM Linux Technology Center :   http://www.ibm.com/linux/ltc

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Opencryptoki-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech

Reply via email to