1. 25 9月, 2002 7 次提交
  2. 23 9月, 2002 1 次提交
  3. 22 9月, 2002 2 次提交
  4. 19 9月, 2002 2 次提交
  5. 16 9月, 2002 2 次提交
  6. 10 9月, 2002 2 次提交
  7. 09 9月, 2002 1 次提交
    • D
      · 48921e00
      Dr. Stephen Henson 提交于
      Really fix PKCS7_set_detached this time...
      48921e00
  8. 08 9月, 2002 1 次提交
    • D
      · f8049301
      Dr. Stephen Henson 提交于
      Fix typos in PKCS#12 ASN1 code.
      
      Make PKCS7_set_detached work again.
      f8049301
  9. 05 9月, 2002 1 次提交
  10. 02 9月, 2002 3 次提交
  11. 31 8月, 2002 1 次提交
  12. 29 8月, 2002 2 次提交
  13. 27 8月, 2002 3 次提交
  14. 26 8月, 2002 5 次提交
  15. 23 8月, 2002 5 次提交
  16. 19 8月, 2002 1 次提交
  17. 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