Skip to content
  1. Nov 12, 2018
    • 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. Nov 10, 2018
  3. Nov 09, 2018
  4. Nov 08, 2018
  5. Nov 07, 2018
  6. Nov 05, 2018
  7. Nov 04, 2018
  8. Nov 02, 2018
  9. Nov 01, 2018
  10. Oct 31, 2018
  11. Oct 30, 2018