1. 10 5月, 2005 1 次提交
  2. 27 4月, 2005 1 次提交
  3. 13 4月, 2005 1 次提交
  4. 21 2月, 2003 1 次提交
    • B
      ECPublicKey_set_octet_string and ECPublicKey_get_octet_string · 62e3163b
      Bodo Möller 提交于
      behaviour was not quite consistent with the conventions
      for d2i and i2d functions as far as handling of the 'out'
      or 'in' pointer is concerned.
      
      This patch changes this behaviour, and renames the functions to
      o2i_ECPublicKey and i2o_ECPublicKey (not 'd2i' and 'i2d' because the
      external encoding is just a raw object string without any DER icing).
      
      Submitted by: Nils Larsch
      62e3163b
  5. 07 2月, 2003 1 次提交
  6. 28 10月, 2002 2 次提交
  7. 27 8月, 2002 1 次提交
  8. 15 8月, 2002 1 次提交
  9. 07 8月, 2002 1 次提交
  10. 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
  11. 18 6月, 2002 1 次提交
  12. 10 6月, 2002 1 次提交
  13. 20 3月, 2002 1 次提交
  14. 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
  15. 14 2月, 2002 3 次提交
  16. 16 11月, 2001 1 次提交
  17. 16 3月, 2001 1 次提交
    • B
      Completely remove mont2 stuff. · 4f69172d
      Bodo Möller 提交于
      It does not appear to be faster than the current Montgomery code
      except for very small moduli (somewhere between 192 and 224 bits
      in a 64-bit Sun environment, and even less than 192 bits
      on 32 bit systems).
      4f69172d
  18. 14 3月, 2001 1 次提交
  19. 12 3月, 2001 1 次提交
  20. 11 3月, 2001 3 次提交
  21. 09 3月, 2001 2 次提交
  22. 08 3月, 2001 5 次提交
  23. 07 3月, 2001 2 次提交
  24. 06 3月, 2001 1 次提交
  25. 20 2月, 2001 1 次提交
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  26. 05 3月, 2000 1 次提交
  27. 25 4月, 1999 1 次提交
  28. 24 4月, 1999 1 次提交