diff options
author | René Korthaus <[email protected]> | 2016-07-14 15:43:09 +0200 |
---|---|---|
committer | René Korthaus <[email protected]> | 2016-07-18 11:01:23 +0200 |
commit | eaeb8de68f14613243e9be21684cff201a9fc295 (patch) | |
tree | 975c5a57bcdb49ac8a227cfcfa98fd4587611502 /src/tests/test_pubkey.cpp | |
parent | 6b642492f956aa05232701f9506d09ebc887e256 (diff) |
Add test vectors for RSA-KEM/KDF1
Adds test vectors for RSA-KEM with KDF1 from ISO 18033-2 and
test vectors for KDF1 and KDF2 generated with BouncyCastle.
Diffstat (limited to 'src/tests/test_pubkey.cpp')
-rw-r--r-- | src/tests/test_pubkey.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/test_pubkey.cpp b/src/tests/test_pubkey.cpp index 2f6de639d..cdd0c99b0 100644 --- a/src/tests/test_pubkey.cpp +++ b/src/tests/test_pubkey.cpp @@ -276,6 +276,7 @@ Test::Result PK_KEM_Test::run_one_test(const std::string&, const VarMap& vars) } catch(Botan::Lookup_Error&) { + result.test_note("Skipping due to missing KDF: " + kdf); return result; } |