1. 14 12月, 2004 2 次提交
  2. 12 11月, 2004 1 次提交
  3. 05 11月, 2004 1 次提交
  4. 02 11月, 2004 1 次提交
    • R
      Because -rpath/-R may have been used, our settings of LD_LIBRARY_PATH · ffd0f93f
      Richard Levitte 提交于
      and friends may be entirely useless.  In such a case, LD_PRELOAD is
      the answer, at least on platforms using LD_LIBRARY_PATH.  There might
      be other variables to set on other platforms, please fill us in...
      
      For now, we only do this with the tests, so they won't fail for silly
      reasons like getting dynamically linked to older installed libraries
      rather than the newly built ones...
      
      PR: 960
      ffd0f93f
  5. 29 6月, 2004 1 次提交
  6. 21 5月, 2004 1 次提交
  7. 18 5月, 2004 1 次提交
  8. 20 4月, 2004 1 次提交
  9. 27 12月, 2003 1 次提交
  10. 01 5月, 2003 1 次提交
  11. 11 4月, 2003 1 次提交
  12. 22 3月, 2003 1 次提交
  13. 21 3月, 2003 1 次提交
  14. 20 3月, 2003 2 次提交
  15. 22 2月, 2003 1 次提交
  16. 14 2月, 2003 2 次提交
  17. 13 1月, 2003 1 次提交
  18. 03 1月, 2003 1 次提交
  19. 29 12月, 2002 1 次提交
  20. 24 12月, 2002 1 次提交
  21. 06 12月, 2002 2 次提交
  22. 05 12月, 2002 1 次提交
  23. 04 12月, 2002 1 次提交
  24. 19 11月, 2002 1 次提交
  25. 16 11月, 2002 1 次提交
  26. 13 11月, 2002 2 次提交
  27. 12 11月, 2002 2 次提交
  28. 09 10月, 2002 2 次提交
  29. 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
  30. 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
  31. 30 7月, 2002 1 次提交