On Mon, Oct 5, 2009 at 8:40 PM, <[email protected]> wrote: > Modified: trunk/src/pkcs11/pkcs11.h > =================================================================== > --- trunk/src/pkcs11/pkcs11.h 2009-10-03 17:04:32 UTC (rev 3756) > +++ trunk/src/pkcs11/pkcs11.h 2009-10-05 18:40:51 UTC (rev 3757) > @@ -356,6 +356,7 @@ > #define CKK_AES (0x1fUL) > #define CKK_BLOWFISH (0x20UL) > #define CKK_TWOFISH (0x21UL) > +#define CKK_GOSTR3410 (0x30UL) > #define CKK_VENDOR_DEFINED (1UL << 31) > > > @@ -433,6 +434,9 @@ > #define CKA_AUTH_PIN_FLAGS (0x201UL) > #define CKA_ALWAYS_AUTHENTICATE (0x202UL) > #define CKA_WRAP_WITH_TRUSTED (0x210UL) > +#define CKA_GOSTR3410_PARAMS (0x250UL) > +#define CKA_GOSTR3411_PARAMS (0x251UL) > +#define CKA_GOST28147_PARAMS (0x252UL) > #define CKA_HW_FEATURE_TYPE (0x300UL) > #define CKA_RESET_ON_INIT (0x301UL) > #define CKA_HAS_RESET (0x302UL) > @@ -669,6 +673,10 @@ > #define CKM_AES_MAC (0x1083UL) > #define CKM_AES_MAC_GENERAL (0x1084UL) > #define CKM_AES_CBC_PAD (0x1085UL) > +#define CKM_GOSTR3410_KEY_PAIR_GEN (0x1200UL) > +#define CKM_GOSTR3410 (0x1201UL) > +#define CKM_GOSTR3410_WITH_GOSTR3411 (0x1202UL) > +#define CKM_GOSTR3411 (0x1210UL) > #define CKM_DSA_PARAMETER_GEN (0x2000UL) > #define CKM_DH_PKCS_PARAMETER_GEN (0x2001UL) > #define CKM_X9_42_DH_PARAMETER_GEN (0x2002UL)
When updating pkcs11.h, please sync with scut [1] Maintainer is at [2]. Submit patches to them so eventually we maintain only one oss version. Thanks! [1] http://www.scute.org/ [2] http://cvs.gnupg.org/cgi-bin/viewcvs.cgi/trunk/src/pkcs11.h?rev=96&root=Scute&view=auto _______________________________________________ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel
