Skip to content
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

Reinit sign context in soter tests #319

Merged
merged 1 commit into from
Aug 29, 2018
Merged

Commits on Aug 29, 2018

  1. Reinit sign context in soter tests

    When we verify signature (even incorrect one), usually the internal hash/digest
    context is finalised and cannot be reused. OpenSSL is one exception: by default
    it creates an internal copy of the digest context and finalises the copy, so the
    original context can be reused, but it is not a generic case. Since Themis may
    have other cryptobackends, update the test to cover more generic cases, where
    internal hash context cannot be reused.
    ignatk committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    0d23018 View commit details
    Browse the repository at this point in the history