2020-08-07 12:29:00 +08:00
|
|
|
#
|
2021-05-06 20:03:23 +08:00
|
|
|
# Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved.
|
2020-08-07 12:29:00 +08:00
|
|
|
#
|
|
|
|
# Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
|
|
# this file except in compliance with the License. You can obtain a copy
|
|
|
|
# in the file LICENSE in the source distribution or at
|
|
|
|
# https://www.openssl.org/source/license.html
|
|
|
|
|
|
|
|
# Tests start with one of these keywords
|
|
|
|
# Cipher Decrypt Derive Digest Encoding KDF MAC PBE
|
|
|
|
# PrivPubKeyPair Sign Verify VerifyRecover
|
|
|
|
# and continue until a blank line. Lines starting with a pound sign are ignored.
|
|
|
|
|
|
|
|
Title = DES3 Test
|
|
|
|
|
|
|
|
# DES EDE3 CBC tests (from destest)
|
|
|
|
Cipher = DES-EDE3-CBC
|
|
|
|
Key = 0123456789abcdeff1e0d3c2b5a49786fedcba9876543210
|
|
|
|
IV = fedcba9876543210
|
|
|
|
Plaintext = 37363534333231204E6F77206973207468652074696D6520666F722000000000
|
|
|
|
Ciphertext = 3FE301C962AC01D02213763C1CBD4CDC799657C064ECF5D41C673812CFDE9675
|
2021-04-27 12:56:00 +08:00
|
|
|
NextIV = 1c673812cfde9675
|