Skip to content

Fix unit tests to pass for newer OpenSSL versions #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from

Conversation

jmurty
Copy link
Collaborator

@jmurty jmurty commented Jun 2, 2020

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 added 6 commits June 2, 2020 22:56
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
* master:
  #74 Tell users about garbage collection now done as part of flush or uninstall
  #74 Avoid delete of cached plaintext objects on upgrading
  #74 Refactor removal of cached plaintext to a separate function
  #74 Fix cached plaintext removal to account for packed objects
  #74 Improve cached plaintext tests to trigger Git's object packing
  #74 Mention fix to clear cached unencrypted data on flush or uninstall
  #74 Remove cached plaintext of secret files on uninstall or flush
  #74 Add tests that fail due to cached plaintext after flush & uninstall
This passes for me locally on macOS with OpenSSL 1.1.1
@jmurty
Copy link
Collaborator Author

jmurty commented Jun 2, 2020

Merged with a manual rebase

@jmurty jmurty closed this Jun 2, 2020
@jmurty jmurty deleted the fix-tests-for-openssl-1.1 branch June 2, 2020 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant