1. 12 Nov, 2018 1 commit
    • Richard Levitte's avatar
      Fix SipHash init order. · 42503613
      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)
      42503613
  2. 11 Nov, 2018 1 commit
  3. 10 Nov, 2018 7 commits
  4. 09 Nov, 2018 2 commits
  5. 08 Nov, 2018 8 commits
  6. 07 Nov, 2018 4 commits
  7. 05 Nov, 2018 17 commits