mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
d3ac2eab65
The test can be moved into the EVP tests and the separate executable removed. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10821)
45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
#
|
|
# Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
|
|
#
|
|
# 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
|
|
|
|
Title = MD2 tests
|
|
|
|
Digest = MD2
|
|
Availablein = legacy
|
|
Input =
|
|
Output = 8350e5a3e24c153df2275c9f80692773
|
|
|
|
Digest = MD2
|
|
Availablein = legacy
|
|
Input = "a"
|
|
Output = 32ec01ec4a6dac72c0ab96fb34c0b5d1
|
|
|
|
Digest = MD2
|
|
Availablein = legacy
|
|
Input = "abc"
|
|
Output = da853b0d3f88d99b30283a69e6ded6bb
|
|
|
|
Digest = MD2
|
|
Availablein = legacy
|
|
Input = "message digest"
|
|
Output = ab4f496bfb2a530b219ff33031fe06b0
|
|
|
|
Digest = MD2
|
|
Availablein = legacy
|
|
Input = "abcdefghijklmnopqrstuvwxyz"
|
|
Output = 4e8ddff3650292ab5a4108c3aa47940b
|
|
|
|
Digest = MD2
|
|
Availablein = legacy
|
|
Input = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"
|
|
Output = da33def2a42df13975352846c30338cd
|
|
|
|
Digest = MD2
|
|
Availablein = legacy
|
|
Input = "12345678901234567890123456789012345678901234567890123456789012345678901234567890"
|
|
Output = d5976f79d83d3a0dc9806c3c66f3efd8
|