mirror of
https://github.com/openssl/openssl.git
synced 2024-12-21 06:09:35 +08:00
5ccada09aa
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)
36 lines
1.4 KiB
Plaintext
36 lines
1.4 KiB
Plaintext
#
|
|
# Copyright 2001-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
|
|
|
|
# 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 = X9.42 KDF tests (from RFC2631 test vectors)
|
|
|
|
KDF = X942KDF
|
|
Ctrl.digest = digest:SHA1
|
|
Ctrl.hexsecret = hexsecret:000102030405060708090a0b0c0d0e0f10111213
|
|
Ctrl.cekalg = cekalg:id-smime-alg-CMS3DESwrap
|
|
Output = a09661392376f7044d9052a397883246b67f5f1ef63eb5fb
|
|
|
|
Title = X9.42 KDF tests (RFC3565 2.3.2 Examples)
|
|
|
|
KDF = X942KDF
|
|
Ctrl.digest = digest:SHA1
|
|
Ctrl.hexsecret = hexsecret:000102030405060708090a0b0c0d0e0f10111213
|
|
Ctrl.cekalg = cekalg:id-aes128-wrap
|
|
Output = d6d6b094c1027a7de6e3117294a35364
|
|
|
|
KDF = X942KDF
|
|
Ctrl.digest = digest:SHA1
|
|
Ctrl.hexsecret = hexsecret:000102030405060708090a0b0c0d0e0f10111213
|
|
Ctrl.cekalg = cekalg:id-aes256-wrap
|
|
Ctrl.hexukm = hexukm:0123456789abcdeffedcba98765432010123456789abcdeffedcba98765432010123456789abcdeffedcba98765432010123456789abcdeffedcba9876543201
|
|
Output = 8890585C4E281A5C1167CAA530BED59B3230D893CBA8F922BD1B56A0
|