From 172a5b864f3ae6890b1cfc297cf9053b33fd8ee1 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 21 Aug 2010 12:43:48 +0200 Subject: more text --- examples/pk.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/pk.c b/examples/pk.c index 629ca6a..032ae98 100644 --- a/examples/pk.c +++ b/examples/pk.c @@ -537,7 +537,10 @@ test_ncr_wrap_key3(int cfd) struct ncr_key_generate_st kgen; ncr_key_t pubkey, privkey; uint8_t data[DATA_SIZE]; - /* only the first two should be allowed to be wrapped */ + /* only the first two should be allowed to be wrapped. + * the latter shouldn't because it has security level larger + * then 128 bits (the size of the wrapping key). + */ const int sizes[] = {1024, 3248, 5200}; fprintf(stdout, "Tests on key wrapping (might take long): "); -- cgit