You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix unit tests to run and pass with OpenSSL >= 1.1
Adjust GitHub tests to run on older and newer versions of OpenSSL
by using older and newer versions of Ubuntu.
Fix tests by changing a few output checks to look for expected text
anywhere in the output, instead of at specific lines, so tests will
pass despite warning output like this:
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
See also #55
Also print OpenSSL version on test runs to aid debugging.
0 commit comments