openssl/apps
Richard Levitte 26a3a48d65 There have been a number of complaints from a number of sources that names
like Malloc, Realloc and especially Free conflict with already existing names
on some operating systems or other packages.  That is reason enough to change
the names of the OpenSSL memory allocation macros to something that has a
better chance of being unique, like prepending them with OPENSSL_.

This change includes all the name changes needed throughout all C files.
2000-06-01 22:19:21 +00:00
..
demoCA
set
.cvsignore CA.pl is now generated automatically (using CA.pl.in as input) 2000-01-07 13:06:28 +00:00
app_rand.c Read complete seed files given in -rand options. 2000-03-04 17:44:07 +00:00
apps.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
apps.h Pass phrase reorganisation. 2000-02-16 23:16:01 +00:00
asn1pars.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
ca-cert.srl
ca-key.pem
ca-req.pem
ca.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +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 ispell (and minor modifications) 2000-02-03 23:23:24 +00:00
CA.sh ispell (and minor modifications) 2000-02-03 23:23:24 +00:00
cert.pem
ciphers.c In theory, TLS v1 ciphersuites are not the same as SSL v3 ciphersuites 2000-04-06 22:33:14 +00:00
client.pem
crl2p7.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
crl.c Fix c_rehash script, add -fingerprint option to crl. 2000-05-18 00:33:00 +00:00
der_chop.in
dgst.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
dh1024.pem
dh.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
dhparam.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
dsa512.pem
dsa1024.pem
dsa-ca.pem
dsa-pca.pem
dsa.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
dsap.pem
dsaparam.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
enc.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
errstr.c New function ERR_error_string_n. 2000-04-14 23:36:15 +00:00
gendh.c New '-dsaparam' option for 'openssl dhparam', and related fixes. 2000-03-03 22:18:19 +00:00
gendsa.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
genrsa.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
install.com
makeapps.com Typo corrected 2000-03-14 04:32:24 +00:00
Makefile.ssl Fix c_rehash script, add -fingerprint option to crl. 2000-05-18 00:33:00 +00:00
nseq.c Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align 2000-02-11 09:47:18 +00:00
oid.cnf
openssl-vms.cnf
openssl.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
openssl.cnf Initial automation changes to 'req' and X509_ATTRIBUTE functions. 2000-01-06 01:26:48 +00:00
passwd.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
pca-cert.srl
pca-key.pem
pca-req.pem
pem_mail.c
pkcs7.c Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align 2000-02-11 09:47:18 +00:00
pkcs8.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
pkcs12.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
privkey.pem
progs.h 'rand' application for creating pseudo-random files. 2000-02-29 23:47:01 +00:00
progs.pl Cosmetic changes. 2000-02-05 21:28:09 +00:00
rand.c Add required cast. 2000-05-19 12:02:49 +00:00
req.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
req.pem
rsa8192.pem
rsa.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
s512-key.pem
s512-req.pem
s1024key.pem
s1024req.pem
s_apps.h cleaning up a little 2000-03-12 23:27:14 +00:00
s_cb.c cleaning up a little 2000-03-12 23:27:14 +00:00
s_client.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
s_server.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
s_socket.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
s_time.c Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align 2000-02-11 09:47:18 +00:00
server2.pem
server.pem
server.srl
sess_id.c Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align 2000-02-11 09:47:18 +00:00
smime.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
speed.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
spkac.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
testCA.pem
testdsa.h cleaning up a little 2000-03-12 23:27:14 +00:00
testrsa.h cleaning up a little 2000-03-12 23:27:14 +00:00
verify.c More get0 et al. changes. Also provide fgrep targets in CHANGES 2000-02-26 08:36:46 +00:00
version.c Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align 2000-02-11 09:47:18 +00:00
winrand.c Sample application using RAND_event() to collect entropy from mouse 2000-03-19 22:58:12 +00:00
x509.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00