1# 2# Copyright 2001-2020 The OpenSSL Project Authors. All Rights Reserved. 3# 4# Licensed under the Apache License 2.0 (the "License"). You may not use 5# this file except in compliance with the License. You can obtain a copy 6# in the file LICENSE in the source distribution or at 7# https://www.openssl.org/source/license.html 8 9# Tests start with one of these keywords 10# Cipher Decrypt Derive Digest Encoding KDF MAC PBE 11# PrivPubKeyPair Sign Verify VerifyRecover 12# and continue until a blank line. Lines starting with a pound sign are ignored. 13 14Title = RIPEMD160 tests 15 16Availablein = legacy default 17Digest = RIPEMD160 18Input = "" 19Output = 9c1185a5c5e9fc54612808977ee8f548b2258d31 20 21Availablein = legacy default 22Digest = RIPEMD160 23Input = "a" 24Output = 0bdc9d2d256b3ee9daae347be6f4dc835a467ffe 25 26Availablein = legacy default 27Digest = RIPEMD160 28Input = "abc" 29Output = 8eb208f7e05d987a9b044a8e98c6b087f15a0bfc 30 31Availablein = legacy default 32Digest = RIPEMD160 33Input = "message digest" 34Output = 5d0689ef49d2fae572b881b123a85ffa21595f36 35 36Availablein = legacy default 37Digest = RIPEMD160 38Input = "abcdefghijklmnopqrstuvwxyz" 39Output = f71c27109c692c1b56bbdceb5b9d2865b3708dbc 40 41Availablein = legacy default 42Digest = RIPEMD160 43Input = "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq" 44Output = 12a053384a9c0c88e405a06c27dcf49ada62eb2b 45 46Availablein = legacy default 47Digest = RIPEMD160 48Input = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" 49Output = b0e20b6e3116640286ed3a87a5713079b21f5189 50 51Availablein = legacy default 52Digest = RIPEMD160 53Input = "12345678901234567890123456789012345678901234567890123456789012345678901234567890" 54Output = 9b752e45573d4b39f4dbd3323cab82bf63326bfb 55