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

Fix Repeating Nonces #292

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fix Repeating Nonces #292

wants to merge 4 commits into from

Commits on Dec 20, 2020

  1. Move AEAD encryption to struct

    This is so we can store the generated nonces to prevent reuse
    NHAS committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    79f4d32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57e6389 View commit details
    Browse the repository at this point in the history
  3. Handle edge cases of nonce reuse

    NHAS committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    30866b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Fix small vulnerability

    An attacker would be able to cause the regeneration of nonces without verifying that the nonce was actually in use
    NHAS committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    8b4bcd7 View commit details
    Browse the repository at this point in the history