diff options
| author | Miloslav Trmač <mitr@redhat.com> | 2010-10-13 23:08:30 +0200 |
|---|---|---|
| committer | Miloslav Trmač <mitr@redhat.com> | 2010-10-13 23:08:30 +0200 |
| commit | 4cf63ca284a1fe2b11170e8a50b2789f8491299a (patch) | |
| tree | cd22ec7a5831979af70c2d87d73f593caaad8292 | |
| parent | 9149cba1bdcb33b28790277586838264a5997b11 (diff) | |
| download | ncrypto-4cf63ca284a1fe2b11170e8a50b2789f8491299a.tar.gz ncrypto-4cf63ca284a1fe2b11170e8a50b2789f8491299a.tar.xz ncrypto-4cf63ca284a1fe2b11170e8a50b2789f8491299a.zip | |
Update FIXME
| -rw-r--r-- | include/ncrypto/ncrypto.h | 3 |
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, |
