1. 06 2月, 2013 1 次提交
    • B
      Add and use a constant-time memcmp. · 7c770d57
      Ben Laurie 提交于
      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.
      (cherry picked from commit 2ee798880a246d648ecddadc5b91367bee4a5d98)
      7c770d57
  2. 24 1月, 2013 1 次提交
  3. 19 1月, 2013 2 次提交
  4. 18 12月, 2012 1 次提交
  5. 10 12月, 2012 2 次提交
  6. 27 11月, 2012 1 次提交
  7. 22 11月, 2012 1 次提交
  8. 19 11月, 2012 1 次提交
  9. 08 11月, 2012 1 次提交
  10. 11 9月, 2012 2 次提交
  11. 07 9月, 2012 1 次提交
  12. 29 8月, 2012 1 次提交
  13. 15 8月, 2012 1 次提交
  14. 27 7月, 2012 1 次提交
  15. 25 7月, 2012 1 次提交
  16. 24 7月, 2012 2 次提交
  17. 20 7月, 2012 1 次提交
  18. 18 7月, 2012 1 次提交
  19. 03 7月, 2012 2 次提交
  20. 29 6月, 2012 1 次提交
    • D
      Add certificate callback. If set this is called whenever a certificate · 18d71588
      Dr. Stephen Henson 提交于
      is required by client or server. An application can decide which
      certificate chain to present based on arbitrary criteria: for example
      supported signature algorithms. Add very simple example to s_server.
      This fixes many of the problems and restrictions of the existing client
      certificate callback: for example you can now clear existing certificates
      and specify the whole chain.
      18d71588
  21. 28 6月, 2012 2 次提交
  22. 27 6月, 2012 1 次提交
  23. 25 6月, 2012 1 次提交
  24. 22 6月, 2012 1 次提交
  25. 11 6月, 2012 1 次提交
  26. 06 6月, 2012 1 次提交
  27. 04 6月, 2012 1 次提交
  28. 30 5月, 2012 1 次提交
  29. 24 4月, 2012 1 次提交
  30. 18 4月, 2012 1 次提交
  31. 06 4月, 2012 1 次提交
  32. 05 4月, 2012 1 次提交
  33. 04 4月, 2012 1 次提交
  34. 28 3月, 2012 1 次提交
    • D
      Initial revision of ECC extension handling. · d0595f17
      Dr. Stephen Henson 提交于
      Tidy some code up.
      
      Don't allocate a structure to handle ECC extensions when it is used for
      default values.
      
      Make supported curves configurable.
      
      Add ctrls to retrieve shared curves: not fully integrated with rest of
      ECC code yet.
      d0595f17