/** * Copyright Notice: * Copyright 2021-2022 DMTF. All rights reserved. * License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/libspdm/blob/main/LICENSE.md **/ #include "test_crypt.h" #if (LIBSPDM_EDDSA_ED25519_SUPPORT) || (LIBSPDM_EDDSA_ED448_SUPPORT) /* Root CA X509 Certificate for X509 Verification Routine (Generated by OpenSSL utility). */ uint8_t m_libspdm_ecd_test_root_cer[] = { 0x30, 0x82, 0x01, 0x55, 0x30, 0x82, 0x01, 0x07, 0xa0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x14, 0x13, 0xe2, 0x3d, 0x07, 0xe6, 0xcc, 0xcd, 0x40, 0x6b, 0xf7, 0xc5, 0x57, 0x3a, 0xe5, 0x83, 0xd7, 0x1d, 0x81, 0x95, 0xe1, 0x30, 0x05, 0x06, 0x03, 0x2b, 0x65, 0x70, 0x30, 0x20, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x15, 0x69, 0x6e, 0x74, 0x65, 0x6c, 0x20, 0x74, 0x65, 0x73, 0x74, 0x20, 0x45, 0x44, 0x32, 0x35, 0x35, 0x31, 0x39, 0x20, 0x43, 0x41, 0x30, 0x1e, 0x17, 0x0d, 0x32, 0x31, 0x30, 0x32, 0x32, 0x32, 0x30, 0x35, 0x34, 0x39, 0x34, 0x36, 0x5a, 0x17, 0x0d, 0x33, 0x31, 0x30, 0x32, 0x32, 0x30, 0x30, 0x35, 0x34, 0x39, 0x34, 0x36, 0x5a, 0x30, 0x20, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x15, 0x69, 0x6e, 0x74, 0x65, 0x6c, 0x20, 0x74, 0x65, 0x73, 0x74, 0x20, 0x45, 0x44, 0x32, 0x35, 0x35, 0x31, 0x39, 0x20, 0x43, 0x41, 0x30, 0x2a, 0x30, 0x05, 0x06, 0x03, 0x2b, 0x65, 0x70, 0x03, 0x21, 0x00, 0x34, 0x35, 0x8c, 0xf3, 0xa3, 0x51, 0xdc, 0x61, 0x53, 0x5a, 0x2d, 0xee, 0x56, 0x11, 0x2c, 0x6d, 0x27, 0x8b, 0xdd, 0x0b, 0xae, 0xf8, 0x88, 0xc5, 0x40, 0x38, 0xf3, 0x3a, 0x08, 0x07, 0xa1, 0xd0, 0xa3, 0x53, 0x30, 0x51, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x1d, 0x0e, 0x04, 0x16, 0x04, 0x14, 0x6e, 0x47, 0x9a, 0xf6, 0x17, 0x24, 0x44, 0xd9, 0x1d, 0x95, 0xdd, 0x38, 0x61, 0x63, 0xde, 0xa7, 0xea, 0x6a, 0x1c, 0x2c, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x1d, 0x23, 0x04, 0x18, 0x30, 0x16, 0x80, 0x14, 0x6e, 0x47, 0x9a, 0xf6, 0x17, 0x24, 0x44, 0xd9, 0x1d, 0x95, 0xdd, 0x38, 0x61, 0x63, 0xde, 0xa7, 0xea, 0x6a, 0x1c, 0x2c, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x1d, 0x13, 0x01, 0x01, 0xff, 0x04, 0x05, 0x30, 0x03, 0x01, 0x01, 0xff, 0x30, 0x05, 0x06, 0x03, 0x2b, 0x65, 0x70, 0x03, 0x41, 0x00, 0x59, 0x28, 0x15, 0x28, 0xe3, 0xf2, 0xe6, 0xca, 0x76, 0x9d, 0x6f, 0x99, 0xd6, 0x29, 0x48, 0xbc, 0x88, 0x9f, 0x73, 0x2f, 0x20, 0x89, 0x27, 0x30, 0x68, 0xa8, 0x53, 0x95, 0x13, 0x26, 0x4a, 0x6c, 0x5e, 0x4a, 0xec, 0xe1, 0xfb, 0xc6, 0xae, 0x0f, 0x38, 0x28, 0x40, 0x1f, 0x09, 0x87, 0xe1, 0x3a, 0x46, 0x6f, 0x88, 0x53, 0xba, 0x37, 0xb5, 0x70, 0xa1, 0xbb, 0x85, 0x35, 0x22, 0xb1, 0xba, 0x0d, }; /* PEM key data for Ed Private key Retrieving. (Generated by OpenSSL utility). */ uint8_t m_libspdm_ecd_test_pem_key[] = { 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x42, 0x45, 0x47, 0x49, 0x4e, 0x20, 0x50, 0x52, 0x49, 0x56, 0x41, 0x54, 0x45, 0x20, 0x4b, 0x45, 0x59, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x0a, 0x4d, 0x43, 0x34, 0x43, 0x41, 0x51, 0x41, 0x77, 0x42, 0x51, 0x59, 0x44, 0x4b, 0x32, 0x56, 0x77, 0x42, 0x43, 0x49, 0x45, 0x49, 0x49, 0x64, 0x48, 0x79, 0x50, 0x56, 0x45, 0x48, 0x64, 0x32, 0x73, 0x77, 0x6a, 0x70, 0x39, 0x38, 0x4c, 0x4d, 0x76, 0x61, 0x6e, 0x78, 0x54, 0x4c, 0x6a, 0x6c, 0x74, 0x64, 0x65, 0x4d, 0x6c, 0x2b, 0x39, 0x78, 0x49, 0x41, 0x2b, 0x38, 0x59, 0x34, 0x54, 0x70, 0x4f, 0x0a, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x45, 0x4e, 0x44, 0x20, 0x50, 0x52, 0x49, 0x56, 0x41, 0x54, 0x45, 0x20, 0x4b, 0x45, 0x59, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x0a, }; /* DER key data for Ed Public key Retrieving (Extracted from m_libspdm_ecd_test_pem_key). */ uint8_t m_libspdm_ecd_test_pub_key_der[] = { 0x30, 0x2A, 0x30, 0x05, 0x06, 0x03, 0x2B, 0x65, 0x70, 0x03, 0x21, 0x00, 0x34, 0x35, 0x8C, 0xF3, 0xA3, 0x51, 0xDC, 0x61, 0x53, 0x5A, 0x2D, 0xEE, 0x56, 0x11, 0x2C, 0x6D, 0x27, 0x8B, 0xDD, 0x0B, 0xAE, 0xF8, 0x88, 0xC5, 0x40, 0x38, 0xF3, 0x3A, 0x08, 0x07, 0xA1, 0xD0, }; /** * Validate Crypto Ed key Retrieving (from PEM & X509) & signature Interfaces. * * @retval true Validation succeeded. * @retval false Validation failed. **/ bool libspdm_validate_crypt_ecd_2(void) { bool status; void *ecd_priv_key; void *ecd_pub_key; uint8_t message[] = "EdDsaTest"; uint8_t signature[57 * 2]; size_t sig_size; libspdm_my_print("\nCrypto Ed key Retrieving Testing: "); /* Retrieve Ed private key from PEM data. */ libspdm_my_print("\n- Retrieve Ed Private key from PEM ..."); status = libspdm_ecd_get_private_key_from_pem(m_libspdm_ecd_test_pem_key, sizeof(m_libspdm_ecd_test_pem_key), NULL, &ecd_priv_key); if (!status) { libspdm_my_print("[Fail]"); return false; } else { libspdm_my_print("[Pass]"); } /* Sign Ed-DSA */ sig_size = sizeof(signature); libspdm_my_print("\n- Ed-DSA Signing ... "); status = libspdm_eddsa_sign(ecd_priv_key, LIBSPDM_CRYPTO_NID_NULL, NULL, 0, message, sizeof(message), signature, &sig_size); if (!status) { libspdm_my_print("[Fail]"); libspdm_ecd_free(ecd_priv_key); return false; } else { libspdm_my_print("[Pass]"); } /* Retrieve Ed Public key from DER data. */ libspdm_my_print("\n- Retrieve Ed Public key from DER ..."); status = libspdm_ecd_get_public_key_from_der(m_libspdm_ecd_test_pub_key_der, sizeof(m_libspdm_ecd_test_pub_key_der), &ecd_pub_key); if (!status) { libspdm_my_print("[Fail]"); libspdm_ecd_free(ecd_priv_key); return false; } else { libspdm_my_print("[Pass]"); } /* Verify Ed-DSA */ libspdm_my_print("\n- Ed-DSA Verification using Public from DER ... "); status = libspdm_eddsa_verify(ecd_pub_key, LIBSPDM_CRYPTO_NID_NULL, NULL, 0, message, sizeof(message), signature, sig_size); if (!status) { libspdm_my_print("[Fail]"); libspdm_ecd_free(ecd_priv_key); libspdm_ecd_free(ecd_pub_key); return false; } else { libspdm_my_print("[Pass]"); } /* Retrieve Ed Public key from X509 Certificate. */ libspdm_my_print("\n- Retrieve Ed Public key from X509 ... "); libspdm_ecd_free(ecd_pub_key); status = libspdm_ecd_get_public_key_from_x509( m_libspdm_ecd_test_root_cer, sizeof(m_libspdm_ecd_test_root_cer), &ecd_pub_key); if (!status) { libspdm_my_print("[Fail]"); libspdm_ecd_free(ecd_priv_key); return false; } else { libspdm_my_print("[Pass]"); } /* Verify Ed-DSA */ libspdm_my_print("\n- Ed-DSA Verification using Public from X509 ... "); status = libspdm_eddsa_verify(ecd_pub_key, LIBSPDM_CRYPTO_NID_NULL, NULL, 0, message, sizeof(message), signature, sig_size); if (!status) { libspdm_my_print("[Fail]"); libspdm_ecd_free(ecd_priv_key); libspdm_ecd_free(ecd_pub_key); return false; } else { libspdm_my_print("[Pass]\n"); } libspdm_ecd_free(ecd_priv_key); libspdm_ecd_free(ecd_pub_key); return true; } #endif /* (LIBSPDM_EDDSA_ED25519_SUPPORT) || (LIBSPDM_EDDSA_ED448_SUPPORT) */