openssl/apps
Dr. Stephen Henson 9cfc8a9d5c Update smime utility to support streaming for -encrypt and -sign -nodetach
options. Add new streaming i2d (though strictly speaking it is BER format
when streaming) and PEM functions.

These all process content on the fly without storing it all in memory.
2007-04-13 01:06:41 +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 Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +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 In interactive mode only config OpenSSL once. 2006-05-12 17:11:58 +00:00
apps.h New -mac and -macopt options to dgst utility. Reimplement -hmac option in 2007-04-11 17:20:40 +00:00
asn1pars.c asn1parse doesn't support any TXT format, so let's stop pretending 2005-06-28 15:44:11 +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 Return an error if the serial number is badly formed. (Coverity ID 116). 2007-04-04 14:35:56 +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 Fix from stable branch. 2006-04-28 00:30:49 +00:00
CA.sh The private key should never have ended up in newreq.pem. 2005-07-04 21:44:16 +00:00
cert.pem Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
ciphers.c Stage 1 GOST ciphersuite support. 2007-03-23 17:04:05 +00:00
client.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
crl2p7.c Eliminate dependency on read/write/stat in apps under _WIN32. 2005-11-04 09:30:55 +00:00
crl.c some const fixes 2005-04-05 19:11:19 +00:00
dgst.c New -mac and -macopt options to dgst utility. Reimplement -hmac option in 2007-04-11 17:20: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 make 2005-07-16 12:37:36 +00:00
dhparam.c make 2005-07-16 12:37:36 +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 Camellia cipher, contributed by NTT 2006-06-09 15:44:59 +00:00
dsap.pem Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
dsaparam.c make 2005-07-16 12:37:36 +00:00
ec.c return 0 if 'noout' is used and no error has occurred 2006-12-05 20:09:25 +00:00
ecparam.c include opensslconf.h if OPENSSL_NO_* is used 2005-05-31 17:36:06 +00:00
enc.c replace macros with functions 2006-11-29 20:54:57 +00:00
engine.c Add missing prototype. Extend engine utility to print public key algorithms. 2006-06-01 12:38:22 +00:00
errstr.c EXIT() may mean return(). That's confusing, so let's have it really mean 2002-12-03 16:33:03 +00:00
gendh.c make 2005-07-16 12:37:36 +00:00
gendsa.c Camellia cipher, contributed by NTT 2006-06-09 15:44:59 +00:00
genpkey.c New -mac and -macopt options to dgst utility. Reimplement -hmac option in 2007-04-11 17:20:40 +00:00
genrsa.c Camellia cipher, contributed by NTT 2006-06-09 15:44:59 +00:00
install.com VMS support. 1999-05-13 11:37:32 +00:00
makeapps.com Because all object files are now in a file, we don't need to mention 2006-06-01 10:24:47 +00:00
Makefile Further mingw build procedure updates. 2006-10-24 22:14:20 +00:00
nseq.c EXIT() may mean return(). That's confusing, so let's have it really mean 2002-12-03 16:33:03 +00:00
ocsp.c Don't free a NULL. Coverity ID 112. 2007-04-04 14:59:20 +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 make update 2006-05-12 15:31:28 +00:00
openssl.c New functions to enumerate digests and ciphers. 2006-07-09 00:53:45 +00:00
openssl.cnf Don't add the TS EKU by default in openssl.cnf because it then 2006-11-07 14:27:55 +00:00
passwd.c Brought forward from 0.9.8 - 64 bit warning fixes and fussy compiler fixes. 2005-06-29 11:02:15 +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 Update to ASN1 printing code. 2005-09-03 00:40:40 +00:00
pkcs8.c Reformat pkcs8 source. 2004-06-24 13:10:54 +00:00
pkcs12.c fix return value of get_cert_chain() 2006-12-27 09:40:52 +00:00
pkey.c New utility pkeyparam. Enhance and bugfix algorithm specific parameter 2006-03-28 14:35:32 +00:00
pkeyparam.c Update some usage messages. 2006-07-10 22:49:08 +00:00
pkeyutl.c Correct warnings about signedness. 2006-08-20 05:18:12 +00:00
prime.c Generate primes, too. 2005-08-23 13:48:17 +00:00
privkey.pem Oops... 2006-05-17 12:29:16 +00:00
progs.h New functions to enumerate digests and ciphers. 2006-07-09 00:53:45 +00:00
progs.pl New functions to enumerate digests and ciphers. 2006-07-09 00:53:45 +00:00
rand.c A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
req.c Fix a bug recently introduced when updating this file to use the new 2006-06-14 01:16:22 +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 Camellia cipher, contributed by NTT 2006-06-09 15:44:59 +00:00
rsautl.c make 2005-07-16 12:37:36 +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 Fixes for signed/unsigned warnings and shadows. 2005-04-26 17:43:53 +00:00
s_cb.c Overhaul of by_dir code to handle dynamic loading of CRLs. 2006-09-17 17:16:28 +00:00
s_client.c Fix problem with multi line responses in -starttls by using a buffering 2007-02-22 17:39:47 +00:00
s_server.c replace macros with functions 2006-11-29 20:54:57 +00:00
s_socket.c fix warning 2006-11-06 20:10:44 +00:00
s_time.c If we include winsock2.h then FD_SET wants an unsigned type for an fd. 2006-04-17 12:22:13 +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 some const fixes 2005-04-05 19:11:19 +00:00
smime.c Update smime utility to support streaming for -encrypt and -sign -nodetach 2007-04-13 01:06:41 +00:00
speed.c Yet another resource leak. Coverity ID 123. 2007-04-07 13:20:09 +00:00
spkac.c some const fixes 2005-04-05 19:11:19 +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
timeouts.h Add DTLS support. 2005-04-26 16:02:40 +00:00
ts.c ensure the pointer is valid before using it 2006-03-18 14:27:41 +00:00
tsget RFC 3161 compliant time stamp request creation, response generation 2006-02-12 23:11:56 +00:00
verify.c Make an explicit check during certificate validation to see that the 2004-11-29 11:28:08 +00:00
version.c Remove some unnecessary recursive includes from the internal apps.h header, 2004-05-17 19:05:32 +00:00
winrand.c Security fixes brought forward from 0.9.7. 2002-11-13 15:43:43 +00:00
x509.c Add support for default public key digest type ctrl. 2006-05-07 17:09:39 +00:00