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

crypto: check for invalid chacha20-poly1305 IVs #26537

Commits on Mar 8, 2019

  1. crypto: check for invalid chacha20-poly1305 IVs

    IV lengths of 13, 14, 15, and 16 are invalid, but are not checked by
    OpenSSL. IV lengths of 17 or greater are also invalid, but they
    were already checked by OpenSSL.
    
    See:
    - openssl/openssl@f426625b6a
    - https://www.openssl.org/news/secadv/20190306.txt
    sam-github committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    481bc07 View commit details
    Browse the repository at this point in the history