1. 28 Jan, 2013 1 commit
    • Ben Laurie's avatar
      Add and use a constant-time memcmp. · 2ee79888
      Ben Laurie authored
      This change adds CRYPTO_memcmp, which compares two vectors of bytes in
      an amount of time that's independent of their contents. It also changes
      several MAC compares in the code to use this over the standard memcmp,
      which may leak information about the size of a matching prefix.
      2ee79888
  2. 23 Jan, 2013 1 commit
  3. 22 Jan, 2013 2 commits
  4. 20 Jan, 2013 1 commit
  5. 19 Jan, 2013 2 commits
  6. 14 Jan, 2013 2 commits
  7. 13 Jan, 2013 2 commits
  8. 12 Jan, 2013 1 commit
  9. 07 Jan, 2013 4 commits
  10. 30 Dec, 2012 1 commit
  11. 23 Dec, 2012 1 commit
  12. 16 Dec, 2012 1 commit
  13. 14 Dec, 2012 1 commit
  14. 13 Dec, 2012 3 commits
  15. 06 Dec, 2012 1 commit
  16. 05 Dec, 2012 1 commit
  17. 04 Dec, 2012 1 commit
  18. 03 Dec, 2012 1 commit
  19. 01 Dec, 2012 1 commit
  20. 29 Nov, 2012 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2803 · f20ba1c9
      Dr. Stephen Henson authored
      Submitted by: jean-etienne.schwartz@bull.net
      
      In OCSP_basic_varify return an error if X509_STORE_CTX_init fails.
      f20ba1c9
  21. 22 Nov, 2012 1 commit
  22. 21 Nov, 2012 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2908 · eb3a3911
      Dr. Stephen Henson authored
      Submitted by: Dmitry Belyavsky <beldmit@gmail.com>
      
      Fix DH double free if parameter generation fails.
      eb3a3911
  23. 20 Nov, 2012 1 commit
  24. 19 Nov, 2012 1 commit
  25. 18 Nov, 2012 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2880 · e7b85bc4
      Dr. Stephen Henson authored
      Submitted by: "Florian Rüchel" <florian.ruechel@ruhr-uni-bochum.de>
      
      Correctly handle local machine keys in the capi ENGINE.
      e7b85bc4
  26. 15 Nov, 2012 1 commit
  27. 16 Oct, 2012 2 commits
  28. 05 Oct, 2012 1 commit
  29. 24 Sep, 2012 2 commits