1. 06 10月, 2012 1 次提交
  2. 12 6月, 2010 1 次提交
  3. 21 1月, 2007 1 次提交
  4. 21 5月, 2005 1 次提交
  5. 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
  6. 29 4月, 2005 1 次提交
  7. 27 4月, 2005 1 次提交
  8. 21 10月, 2004 1 次提交
  9. 20 4月, 2004 1 次提交
  10. 28 2月, 2003 1 次提交
  11. 28 11月, 2002 1 次提交
  12. 29 10月, 2002 1 次提交
  13. 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