]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
unit-tests: Add fingerprint test vectors for Ed25519
authorTobias Brunner <tobias@strongswan.org>
Fri, 30 Nov 2018 14:34:32 +0000 (15:34 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 30 Nov 2018 14:47:21 +0000 (15:47 +0100)
src/libstrongswan/tests/suites/test_ed25519.c

index d69076d7dcfac6d4580aaa1a231ae00723d6822a..c52b90885819523f67f8d57be54cc91ef2252891 100644 (file)
@@ -24,6 +24,8 @@ struct sig_test_t {
        chunk_t pubkey;
        chunk_t msg;
        chunk_t sig;
+       chunk_t fp_pk;
+       chunk_t fp_spki;
 };
 
 /**
@@ -51,7 +53,13 @@ static sig_test_t sig_tests[] = {
                0x01, 0x55, 0x5f, 0xb8, 0x82, 0x15, 0x90, 0xa3, 0x3b, 0xac,
                0xc6, 0x1e, 0x39, 0x70, 0x1c, 0xf9, 0xb4, 0x6b, 0xd2, 0x5b,
                0xf5, 0xf0, 0x59, 0x5b, 0xbe, 0x24, 0x65, 0x51, 0x41, 0x43,
-               0x8e, 0x7a, 0x10, 0x0b)
+               0x8e, 0x7a, 0x10, 0x0b),
+         chunk_from_chars(
+               0x5b, 0x27, 0xaa, 0x55, 0x89, 0x17, 0x97, 0x70, 0xe4, 0x75,
+               0x75, 0xb1, 0x62, 0xa1, 0xde, 0xd9, 0x7b, 0x8b, 0xfc, 0x6d),
+         chunk_from_chars(
+               0xa5, 0x66, 0xbe, 0x19, 0x84, 0x01, 0x73, 0x41, 0x3a, 0x61,
+               0x04, 0x83, 0x50, 0xef, 0xf2, 0x3e, 0x8f, 0xe2, 0x22, 0x66),
        },
        /* Test 2 */
        { chunk_from_chars(
@@ -75,7 +83,13 @@ static sig_test_t sig_tests[] = {
                0x69, 0xda, 0x08, 0x5a, 0xc1, 0xe4, 0x3e, 0x15, 0x99, 0x6e,
                0x45, 0x8f, 0x36, 0x13, 0xd0, 0xf1, 0x1d, 0x8c, 0x38, 0x7b,
                0x2e, 0xae, 0xb4, 0x30, 0x2a, 0xee, 0xb0, 0x0d, 0x29, 0x16,
-               0x12, 0xbb, 0x0c, 0x00)
+               0x12, 0xbb, 0x0c, 0x00),
+         chunk_from_chars(
+               0x13, 0xf7, 0x72, 0x66, 0x9e, 0x15, 0x2a, 0xe6, 0xa6, 0x2a,
+               0x60, 0xa3, 0x48, 0x8a, 0x6f, 0x29, 0x7d, 0x06, 0x13, 0xdd),
+         chunk_from_chars(
+               0xbd, 0xae, 0x41, 0xeb, 0x5d, 0xbf, 0x88, 0xb9, 0xdf, 0x18,
+               0xda, 0xbb, 0x2d, 0xee, 0xa9, 0x1a, 0x4e, 0x03, 0x38, 0xe4),
        },
        /* Test 3 */
        { chunk_from_chars(
@@ -99,7 +113,13 @@ static sig_test_t sig_tests[] = {
                0xc3, 0xac, 0x18, 0xff, 0x9b, 0x53, 0x8d, 0x16, 0xf2, 0x90,
                0xae, 0x67, 0xf7, 0x60, 0x98, 0x4d, 0xc6, 0x59, 0x4a, 0x7c,
                0x15, 0xe9, 0x71, 0x6e, 0xd2, 0x8d, 0xc0, 0x27, 0xbe, 0xce,
-               0xea, 0x1e, 0xc4, 0x0a)
+               0xea, 0x1e, 0xc4, 0x0a),
+         chunk_from_chars(
+               0x88, 0xc7, 0x64, 0xc8, 0xbe, 0x44, 0x37, 0x4a, 0x7d, 0x2f,
+               0x5d, 0x84, 0x72, 0x1f, 0x8e, 0x32, 0x5e, 0x5b, 0xd6, 0x4c),
+         chunk_from_chars(
+               0xad, 0x01, 0x30, 0xb1, 0x2b, 0x48, 0x62, 0x9b, 0xb9, 0xad,
+               0xea, 0x92, 0x1f, 0xfe, 0xd2, 0x9a, 0x42, 0xf0, 0xad, 0xe6),
        },
        /* Test 1024 */
        { chunk_from_chars(
@@ -235,7 +255,13 @@ static sig_test_t sig_tests[] = {
                0xc3, 0x50, 0xaa, 0x53, 0x71, 0xb1, 0x50, 0x8f, 0x9f, 0x45,
                0x28, 0xec, 0xea, 0x23, 0xc4, 0x36, 0xd9, 0x4b, 0x5e, 0x8f,
                0xcd, 0x4f, 0x68, 0x1e, 0x30, 0xa6, 0xac, 0x00, 0xa9, 0x70,
-               0x4a, 0x18, 0x8a, 0x03)
+               0x4a, 0x18, 0x8a, 0x03),
+         chunk_from_chars(
+               0x11, 0x2d, 0xb3, 0x08, 0x97, 0x6e, 0x38, 0x8f, 0x5f, 0x5e,
+               0xb0, 0xae, 0x8f, 0x5f, 0x59, 0x1d, 0xff, 0x74, 0xf4, 0x44),
+         chunk_from_chars(
+               0xcb, 0x36, 0xcc, 0x6a, 0x82, 0x2c, 0x49, 0x40, 0xfb, 0x08,
+               0x04, 0xf6, 0x3a, 0x4f, 0x20, 0x2b, 0xe5, 0x73, 0x43, 0x2f),
        },
        /* Test SHA(abc) */
        { chunk_from_chars(
@@ -265,7 +291,13 @@ static sig_test_t sig_tests[] = {
                0xb5, 0x89, 0x09, 0x35, 0x1f, 0xc9, 0xac, 0x90, 0xb3, 0xec,
                0xfd, 0xfb, 0xc7, 0xc6, 0x64, 0x31, 0xe0, 0x30, 0x3d, 0xca,
                0x17, 0x9c, 0x13, 0x8a, 0xc1, 0x7a, 0xd9, 0xbe, 0xf1, 0x17,
-               0x73, 0x31, 0xa7, 0x04)
+               0x73, 0x31, 0xa7, 0x04),
+         chunk_from_chars(
+               0x26, 0x4c, 0xa5, 0x7f, 0x89, 0x6d, 0x64, 0x81, 0xd1, 0x87,
+               0xe9, 0x89, 0x47, 0x29, 0x5a, 0xfe, 0xe3, 0x6d, 0x82, 0x44),
+         chunk_from_chars(
+               0x27, 0x88, 0xfc, 0x14, 0xb1, 0xcd, 0xd0, 0x24, 0xd5, 0x9d,
+               0x31, 0x65, 0x59, 0x63, 0x69, 0xcf, 0xaf, 0x50, 0x10, 0xe7),
        }
 };
 
