1. 08 Mar, 2004 2 commits
    • Dr. Stephen Henson's avatar
      00b9c1be
    • Richard Levitte's avatar
      Incorporate the following changes from 0.9.8-dev: · 051bb5c4
      Richard Levitte authored
      2003-04-04 17:10  levitte
      
      	* apps/: apps.c (1.72), apps.h (1.56), ca.c (1.135), x509.c (1.82):
      	  Convert save_serial() to work like save_index(), and add a
      	  rotate_serial() that works like rotate_index().
      
      2003-04-03 20:07  levitte
      
      	* apps/: apps.c (1.69), ca.c (1.130): Conditionalise all debug
      	  strings.
      
      2003-04-03 18:33  levitte
      
      	* apps/apps.c (1.68), apps/apps.h (1.55), apps/ca.c (1.129),
      	  apps/ocsp.c (1.31), apps/openssl.cnf (1.24), apps/x509.c (1.80),
      	  CHANGES (1.1139): Make it possible to have multiple active
      	  certificates with the same subject.
      051bb5c4
  2. 05 Mar, 2004 4 commits
  3. 04 Mar, 2004 3 commits
  4. 02 Mar, 2004 2 commits
  5. 01 Mar, 2004 4 commits
  6. 27 Feb, 2004 1 commit
  7. 26 Feb, 2004 2 commits
  8. 19 Feb, 2004 1 commit
  9. 08 Feb, 2004 1 commit
  10. 07 Feb, 2004 1 commit
  11. 01 Feb, 2004 1 commit
  12. 29 Jan, 2004 5 commits
  13. 28 Jan, 2004 2 commits
  14. 27 Jan, 2004 2 commits
  15. 26 Jan, 2004 1 commit
  16. 22 Jan, 2004 1 commit
  17. 21 Jan, 2004 4 commits
  18. 10 Jan, 2004 1 commit
    • Richard Levitte's avatar
      Adding a slash between the directoryt and the file is a problem with · 8ba5c63d
      Richard Levitte authored
      VMS.  The C RTL can handle it well if the "directory" is a logical
      name with no colon, therefore ending being 'logname/file'.  However,
      if the given logical names actually has a colon, or if you use a full
      VMS-syntax directory, you end up with 'logname:/file' or
      'dev:[dir1.dir2]/file', and that isn't handled in any good way.
      
      So, on VMS, we need to check if the directory string ends with a
      separator (one of ':', ']' or '>' (< and > can be used instead [ and
      ])), and handle that by not inserting anything between the directory
      spec and the file name.  In all other cases, it's assumed the
      directory spec is a logical name, so we need to place a colon between
      it and the file.
      
      Notified by Kevin Greaney <kevin.greaney@hp.com>.
      8ba5c63d
  19. 08 Jan, 2004 2 commits