1. 14 2月, 2003 1 次提交
    • R
      Add full support for -rpath/-R, both in shared libraries and · 2d3de726
      Richard Levitte 提交于
      applications, at least on the platforms where it's known how
      to do it.
      
      Note: this has only been tested on GNU-based platforms (Linux), and
      needs to be tested on all others.  Additionally, it's not yet
      supported on the following platforms, for lack of information:
      
      Darwin (MacOS X)
      Cygwin
      OSF1/Alpha
      SVR3
      ReliantUNIX
      
      Please help out with testing and the platforms we don't yet know well
      enough.
      2d3de726
  2. 13 1月, 2003 1 次提交
  3. 11 1月, 2003 2 次提交
  4. 04 1月, 2003 1 次提交
  5. 30 12月, 2002 1 次提交
  6. 24 12月, 2002 1 次提交
  7. 20 12月, 2002 4 次提交
  8. 15 12月, 2002 2 次提交
  9. 06 12月, 2002 2 次提交
  10. 05 12月, 2002 1 次提交
  11. 04 12月, 2002 1 次提交
  12. 29 11月, 2002 1 次提交
  13. 16 11月, 2002 1 次提交
  14. 11 11月, 2002 1 次提交
  15. 07 11月, 2002 1 次提交
  16. 19 10月, 2002 1 次提交
  17. 15 10月, 2002 2 次提交
  18. 12 10月, 2002 1 次提交
  19. 11 10月, 2002 1 次提交
  20. 09 10月, 2002 2 次提交
  21. 04 10月, 2002 1 次提交
  22. 19 8月, 2002 1 次提交
  23. 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
  24. 14 8月, 2002 1 次提交
  25. 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
  26. 05 8月, 2002 1 次提交
  27. 02 8月, 2002 2 次提交
  28. 31 7月, 2002 2 次提交
  29. 23 7月, 2002 1 次提交