1. 21 Sep, 2001 1 commit
  2. 20 Sep, 2001 3 commits
  3. 12 Sep, 2001 1 commit
  4. 11 Sep, 2001 1 commit
  5. 10 Sep, 2001 1 commit
  6. 07 Sep, 2001 1 commit
  7. 06 Sep, 2001 2 commits
  8. 05 Sep, 2001 5 commits
  9. 04 Sep, 2001 1 commit
  10. 03 Sep, 2001 2 commits
  11. 02 Sep, 2001 1 commit
  12. 01 Sep, 2001 1 commit
  13. 25 Aug, 2001 3 commits
  14. 19 Aug, 2001 1 commit
  15. 18 Aug, 2001 2 commits
  16. 17 Aug, 2001 1 commit
    • Dr. Stephen Henson's avatar
      · 35bf3541
      Dr. Stephen Henson authored
      Add CRL utility functions to allow CRLs to be
      built up without accessing structures directly.
      
      Update ca.c to use new functions.
      
      Fix ca.c so it now build CRLs correctly again.
      35bf3541
  17. 16 Aug, 2001 1 commit
  18. 10 Aug, 2001 1 commit
    • Richard Levitte's avatar
      Apply the Tru64 patch from Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu> · 6bc847e4
      Richard Levitte authored
      His comments are:
      
      1) Changes all references for `True64' to be `Tru64', which is the correct
      spelling for the OS name.
      
      2) Makes `alpha-cc' be the same as `alpha164-cc', and adds an `alphaold-cc'
      entry that is the same as the previous `alpha-cc'.  The reason is that most
      people these days are using the newer compiler, so it should be the default.
      
      3) Adds a bit of commentary to Configure, regarding the name changes of
      the OS over the years, so it's not so confusing to people that haven't been
      with the OS for a while.
      
      4) Adds an `alpha-cc-rpath' target (which is *not* selected automatically
      by Configure under any circumstance) that builds an RPATH into the
      shared libraries.  This is explained in the comment in Configure.  It's
      very very useful for people that want it, and people that don't want it
      just shouldn't choose that target.
      
      5) Adds the `-pthread' flag as the best way to get POSIX thread support
      from the newer compiler.
      
      6) ...
      6bc847e4
  19. 07 Aug, 2001 1 commit
  20. 03 Aug, 2001 2 commits
  21. 01 Aug, 2001 1 commit
  22. 31 Jul, 2001 1 commit
  23. 30 Jul, 2001 4 commits
  24. 27 Jul, 2001 1 commit
  25. 26 Jul, 2001 1 commit
    • Dr. Stephen Henson's avatar
      · 19da1300
      Dr. Stephen Henson authored
      First of several reorganisations to
      reduce linker bloat. For example the
      single line:
      
      PEM_read_X509()
      
      results in a binary of around 400K in Linux!
      
      This first step separates some of the PEM functions and
      avoids linking in some PKCS#7 and PKCS#12 code.
      19da1300