openssl/crypto
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
..
aes Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
asn1 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
bf Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
bio Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
bn Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
buffer Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
cast Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
comp Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
conf Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
des Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
dh Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
dsa Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
dso Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
ec Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
ecdh Unsigned vs. signed fixed. 2003-06-19 16:56:48 +00:00
ecdsa Skip a curve with generator of non-prime order. 2003-12-06 11:41:22 +00:00
engine OpenBSD-internal changes. 2003-12-27 15:02:56 +00:00
err Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
evp Correct documentation typos. 2003-12-27 15:04:54 +00:00
hmac Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
idea Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
krb5 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
lhash Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
md2 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
md4 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
md5 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
mdc2 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
objects Fix Perl problems on sparc64. 2003-12-27 16:13:18 +00:00
ocsp Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
pem Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
perlasm Netware-specific changes, 2003-11-28 13:10:58 +00:00
pkcs7 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
pkcs12 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
rand Update URI 2004-01-04 18:05:50 +00:00
rc2 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
rc4 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
rc5 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
ripemd Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
rsa Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
sha Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
stack Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
store Implement missing functions. 2003-06-26 10:26:42 +00:00
threads Only use environment variables if uid and gid are the same as euid and egid. 2003-12-27 16:07:20 +00:00
txt_db Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
ui Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
x509 Adding a slash between the directoryt and the file is a problem with 2004-01-10 18:04:38 +00:00
x509v3 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
.cvsignore Always use buildinf.h, which now includes the mk1mfinf.h data. 1999-07-29 12:57:23 +00:00
cpt_err.c First step in fixing "ex_data" support. Warning: big commit log ... 2001-09-01 19:56:46 +00:00
cryptlib.c Setting the ex_data index is unsafe in a threaded environment, so 2003-10-06 09:09:44 +00:00
cryptlib.h Merge from 0.9.7-stable. 2002-11-13 18:10:30 +00:00
crypto-lib.com Damnit, I'm sick of having to do something special every time a module 2003-11-29 09:19:12 +00:00
crypto.h Setting the ex_data index is unsafe in a threaded environment, so 2003-10-06 09:09:44 +00:00
cversion.c Use BUF_strlcpy() instead of strcpy(). 2003-12-27 14:40:17 +00:00
ebcdic.c Oops, this file already had the "empty source file" workaround but it 2003-10-29 22:25:04 +00:00
ebcdic.h EBCDIC support. 2000-02-01 02:21:16 +00:00
ex_data.c Relax some over-zealous constification that gave some lhash-based code no 2003-10-29 04:57:05 +00:00
install.com A new header. 2002-08-09 22:34:57 +00:00
Makefile.ssl Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
md32_common.h Netware-specific changes, 2003-11-28 13:10:58 +00:00
mem.c CRYPTO_malloc(), CRYPTO_realloc() and variants of them should return NULL 2003-12-01 12:06:15 +00:00
mem_clr.c Make CRYPTO_cleanse() independent of endianness. 2002-12-03 16:06:40 +00:00
mem_dbg.c Use BUF_strlcpy() instead of strcpy(). 2003-12-27 14:40:17 +00:00
o_str.c Include strings.h so strcasecmp() and strncasecmp() get properly declared. 2003-12-27 14:54:48 +00:00
o_str.h Typos. 2003-09-09 23:44:39 +00:00
o_time.c Do not try to use non-existent gmtime_r() on SunOS4. 2003-06-12 00:57:25 +00:00
o_time.h Use one address consistently. 2001-07-05 10:20:07 +00:00
opensslconf.h.in Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_H 2002-12-11 07:24:43 +00:00
opensslv.h The version of the shared library should, for now, reflect the version 2002-07-31 13:24:26 +00:00
ossl_typ.h Avoid clashes with Win32 names in WinCrypt.h 2003-07-23 00:10:43 +00:00
symhacks.h Another long name to deal with 2003-02-13 13:21:13 +00:00
tmdiff.c Netware-specific changes, 2003-11-28 13:10:58 +00:00
tmdiff.h For whatever reason (compiler or header bugs), at least one commonly-used 2003-10-29 04:40:13 +00:00
uid.c Netware-specific changes, 2003-11-28 13:10:58 +00:00