openssl/apps
Richard Levitte d610d27f30 On certain platforms, we redefine certain symbols using macros in
apps.h.  For those, it's better to include apps.h after the system
headers where those symbols may be defined, since there's otherwise a
chance that the C compiler will barf when it sees something that looks
like this after expansion:

int VMS_strcasecmp((str1),(str2))(const char *, const char *);
2002-10-24 10:03:55 +00:00
..
demoCA Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
set Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
.cvsignore CA.pl is now generated automatically (using CA.pl.in as input) 2000-01-07 13:06:28 +00:00
app_rand.c Use new-style system-id macros everywhere possible. I hope I haven't 2001-02-20 08:13:47 +00:00
apps.c On certain platforms, we redefine certain symbols using macros in 2002-10-24 10:03:55 +00:00
apps.h VMS below version 7 doesn't have strcasecmp, so let's roll our own on VMS. 2002-10-10 09:05:05 +00:00
asn1pars.c Remove the duplicate description of -out. 2002-05-30 06:24:35 +00:00
ca-cert.srl Update test server certificate in apps/server.pem (it was expired). 2000-10-16 22:56:10 +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 On certain platforms, we redefine certain symbols using macros in 2002-10-24 10:03:55 +00:00
CA.com A hack to make sure access() will give us the correct answer about the 2000-02-11 18:12:47 +00:00
CA.pl.in New -newreq-nodes option to CA.pl. 2001-01-11 13:23:19 +00:00
CA.sh ispell (and minor modifications) 2000-02-03 23:23:24 +00:00
cert.pem Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
ciphers.c Use apps_shutdown() in all applications, in case someone decides not 2001-06-23 16:37:32 +00:00
client.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
crl2p7.c Use apps_shutdown() in all applications, in case someone decides not 2001-06-23 16:37:32 +00:00
crl.c Fix escaping when using the -subj option of "openssl req", document 2002-04-30 12:08:18 +00:00
der_chop.in Set #!... path to Perl in apps/der_chop automatically. 1999-05-25 22:31:49 +00:00
dgst.c Make it possible to load keys from stdin, and restore that 2002-08-01 16:28:40 +00:00
dh512.pem Include SKIP DH parameters with OpenSSL. 2000-08-02 09:04:44 +00:00
dh1024.pem Include SKIP DH parameters with OpenSSL. 2000-08-02 09:04:44 +00:00
dh2048.pem Include SKIP DH parameters with OpenSSL. 2000-08-02 09:04:44 +00:00
dh4096.pem Include SKIP DH parameters with OpenSSL. 2000-08-02 09:04:44 +00:00
dh.c Config code updates. 2002-02-22 14:01:21 +00:00
dhparam.c ENGINE module additions. 2002-03-06 14:15:13 +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
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 Config code updates. 2002-02-22 14:01:21 +00:00
dsap.pem Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
dsaparam.c fix usage (no 'key') 2002-04-23 13:56:14 +00:00
ec.c fix spacing 2002-08-26 14:50:52 +00:00
ecparam.c change API for looking at the internal curve list 2002-09-02 07:08:33 +00:00
enc.c Add missing prototypes. 2002-06-13 17:40:27 +00:00
engine.c Config code updates. 2002-02-22 14:01:21 +00:00
errstr.c Use apps_shutdown() in all applications, in case someone decides not 2001-06-23 16:37:32 +00:00
gendh.c Config code updates. 2002-02-22 14:01:21 +00:00
gendsa.c Config code updates. 2002-02-22 14:01:21 +00:00
genrsa.c Config code updates. 2002-02-22 14:01:21 +00:00
install.com VMS support. 1999-05-13 11:37:32 +00:00
makeapps.com ecdsa => ec 2002-08-26 11:20:50 +00:00
Makefile.ssl Remove redundancy and use the main makefile better 2002-10-09 15:12:36 +00:00
nseq.c Reorder inclusion of header files: 2002-07-10 07:01:54 +00:00
ocsp.c BN_bn2hex() returns "0" instead of "00" for zero. This disrputs the 2002-10-11 09:38:56 +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 Adjust to changes in apps/openssl.cnf 1999-11-12 01:59:47 +00:00
openssl.c Make sure that the 'config' variable is correctly defined and declared 2002-10-09 15:36:23 +00:00
openssl.cnf Show an example of moving the emailAddress object from the subkect DN 2001-04-11 13:04:20 +00:00
passwd.c makedepend complains when a header file is included more than once in 2002-10-14 10:02:36 +00:00
pca-cert.srl Update test server certificate in apps/server.pem (it was expired). 2000-10-16 22:56:10 +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
pkcs7.c have 'openssl pkcs7' exit with code 1 on error instead of 0. 2002-06-27 10:26:40 +00:00
pkcs8.c Signal an error if the entered output password didn't match itself. 2002-10-23 15:07:09 +00:00
pkcs12.c Various enhancements to PKCS#12 code, new 2002-10-03 23:53:52 +00:00
privkey.pem Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
progs.h ecdsa => ec 2002-08-26 11:20:50 +00:00
progs.pl ecdsa => ec 2002-08-26 11:20:50 +00:00
rand.c Config code updates. 2002-02-22 14:01:21 +00:00
req.c Let 'openssl req' fail if an argument to '-newkey' is not 2002-09-10 07:34:45 +00:00
req.pem Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
rsa8192.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
rsa.c Make it possible to load keys from stdin, and restore that 2002-08-01 16:28:40 +00:00
rsautl.c Make it possible to load keys from stdin, and restore that 2002-08-01 16:28:40 +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 Prototype info function. 2002-01-12 15:56:13 +00:00
s_cb.c Prototype info function. 2002-01-12 15:56:13 +00:00
s_client.c Set up the engine before doing anything random-related, since engine randomness 2002-07-16 06:52:03 +00:00
s_server.c fix warnings (CHARSET_EBCDIC) 2002-08-15 14:52:54 +00:00
s_socket.c I forgot there was a reason why the inclusions and definition of u_int 2001-02-20 17:37:02 +00:00
s_time.c <sys/select.h> is included for AIX, when USE_SOCKETS is defined. 2002-06-20 20:49:27 +00:00
server2.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
server.pem Update test server certificate in apps/server.pem (it was expired). 2000-10-16 22:56:10 +00:00
server.srl Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
sess_id.c Use apps_shutdown() in all applications, in case someone decides not 2001-06-23 16:37:32 +00:00
smime.c Make it possible to load keys from stdin, and restore that 2002-08-01 16:28:40 +00:00
speed.c -elapsed is also useful when using gettimeofday 2002-09-25 12:41:59 +00:00
spkac.c Make it possible to load keys from stdin, and restore that 2002-08-01 16:28:40 +00:00
testCA.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
testdsa.h openssl speed is quite useful for testing hardware support (among other 2001-07-11 18:59:25 +00:00
testrsa.h cleaning up a little 2000-03-12 23:27:14 +00:00
verify.c Config code updates. 2002-02-22 14:01:21 +00:00
version.c fix previous commit (there's no SSLEAY_VERSION_TEXT) 2002-08-12 11:21:02 +00:00
winrand.c Sample application using RAND_event() to collect entropy from mouse 2000-03-19 22:58:12 +00:00
x509.c get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead) 2002-08-12 08:47:41 +00:00