1. 21 7月, 2003 1 次提交
  2. 21 3月, 2003 1 次提交
  3. 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
  4. 07 2月, 2003 1 次提交
  5. 29 10月, 2002 1 次提交
  6. 28 10月, 2002 2 次提交
  7. 02 9月, 2002 1 次提交
  8. 27 8月, 2002 1 次提交
  9. 26 8月, 2002 2 次提交
  10. 15 8月, 2002 1 次提交
  11. 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
  12. 07 8月, 2002 1 次提交
  13. 02 8月, 2002 3 次提交
  14. 26 7月, 2002 1 次提交
  15. 15 7月, 2002 1 次提交
    • B
      Replace 'ecdsaparam' commandline utility by 'ecparam' · 5dbd3efc
      Bodo Möller 提交于
      (the same keys can be used for ECC schemes other than ECDSA)
      and add some new options.
      
      Similarly, use string "EC PARAMETERS" instead of "ECDSA PARAMETERS"
      in 'PEM' format.
      
      Fix ec_asn1.c (take into account the desired conversion form).
      
      'make update'.
      
      Submitted by: Nils Larsch
      5dbd3efc
  16. 18 6月, 2002 1 次提交
  17. 12 6月, 2002 1 次提交
  18. 10 6月, 2002 1 次提交
  19. 30 5月, 2002 1 次提交
  20. 08 5月, 2002 1 次提交
  21. 08 4月, 2002 1 次提交
  22. 20 3月, 2002 1 次提交
  23. 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
  24. 07 3月, 2002 1 次提交
  25. 06 3月, 2002 1 次提交
  26. 14 2月, 2002 2 次提交
  27. 16 11月, 2001 1 次提交
  28. 26 9月, 2001 1 次提交
  29. 10 7月, 2001 1 次提交
  30. 21 3月, 2001 1 次提交
  31. 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
  32. 14 3月, 2001 1 次提交
  33. 12 3月, 2001 1 次提交
  34. 11 3月, 2001 2 次提交