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.
230 stars 92 forks source link

libcrypto: Add EVP test coverage for RC2 #139

Closed joshuasing closed 2 years ago

joshuasing commented 2 years ago

I have added EVP test coverage for RC2 as a follow up for #138 I plan to add tests for different modes as more follow ups.

joshuasing commented 2 years ago

This appears to have been merged upstream.