1. 08 12月, 2014 2 次提交
  2. 30 8月, 2014 1 次提交
  3. 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
  4. 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
  5. 06 10月, 2012 1 次提交
  6. 16 11月, 2011 1 次提交
  7. 23 10月, 2011 1 次提交
  8. 11 5月, 2011 1 次提交
  9. 24 4月, 2011 2 次提交
  10. 19 4月, 2011 1 次提交
  11. 14 4月, 2011 2 次提交
  12. 16 2月, 2011 1 次提交
  13. 15 2月, 2011 1 次提交
    • D
      Reorganise ECC code for inclusion in FIPS module. · 84b08eee
      Dr. Stephen Henson 提交于
      Move compression, point2oct and oct2point functions into separate files.
      
      Add a flags field to EC_METHOD.
      
      Add a flag EC_FLAGS_DEFAULT_OCT to use the default compession and oct
      functions (all existing methods do this). This removes dependencies from
      EC_METHOD while keeping original functionality.
      84b08eee
  14. 13 2月, 2011 1 次提交
  15. 25 1月, 2011 1 次提交
  16. 24 1月, 2011 1 次提交
  17. 19 1月, 2011 2 次提交
  18. 24 9月, 2008 1 次提交
  19. 17 5月, 2005 1 次提交
  20. 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
  21. 27 4月, 2005 1 次提交
  22. 20 2月, 2003 1 次提交
    • B
      typo · fbbfd86b
      Bodo Möller 提交于
      PR: 511
      Submitted by: Eric Cronin
      fbbfd86b
  23. 28 11月, 2002 1 次提交
  24. 10 8月, 2002 1 次提交
  25. 09 8月, 2002 1 次提交
    • B
      Add ECDH support. · e172d60d
      Bodo Möller 提交于
      Additional changes:
       - use EC_GROUP_get_degree() in apps/req.c
       - add ECDSA and ECDH to apps/speed.c
       - adds support for EC curves over binary fields to ECDSA
       - new function EC_KEY_up_ref() in crypto/ec/ec_key.c
       - reorganize crypto/ecdsa/ecdsatest.c
       - add engine support for ECDH
       - fix a few bugs in ECDSA engine support
      
      Submitted by: Douglas Stebila <douglas.stebila@sun.com>
      e172d60d
  26. 07 8月, 2002 1 次提交