summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-10-13 23:08:30 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-10-13 23:08:30 +0200
commit4cf63ca284a1fe2b11170e8a50b2789f8491299a (patch)
treecd22ec7a5831979af70c2d87d73f593caaad8292
parent9149cba1bdcb33b28790277586838264a5997b11 (diff)
downloadncrypto-4cf63ca284a1fe2b11170e8a50b2789f8491299a.tar.gz
ncrypto-4cf63ca284a1fe2b11170e8a50b2789f8491299a.tar.xz
ncrypto-4cf63ca284a1fe2b11170e8a50b2789f8491299a.zip
Update FIXME
-rw-r--r--include/ncrypto/ncrypto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ncrypto/ncrypto.h b/include/ncrypto/ncrypto.h
index 5d8aeb0..e47b46c 100644
--- a/include/ncrypto/ncrypto.h
+++ b/include/ncrypto/ncrypto.h
@@ -95,7 +95,8 @@ CK_RV ncr_private_key_decrypt (CK_MECHANISM_TYPE mech,
size_t *dest_size_ptr, const void *src,
size_t src_size);
-/* FIXME: Add multipart etc... */
+/* FIXME? Add multipart sign/verify with included hashing - not currently
+ supported by NSS. */
CK_RV ncr_private_key_sign (CK_MECHANISM_TYPE mech,
struct ncr_private_key *key, void *dest,
size_t *dest_size_ptr, const void *src,