1. 28 9月, 2006 1 次提交
  2. 30 1月, 2006 1 次提交
  3. 10 5月, 2005 1 次提交
  4. 09 5月, 2005 1 次提交
  5. 27 4月, 2005 1 次提交
  6. 05 5月, 2004 1 次提交
  7. 11 11月, 2003 1 次提交
  8. 22 2月, 2003 1 次提交
  9. 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
  10. 25 1月, 2003 1 次提交
  11. 27 8月, 2002 1 次提交
  12. 26 8月, 2002 2 次提交
  13. 15 8月, 2002 1 次提交
  14. 10 8月, 2002 1 次提交
  15. 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
  16. 07 8月, 2002 1 次提交
  17. 26 7月, 2002 1 次提交
  18. 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
  19. 12 6月, 2002 1 次提交
  20. 10 6月, 2002 1 次提交