1. 12 Mar, 2014 1 commit
    • Dr. Stephen Henson's avatar
      Fix for CVE-2014-0076 · f9b6c0ba
      Dr. Stephen Henson authored
      Fix for the attack described in the paper "Recovering OpenSSL
      ECDSA Nonces Using the FLUSH+RELOAD Cache Side-channel Attack"
      by Yuval Yarom and Naomi Benger. Details can be obtained from:
      http://eprint.iacr.org/2014/140
      
      Thanks to Yuval Yarom and Naomi Benger for discovering this
      flaw and to Yuval Yarom for supplying a fix.
      (cherry picked from commit 2198be34)
      
      Conflicts:
      
      	CHANGES
      f9b6c0ba
  2. 10 Mar, 2014 2 commits
  3. 07 Mar, 2014 3 commits
  4. 06 Mar, 2014 3 commits
  5. 03 Mar, 2014 1 commit
  6. 01 Mar, 2014 3 commits
    • Dr. Stephen Henson's avatar
      PKCS#8 support for alternative PRFs. · 5693a308
      Dr. Stephen Henson authored
      Add option to set an alternative to the default hmacWithSHA1 PRF
      for PKCS#8 private key encryptions. This is used automatically
      by PKCS8_encrypt if the nid specified is a PRF.
      
      Add option to pkcs8 utility.
      
      Update docs.
      (cherry picked from commit b60272b0)
      5693a308
    • Dr. Stephen Henson's avatar
      Fix memory leak. · 01757858
      Dr. Stephen Henson authored
      (cherry picked from commit 124d2188)
      01757858
    • Dr. Stephen Henson's avatar
      Add function to free compression methods. · db7b5e0d
      Dr. Stephen Henson authored
      Although the memory allocated by compression methods is fixed and
      cannot grow over time it can cause warnings in some leak checking
      tools. The function SSL_COMP_free_compression_methods() will free
      and zero the list of supported compression methods. This should
      *only* be called in a single threaded context when an application
      is shutting down to avoid interfering with existing contexts
      attempting to look up compression methods.
      (cherry picked from commit 976c5830)
      db7b5e0d
  7. 28 Feb, 2014 1 commit
  8. 27 Feb, 2014 5 commits
  9. 26 Feb, 2014 5 commits
  10. 25 Feb, 2014 7 commits
  11. 24 Feb, 2014 4 commits
  12. 23 Feb, 2014 2 commits
    • Dr. Stephen Henson's avatar
      Only set current certificate to valid values. · 358d352a
      Dr. Stephen Henson authored
      When setting the current certificate check that it has a corresponding
      private key.
      358d352a
    • Dr. Stephen Henson's avatar
      New chain building flags. · 13dc3ce9
      Dr. Stephen Henson authored
      New flags to build certificate chains. The can be used to rearrange
      the chain so all an application needs to do is add all certificates
      in arbitrary order and then build the chain to check and correct them.
      
      Add verify error code when building chain.
      
      Update docs.
      13dc3ce9
  13. 21 Feb, 2014 2 commits
  14. 20 Feb, 2014 1 commit