From 8f1254b8085ba2b189457e8f04abf19b5027f6a5 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Wed, 27 Oct 2010 01:21:24 +0200 Subject: Drop obsolete FIXMEs --- include/ncrypto/ncrypto.h | 2 -- lib/ncrypto_local.c | 1 - 2 files changed, 3 deletions(-) diff --git a/include/ncrypto/ncrypto.h b/include/ncrypto/ncrypto.h index 24d8e8e..f82cf0e 100644 --- a/include/ncrypto/ncrypto.h +++ b/include/ncrypto/ncrypto.h @@ -120,8 +120,6 @@ CK_RV ncr_public_key_verify (CK_MECHANISM_TYPE mech, struct ncr_digest_session; -/* FIXME: support HMAC */ - /* Session lifetime management. */ CK_RV ncr_digest_alloc (struct ncr_digest_session **sess, CK_MECHANISM_TYPE mech); diff --git a/lib/ncrypto_local.c b/lib/ncrypto_local.c index d13f8a8..16bd781 100644 --- a/lib/ncrypto_local.c +++ b/lib/ncrypto_local.c @@ -144,7 +144,6 @@ ncr_symm_key_generate (struct ncr_symm_key **key, CK_MECHANISM_TYPE mech, CK_RV res; g_return_val_if_fail (key != NULL, CKR_ARGUMENTS_BAD); - /* FIXME: PKCS#11 modules should refuse keys with incorrect parity here */ switch (mech) { -- cgit