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

Update AEAD limits for larger packets #4175

Merged
merged 4 commits into from Oct 15, 2020
Merged

Commits on Oct 2, 2020

  1. Update AEAD limits for larger packets

    The analysis describes conditions where higher limits might be allowed,
    and provides a formula in each case that can be used to determine other
    limits more readily.
    
    The number of changes I've made here are somewhat frightening.  This is
    why I resisted doing this.  This will need careful double-checking.
    
    The actual numbers don't concern me much, it's the changes to the
    structure that need to be looked at.  Some of the changes are editorial,
    but they still need extra eyes.
    
    Closes #3701.
    martinthomson committed Oct 2, 2020
    Copy the full SHA
    ef94ae1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Grammaaaaaa!

    martinthomson committed Oct 8, 2020
    Copy the full SHA
    551184a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Code review tweaks

    wrapping needed...
    
    Co-authored-by: Jana Iyengar <jri.ietf@gmail.com>
    martinthomson and janaiyengar committed Oct 15, 2020
    Copy the full SHA
    5280b95 View commit details
    Browse the repository at this point in the history
  2. Wrap

    martinthomson committed Oct 15, 2020
    Copy the full SHA
    feff732 View commit details
    Browse the repository at this point in the history