1# 2# Copyright 2001-2021 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 14Title = DES3 Test 15 16# DES EDE3 CBC tests (from destest) 17Cipher = DES-EDE3-CBC 18Key = 0123456789abcdeff1e0d3c2b5a49786fedcba9876543210 19IV = fedcba9876543210 20Plaintext = 37363534333231204E6F77206973207468652074696D6520666F722000000000 21Ciphertext = 3FE301C962AC01D02213763C1CBD4CDC799657C064ECF5D41C673812CFDE9675 22NextIV = 1c673812cfde9675 23