From f94e5d67180f3988c32162ceba2fc19b69dc46a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 28 Jun 2007 08:50:00 +0000 Subject: [PATCH] Sync with scute. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21386 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/ref/pkcs11.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/hx509/ref/pkcs11.h b/lib/hx509/ref/pkcs11.h index 905af0961..2e6a1e3ed 100644 --- a/lib/hx509/ref/pkcs11.h +++ b/lib/hx509/ref/pkcs11.h @@ -1,5 +1,5 @@ /* pkcs11.h - Copyright 2006 g10 Code GmbH + Copyright 2006, 2007 g10 Code GmbH Copyright 2006 Andreas Jellinghaus This file is free software; as a special exception the author gives @@ -498,6 +498,12 @@ typedef unsigned long ck_mechanism_type_t; #define CKM_X9_42_DH_DERIVE (0x31) #define CKM_X9_42_DH_HYBRID_DERIVE (0x32) #define CKM_X9_42_MQV_DERIVE (0x33) +#define CKM_SHA256_RSA_PKCS (0x40) +#define CKM_SHA384_RSA_PKCS (0x41) +#define CKM_SHA512_RSA_PKCS (0x42) +#define CKM_SHA256_RSA_PKCS_PSS (0x43) +#define CKM_SHA384_RSA_PKCS_PSS (0x44) +#define CKM_SHA512_RSA_PKCS_PSS (0x45) #define CKM_RC2_KEY_GEN (0x100) #define CKM_RC2_ECB (0x101) #define CKM_RC2_CBC (0x102)