openssl/apps
Bodo Möller edf0bfb52b Change type of various DES function arguments from des_cblock
(meaning pointer to char) to des_cblock * (meaning pointer to
array with 8 char elements), which allows the compiler to
do more typechecking.  (The changed argument types were of type
des_cblock * back in SSLeay, and a lot of ugly casts were
used then to turn them into pointers to elements; but it can be
done without those casts.)

Introduce new type const_des_cblock -- before, the pointers rather
than the elements pointed to were declared const, and for
some reason gcc did not complain about this (but some other
compilers did).
1999-05-16 12:26:16 +00:00
..
demoCA Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
rsa Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
set Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
apps.c VMS support. 1999-05-13 11:37:32 +00:00
apps.h Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
asn1pars.c Various Win32 fixes. Change args in do_ms.bat to put platform last. Fix 1999-05-15 20:33:15 +00:00
ca-cert.srl Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
ca-key.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
ca-req.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
ca.c VMS support. 1999-05-13 11:37:32 +00:00
CA.com VMS support. 1999-05-13 11:37:32 +00:00
CA.pl Update scripts to use "openssl" instead of "ssleay" 1999-01-02 16:02:24 +00:00
CA.sh Update scripts to use "openssl" instead of "ssleay" 1999-01-02 16:02:24 +00:00
cert.pem Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
ciphers.c New Configure option no-<cipher> (rsa, idea, rc5, ...). 1999-04-27 01:14:46 +00:00
client.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
crl.c Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
crl2p7.c Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO). 1999-05-04 08:56:51 +00:00
der_chop Update scripts to use "openssl" instead of "ssleay" 1999-01-02 16:02:24 +00:00
dgst.c argc counting bug fixed. 1999-05-11 15:44:58 +00:00
dh.c New Configure option no-<cipher> (rsa, idea, rc5, ...). 1999-04-27 01:14:46 +00:00
dh1024.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
dsa-ca.pem Fix the gendsa program and add it to the app list. The progs.h file is 1999-01-09 17:29:34 +00:00
dsa-pca.pem Fix the gendsa program and add it to the app list. The progs.h file is 1999-01-09 17:29:34 +00:00
dsa.c New Configure option no-<cipher> (rsa, idea, rc5, ...). 1999-04-27 01:14:46 +00:00
dsa512.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
dsa1024.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
dsap.pem Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
dsaparam.c New Configure option no-<cipher> (rsa, idea, rc5, ...). 1999-04-27 01:14:46 +00:00
eay.c VMS support. 1999-05-13 11:37:32 +00:00
enc.c Cut&paste error. 1999-05-13 17:25:05 +00:00
errstr.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
gendh.c New Configure option no-<cipher> (rsa, idea, rc5, ...). 1999-04-27 01:14:46 +00:00
gendsa.c New Configure option no-<cipher> (rsa, idea, rc5, ...). 1999-04-27 01:14:46 +00:00
genrsa.c New Configure option no-<cipher> (rsa, idea, rc5, ...). 1999-04-27 01:14:46 +00:00
install.com VMS support. 1999-05-13 11:37:32 +00:00
makeapps.com VMS support. 1999-05-13 11:37:32 +00:00
Makefile.ssl Update dependencies. 1999-05-15 13:38:48 +00:00
nseq.c Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
oid.cnf Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
openssl-vms.cnf VMS support. 1999-05-13 11:37:32 +00:00
openssl.c VMS support. 1999-05-13 11:37:32 +00:00
openssl.cnf Added a comment pointing out the behaviour of "openssl x509 -conf ...", 1999-05-16 12:17:20 +00:00
pca-cert.srl Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
pca-key.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
pca-req.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
pem_mail.c New Configure option no-<cipher> (rsa, idea, rc5, ...). 1999-04-27 01:14:46 +00:00
pkcs7.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
pkcs12.c Marked probable bug, pointed out by Anonymous. 1999-05-16 12:01:49 +00:00
privkey.pem Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
progs.h Update NO_* macros. 1999-04-27 11:56:15 +00:00
progs.pl Update NO_* macros. 1999-04-27 11:56:15 +00:00
req.c VMS support. 1999-05-13 11:37:32 +00:00
req.pem Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
rsa.c New Configure option no-<cipher> (rsa, idea, rc5, ...). 1999-04-27 01:14:46 +00:00
rsa8192.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
s512-key.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
s512-req.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
s1024key.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
s1024req.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
s_apps.h VMS support. 1999-05-13 11:37:32 +00:00
s_cb.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
s_client.c VMS support bug fixes. 1999-05-13 13:21:17 +00:00
s_server.c New structure type SESS_CERT used instead of CERT inside SSL_SESSION. 1999-05-13 15:09:38 +00:00
s_socket.c VMS support bug fixes. 1999-05-13 13:21:17 +00:00
s_time.c Remove redundant ifdef. 1999-05-13 13:29:41 +00:00
server.pem Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
server.srl Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
server2.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
sess_id.c Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
speed.c Change type of various DES function arguments from des_cblock 1999-05-16 12:26:16 +00:00
testCA.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
testdsa.h Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
testrsa.h Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
tkca Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
verify.c Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
version.c New Configure option no-<cipher> (rsa, idea, rc5, ...). 1999-04-27 01:14:46 +00:00
x509.c Don't shadow. 1999-04-28 12:13:45 +00:00