1# 2# Copyright 2001-2024 The OpenSSL Project Authors. All Rights Reserved. 3# 4# Licensed under the Apache License 2.0 (the "License"). You may not use 5# this file except in compliance with the License. You can obtain a copy 6# in the file LICENSE in the source distribution or at 7# https://www.openssl.org/source/license.html 8 9# Tests start with one of these keywords 10# Cipher Decrypt Derive Digest Encoding KDF MAC PBE 11# PrivPubKeyPair Sign Verify VerifyRecover 12# and continue until a blank line. Lines starting with a pound sign are ignored. 13# The keyword Availablein must appear before the test name if needed. 14 15Title = CMAC tests (from FIPS module) 16 17FIPSversion = <3.4.0 18MAC = CMAC 19Algorithm = DES-EDE3-CBC 20Key = 89BCD952A8C8AB371AF48AC7D07085D5EFF702E6D62CDC23 21Input = FA620C1BBE97319E9A0CF0492121F7A20EB08A6A709DCBD00AAF38E4F99E754E 22Output = 8F49A1B7D6AA2258 23 24FIPSversion = <3.4.0 25MAC = CMAC by EVP_PKEY 26Algorithm = DES-EDE3-CBC 27Key = 89BCD952A8C8AB371AF48AC7D07085D5EFF702E6D62CDC23 28Input = FA620C1BBE97319E9A0CF0492121F7A20EB08A6A709DCBD00AAF38E4F99E754E 29Output = 8F49A1B7D6AA2258 30 31Availablein = fips 32FIPSversion = >=3.4.0 33MAC = CMAC 34Algorithm = DES-EDE3-CBC 35Key = 89BCD952A8C8AB371AF48AC7D07085D5EFF702E6D62CDC23 36Input = FA620C1BBE97319E9A0CF0492121F7A20EB08A6A709DCBD00AAF38E4F99E754E 37Result = MAC_INIT_ERROR 38 39Availablein = fips 40FIPSversion = >=3.4.0 41MAC = CMAC 42Unapproved = 1 43Ctrl = encrypt-check:0 44Algorithm = DES-EDE3-CBC 45Key = 89BCD952A8C8AB371AF48AC7D07085D5EFF702E6D62CDC23 46Input = FA620C1BBE97319E9A0CF0492121F7A20EB08A6A709DCBD00AAF38E4F99E754E 47Output = 8F49A1B7D6AA2258 48