1. 13 2月, 2011 1 次提交
  2. 16 3月, 2006 1 次提交
  3. 09 2月, 2006 1 次提交
  4. 09 1月, 2006 1 次提交
  5. 03 9月, 2005 1 次提交
  6. 21 5月, 2005 1 次提交
  7. 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
  8. 09 5月, 2005 1 次提交
  9. 27 4月, 2005 1 次提交
  10. 10 3月, 2005 1 次提交
    • B
      Fix typo · 80c808b9
      Bodo Möller 提交于
      PR: 1017
      Submitted by: ciresh@yahoo.com
      Reviewed by: Nils Larsch
      80c808b9
  11. 14 3月, 2004 1 次提交
    • G
      Convert openssl code not to assume the deprecated form of BN_zero(). · b6358c89
      Geoff Thorpe 提交于
      Remove certain redundant BN_zero() initialisations, because BN_CTX_get(),
      BN_init(), [etc] already initialise to zero.
      
      Correct error checking in bn_sqr.c, and be less wishy-wash about how/why
      the result's 'top' value is set (note also, 'max' is always > 0 at this
      point).
      b6358c89
  12. 21 7月, 2003 1 次提交
  13. 13 2月, 2003 1 次提交
    • B
      Allow EC_GROUP objects to share precomputation for improved memory · ba729265
      Bodo Möller 提交于
      efficiency (EC_PRE_COMP objects are now constant once completed).
      
      Extend 'extra_data' API to support arbitrarily many slots (although we
      need only one at the moment).
      
      Modify EC internal 'extra_data' API: EC_GROUP_[clear_]free_extra_data
      now frees only a single slot (the previous functions are available as
      EC_GROUP_[clear_]free_all_extra_data).
      
      Submitted by: Nils Larsch
      Reviewed by: Bodo Moeller
      ba729265
  14. 07 2月, 2003 1 次提交
  15. 28 11月, 2002 1 次提交
  16. 26 8月, 2002 2 次提交
  17. 02 8月, 2002 2 次提交
    • B
      Rename implementations of method functions so that they match · 35b73a1f
      Bodo Möller 提交于
      the new method names where _GF... suffixes have been removed.
      
      Revert changes to ..._{get/set}_Jprojective_coordinates_...:
      The current implementation for ECC over binary fields does not use
      projective coordinates, and if it did, it would not use Jacobian
      projective coordinates; so it's OK to use the ..._GFp prefix for all
      this.
      
      Add author attributions to some files so that it doesn't look
      as if Sun wrote all of this :-)
      35b73a1f
    • B
      add support for elliptic curves over binary fields · 7793f30e
      Bodo Möller 提交于
      Submitted by: Duglas Stebila <douglas.stebila@sun.com>,
                    Sheueling Chang <sheueling.chang@sun.com>
      
      (CHANGES entries by Bodo Moeller)
      7793f30e
  18. 18 6月, 2002 1 次提交
  19. 12 6月, 2002 1 次提交
  20. 10 6月, 2002 1 次提交
  21. 21 5月, 2002 1 次提交
  22. 08 5月, 2002 1 次提交
  23. 20 3月, 2002 1 次提交
  24. 18 3月, 2002 1 次提交
    • B
      Fix bugs and typos. · af28dd6c
      Bodo Möller 提交于
      Add some WTLS curves.
      New function EC_GROUP_check() (this will probably
      be implemented differently soon).
      
      Submitted by: Nils Larsch
      Reviewed by: Bodo Moeller
      af28dd6c
  25. 06 3月, 2002 1 次提交
  26. 14 2月, 2002 2 次提交
  27. 11 3月, 2001 1 次提交
  28. 09 3月, 2001 1 次提交
  29. 08 3月, 2001 4 次提交
  30. 07 3月, 2001 5 次提交