History log of /openbsd-src/regress/lib/libcrypto/rc2/rc2_test.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 75a38c89 09-Nov-2022 joshua <joshua@openbsd.org>

Remove unnecessary sizeof

ok jsing@ tb@


# 693239cd 12-Sep-2022 tb <tb@openbsd.org>

Add CBC, CFB64 and OFB64 test coverage for RC2

From Joshua Sing


# 2b54cc57 12-Sep-2022 tb <tb@openbsd.org>

whitespace nits


# 08fd9a74 12-Sep-2022 tb <tb@openbsd.org>

Move division by two out of sizeof()

CID 356778


# 3cba5606 07-Sep-2022 tb <tb@openbsd.org>

Add EVP test coverage for RC2.

From Joshua Sing


# f859d7ad 06-Sep-2022 tb <tb@openbsd.org>

Add a table-driven test for RC2 in ECB mode to replace the old one.

From Joshua Sing