1. 22 2月, 2003 1 次提交
  2. 14 2月, 2003 2 次提交
  3. 13 1月, 2003 1 次提交
  4. 03 1月, 2003 1 次提交
  5. 29 12月, 2002 1 次提交
  6. 24 12月, 2002 1 次提交
  7. 06 12月, 2002 2 次提交
  8. 05 12月, 2002 1 次提交
  9. 04 12月, 2002 1 次提交
  10. 19 11月, 2002 1 次提交
  11. 16 11月, 2002 1 次提交
  12. 13 11月, 2002 2 次提交
  13. 12 11月, 2002 2 次提交
  14. 09 10月, 2002 2 次提交
  15. 09 8月, 2002 2 次提交
    • B
      make update · 74cc4903
      Bodo Möller 提交于
      74cc4903
    • 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. 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
    • R
      make update · 456bc309
      Richard Levitte 提交于
      456bc309
  17. 30 7月, 2002 1 次提交
  18. 23 7月, 2002 1 次提交
  19. 17 7月, 2002 1 次提交
  20. 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
  21. 28 6月, 2002 1 次提交
  22. 06 6月, 2002 1 次提交
  23. 05 6月, 2002 1 次提交
  24. 04 3月, 2002 1 次提交
  25. 20 2月, 2002 1 次提交
  26. 14 2月, 2002 2 次提交
  27. 06 2月, 2002 1 次提交
  28. 24 1月, 2002 1 次提交
    • R
      make update · fe19c448
      Richard Levitte 提交于
      libeay.num got tweaked so the old des symbols would retain their
      positions.
      fe19c448
  29. 15 1月, 2002 1 次提交
  30. 30 10月, 2001 1 次提交
  31. 25 10月, 2001 1 次提交
    • R
      Due to an increasing number of clashes between modern OpenSSL and · c2e4f17c
      Richard Levitte 提交于
      libdes (which is still used out there) or other des implementations,
      the OpenSSL DES functions are renamed to begin with DES_ instead of
      des_.  Compatibility routines are provided and declared by including
      openssl/des_old.h.  Those declarations are the same as were in des.h
      when the OpenSSL project started, which is exactly how libdes looked
      at that time, and hopefully still looks today.
      
      The compatibility functions will be removed in some future release, at
      the latest in version 1.0.
      c2e4f17c
  32. 04 10月, 2001 1 次提交