mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
ed5cb1776b
One of the MDC2 test applications can be done using evp_test. This makes it so. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10831)
28 lines
714 B
Plaintext
28 lines
714 B
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 = MDC2 test vectors
|
|
|
|
Digest = MDC2
|
|
Availablein = default
|
|
Input = "Now is the time for all "
|
|
Output = 42e50cd224baceba760bdd2bd409281a
|
|
|
|
Digest = MDC2
|
|
Availablein = default
|
|
Padding = 1
|
|
Input = "Now is the time for all "
|
|
Output = 42e50cd224baceba760bdd2bd409281a
|
|
|
|
Digest = MDC2
|
|
Availablein = default
|
|
Padding = 2
|
|
Input = "Now is the time for all "
|
|
Output = 2e4679b5add9ca7535d87afeab33bee2
|