openssl/crypto/x509
Richard Levitte af6dab9b00 Adding a slash between the directoryt and the file is a problem with
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>.
2004-01-10 18:04:38 +00:00
..
.cvsignore
by_dir.c Adding a slash between the directoryt and the file is a problem with 2004-01-10 18:04:38 +00:00
by_file.c Fix Certificate and CRL adding in X509_load_cert_crl_file: 2003-03-19 13:55:48 +00:00
Makefile.ssl Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
x509_att.c
x509_cmp.c Add functionality to help making self-signed certificate. 2003-04-03 22:27:24 +00:00
x509_d2.c
x509_def.c
x509_err.c Add functionality to help making self-signed certificate. 2003-04-03 22:27:24 +00:00
x509_ext.c
x509_lu.c
x509_obj.c
x509_r2x.c
x509_req.c Add functionality to help making self-signed certificate. 2003-04-03 22:27:24 +00:00
x509_set.c
x509_trs.c A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
x509_txt.c Use BUF_strlcpy() instead of strcpy(). 2003-12-27 14:40:17 +00:00
x509_v3.c
x509_vfy.c ASN1 parse fix and release file changes. 2003-09-30 16:47:33 +00:00
x509_vfy.h Make sure we get the definition of a number of OPENSSL_NO_* macros. 2003-03-20 23:27:17 +00:00
x509.h Remove duplicate prototypes have already been (correctly) added to rsa.h, 2003-10-24 16:17:11 +00:00
x509cset.c
x509name.c
x509rset.c
x509spki.c
x509type.c 1024 is the export key bits limit according to current regulations, not 512. 2003-11-28 22:39:19 +00:00
x_all.c