1. Dec 31, 2019
  2. Aug 09, 2018
  3. Aug 02, 2018
    • Vitaly Chikunov's avatar
      Fix EVP_MD_CTX_copy_ex for OMAC · 636dd0c1
      Vitaly Chikunov authored
      
      
      Openssl copies a state between valid contexts. But, EVP_MD_CTX_copy_ex
      just memcpy-s private data (md_data), which points to OMAC_CTX), which
      have pointer to CMAC_CTX. Copying pointer makes CMAC context just the
      same on the both sides. As a consequence, we can not do normal copy of a
      state between CMAC contexts. As a fix, we just clone it if it's equal
      between copy sides.
      
      Reported-by: default avatarGleb Fotengauer-Malinovskiy <glebfm@altlinux.org>
      636dd0c1
  4. Jul 31, 2018
  5. Jul 26, 2018
  6. Jul 25, 2018
  7. Jul 23, 2018
  8. Jul 22, 2018
  9. Jul 20, 2018
  10. Jul 19, 2018
  11. Jul 17, 2018
  12. Jul 13, 2018
  13. Jun 28, 2018