Skip to content
  1. Sep 25, 2002
  2. Sep 23, 2002
  3. Sep 22, 2002
  4. Sep 19, 2002
  5. Sep 16, 2002
  6. Sep 10, 2002
  7. Sep 08, 2002
    • Dr. Stephen Henson's avatar
      · 48921e00
      Dr. Stephen Henson authored
      Really fix PKCS7_set_detached this time...
      48921e00
  8. Sep 07, 2002
    • Dr. Stephen Henson's avatar
      · f8049301
      Dr. Stephen Henson authored
      Fix typos in PKCS#12 ASN1 code.
      
      Make PKCS7_set_detached work again.
      f8049301
  9. Sep 05, 2002
  10. Sep 02, 2002
  11. Aug 30, 2002
  12. Aug 29, 2002
  13. Aug 28, 2002
  14. Aug 27, 2002
  15. Aug 26, 2002
  16. Aug 23, 2002
    • Dr. Stephen Henson's avatar
      · 41ab00be
      Dr. Stephen Henson authored
      Reinstate the check for invalid length BIT STRINGS,
      which was effectively bypassed in the ASN1 changed.
      41ab00be
  17. Aug 22, 2002
  18. Aug 18, 2002
  19. Aug 17, 2002
    • Richard Levitte's avatar
      So, I discovered that if you have your $PATH set so a ld different from · f309c1ae
      Richard Levitte authored
      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