@@ -273,7 +305,7 @@ START_TEST(test_ed25519_sign)
 {
        private_key_t *key;
        public_key_t *pubkey, *public;
-       chunk_t sig, encoding;
+       chunk_t sig, encoding, fp;
 
        /* load private key */
        key = lib->creds->create(lib->creds, CRED_PRIVATE_KEY, KEY_ED25519,
@@ -283,6 +315,11 @@ START_TEST(test_ed25519_sign)
        ck_assert_chunk_eq(encoding, sig_tests[_i].key);
        chunk_free(&encoding);
 
+       ck_assert(key->get_fingerprint(key, KEYID_PUBKEY_SHA1, &fp));
+       ck_assert_chunk_eq(sig_tests[_i].fp_pk, fp);
+       ck_assert(key->get_fingerprint(key, KEYID_PUBKEY_INFO_SHA1, &fp));
+       ck_assert_chunk_eq(sig_tests[_i].fp_spki, fp);
+
        /* load public key */
        pubkey = lib->creds->create(lib->creds, CRED_PUBLIC_KEY, KEY_ED25519,
                                        BUILD_BLOB_ASN1_DER, sig_tests[_i].pubkey, BUILD_END);
@@ -291,6 +328,11 @@ START_TEST(test_ed25519_sign)
        ck_assert_chunk_eq(encoding, sig_tests[_i].pubkey);
        chunk_free(&encoding);
 
+       ck_assert(pubkey->get_fingerprint(pubkey, KEYID_PUBKEY_SHA1, &fp));
+       ck_assert_chunk_eq(sig_tests[_i].fp_pk, fp);
+       ck_assert(pubkey->get_fingerprint(pubkey, KEYID_PUBKEY_INFO_SHA1, &fp));
+       ck_assert_chunk_eq(sig_tests[_i].fp_spki, fp);
+
        /* compare public keys */
        public = key->get_public_key(key);
        ck_assert(public != NULL);