libressl / openbsd

Source code pulled from OpenBSD for LibreSSL - this includes most of the library and supporting code. The place to contribute to this code is via the OpenBSD CVS tree. Please mail patches to tech@openbsd.org, instead of submitting pull requests, since this tree is often rebased.
231 stars 92 forks source link

libcrypto: Add CBC, CFB64 and OFB64 test coverage for RC2 #141

Closed joshuasing closed 2 years ago

joshuasing commented 2 years ago

I have added CBC, CFB64 and OFB64 test coverage for RC2 as a follow up for #138

botovq commented 2 years ago

Committed, thanks.

I assume you are going to use the currently unused .padding member in a follow-up? By the way, there is a missing trailing comma after = 1 here.