1. 12 Nov, 2018 1 commit
    • Richard Levitte's avatar
      Fix SipHash init order. · 61e78e7a
      Richard Levitte authored
      
      
      Setting the SipHash hash size and setting its key is done with two
      independent functions...  and yet, the internals depend on both.
      
      Unfortunately, the function to change the size wasn't adapted for the
      possibility that the key was set first, with a different hash size.
      
      This changes the hash setting function to fix the internal values
      (which is easy, fortunately) according to the hash size.
      
      evpmac.txt value for digestsize:8 is also corrected.
      
      Reviewed-by: default avatarPaul Dale <paul.dale@oracle.com>
      (Merged from https://github.com/openssl/openssl/pull/7613)
      
      (cherry picked from commit 42503613)
      61e78e7a
  2. 10 Nov, 2018 3 commits
  3. 09 Nov, 2018 5 commits
  4. 08 Nov, 2018 5 commits
  5. 07 Nov, 2018 4 commits
  6. 05 Nov, 2018 8 commits
  7. 04 Nov, 2018 2 commits
  8. 02 Nov, 2018 5 commits
  9. 01 Nov, 2018 1 commit
  10. 31 Oct, 2018 3 commits
  11. 30 Oct, 2018 3 commits