mirror of
https://github.com/openssl/openssl.git
synced 2025-02-11 14:22:43 +08:00
Changed many tests so they also test fips (and removed 'availablein = default' from some tests). Seperated the monolithic evppkey.txt file into smaller maintainable groups. Changed the availablein option so it must be first - this then skips the entire test before any fetching happens. Changed the code so that all the OPENSSL_NO_XXXX tests are done in code via methods such as is_cipher_disabled(alg), before the fetch happens. Added missing libctx's found by adding a libctx to test_evp. Broke up large data files for cipher, kdf's and mac's into smaller pieces so they no longer need 'AvailableIn = default' Added missing algorithm aliases for cipher/digests to the providers. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12236)
24 lines
647 B
Plaintext
24 lines
647 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
|
|
Input = "Now is the time for all "
|
|
Output = 42e50cd224baceba760bdd2bd409281a
|
|
|
|
Digest = MDC2
|
|
Padding = 1
|
|
Input = "Now is the time for all "
|
|
Output = 42e50cd224baceba760bdd2bd409281a
|
|
|
|
Digest = MDC2
|
|
Padding = 2
|
|
Input = "Now is the time for all "
|
|
Output = 2e4679b5add9ca7535d87afeab33bee2
|