1. 26 3月, 2003 1 次提交
  2. 20 3月, 2003 1 次提交
  3. 22 2月, 2003 1 次提交
  4. 14 2月, 2003 2 次提交
  5. 13 1月, 2003 1 次提交
  6. 11 1月, 2003 2 次提交
  7. 04 1月, 2003 1 次提交
  8. 30 12月, 2002 1 次提交
  9. 24 12月, 2002 1 次提交
  10. 20 12月, 2002 4 次提交
  11. 15 12月, 2002 2 次提交
  12. 06 12月, 2002 2 次提交
  13. 05 12月, 2002 1 次提交
  14. 04 12月, 2002 1 次提交
  15. 29 11月, 2002 1 次提交
  16. 16 11月, 2002 1 次提交
  17. 11 11月, 2002 1 次提交
  18. 07 11月, 2002 1 次提交
  19. 19 10月, 2002 1 次提交
  20. 15 10月, 2002 2 次提交
  21. 12 10月, 2002 1 次提交
  22. 11 10月, 2002 1 次提交
  23. 09 10月, 2002 2 次提交
  24. 04 10月, 2002 1 次提交
  25. 19 8月, 2002 1 次提交
  26. 17 8月, 2002 1 次提交
    • R
      So, I discovered that if you have your $PATH set so a ld different from · f309c1ae
      Richard Levitte 提交于
      GNU ld comes first, checking the usage of collect2 gives that instead of
      GNU ld, even if GNU ld would be the one that would get used if we link using
      gcc.  It's much better, apparently, to ask gcc directly what the path to
      GNU ld is (provided it's there at all and gcc knows about it), and ask
      the result if it's a GNU or not.  The bonus is that our GNU ld detection
      mechanism got shorter and easier to understand...
      f309c1ae
  27. 14 8月, 2002 1 次提交
  28. 09 8月, 2002 2 次提交
    • R
      When we want to give a -f argument to $(MAKE), we'd better make sure the · 17f62793
      Richard Levitte 提交于
      variable doesn't already contain a -f argument.
      PR: 203, part 4
      17f62793
    • 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
  29. 05 8月, 2002 1 次提交
  30. 02 8月, 2002 1 次提交