elasticdog / transcrypt

transparently encrypt files within a git repository
MIT License
1.43k stars 102 forks source link

Fix unit tests to pass for newer OpenSSL versions #90

Closed jmurty closed 4 years ago

jmurty commented 4 years ago

Adjust a couple of 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

jmurty commented 4 years ago

Merged with a manual rebase