1. 07 Jun, 2018 1 commit
    • 212472270's avatar
      crypto/cipher: replace NewGCMWithNonceAndTagSize with NewGCMWithTagSize · 33f17683
      212472270 authored
      This function was added during the Go 1.11 dev cycle and isn't part of
      the API compatibility promise yet.
      
      In the previous implementation, NewGCMWithNonceAndTagSize was being used
      as a helper function for NewGCM, NewGCMWithTagSize, and NewGCMWithNonceSize.
      With the removal of Nonce size from the name and parameters, we needed to
      add an unexported helper function newGCMWithNonceAndTagSize.
      
      Fixes #24977
      
      Change-Id: Ie70f2a192d0556c4f890deb62e68cff6bbbccd33
      Reviewed-on: https://go-review.googlesource.com/116435Reviewed-by: default avatarFilippo Valsorda <filippo@golang.org>
      Run-TryBot: Filippo Valsorda <filippo@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      33f17683
  2. 06 Jun, 2018 14 commits
  3. 05 Jun, 2018 9 commits
  4. 04 Jun, 2018 11 commits
  5. 02 Jun, 2018 1 commit
  6. 01 Jun, 2018 4 commits