1. 19 8月, 2014 1 次提交
  2. 13 8月, 2014 1 次提交
  3. 06 9月, 2013 1 次提交
  4. 18 7月, 2013 2 次提交
  5. 15 7月, 2013 1 次提交
    • A
      Make `safe' (EC)DSA nonces the default. · 190c615d
      Adam Langley 提交于
      This change updates 8a99cb29 to make the generation of (EC)DSA nonces
      using the message digest the default. It also reverts the changes to
      (EC)DSA_METHOD structure.
      
      In addition to making it the default, removing the flag from EC_KEY
      means that FIPS modules will no longer have an ABI mismatch.
      190c615d
  6. 14 6月, 2013 1 次提交
    • A
      Add secure DSA nonce flag. · 8a99cb29
      Adam Langley 提交于
      This change adds the option to calculate (EC)DSA nonces by hashing the
      message and private key along with entropy to avoid leaking the private
      key if the PRNG fails.
      8a99cb29
  7. 06 10月, 2012 1 次提交
  8. 11 9月, 2012 1 次提交
  9. 21 2月, 2012 1 次提交
  10. 19 10月, 2011 2 次提交
  11. 18 6月, 2011 1 次提交
  12. 24 4月, 2011 1 次提交
  13. 25 3月, 2011 1 次提交
  14. 13 2月, 2011 2 次提交
  15. 03 2月, 2011 1 次提交
  16. 25 1月, 2011 1 次提交
  17. 26 8月, 2010 2 次提交
  18. 12 11月, 2008 1 次提交
  19. 02 11月, 2008 1 次提交
  20. 22 5月, 2007 1 次提交
  21. 06 4月, 2007 1 次提交
  22. 22 11月, 2006 1 次提交
  23. 28 9月, 2006 1 次提交
  24. 18 7月, 2006 1 次提交
  25. 12 5月, 2006 1 次提交
  26. 17 4月, 2006 1 次提交
  27. 28 3月, 2006 1 次提交
  28. 20 3月, 2006 1 次提交
  29. 09 1月, 2006 2 次提交
  30. 19 9月, 2005 1 次提交
  31. 03 9月, 2005 1 次提交
  32. 16 5月, 2005 1 次提交
    • N
      ecc api cleanup; summary: · 9dd84053
      Nils Larsch 提交于
      - hide the EC_KEY structure definition in ec_lcl.c + add
        some functions to use/access the EC_KEY fields
      - change the way how method specific data (ecdsa/ecdh) is
        attached to a EC_KEY
      - add ECDSA_sign_ex and ECDSA_do_sign_ex functions with
        additional parameters for pre-computed values
      - rebuild libeay.num from 0.9.7
      9dd84053
  33. 11 5月, 2005 1 次提交
    • B
      Fix more error codes. · 8afca8d9
      Bodo Möller 提交于
      (Also improve util/ck_errf.pl script, and occasionally
      fix source code formatting.)
      8afca8d9
  34. 10 5月, 2005 1 次提交
  35. 09 5月, 2005 1 次提交