openssl/apps
Dr. Stephen Henson 5d7c222db8 New X509_VERIFY_PARAM structure and associated functionality.
This tidies up verify parameters and adds support for integrated policy
checking.

Add support for policy related command line options. Currently only in smime
application.

WARNING: experimental code subject to change.
2004-09-06 18:43:01 +00:00
..
demoCA
set
.cvsignore
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 New X509_VERIFY_PARAM structure and associated functionality. 2004-09-06 18:43:01 +00:00
apps.h New X509_VERIFY_PARAM structure and associated functionality. 2004-09-06 18:43:01 +00:00
asn1pars.c Don't try to parse non string types. 2004-07-01 18:15:33 +00:00
ca-cert.srl
ca-key.pem
ca-req.pem
ca.c Call setup_engine after autoconfig. 2004-08-06 12:44:34 +00:00
CA.com
CA.pl.in Reduce chances of issuer and serial number duplication by use of random 2004-04-20 12:05:26 +00:00
CA.sh Implement self-signing in 'openssl ca'. This makes it easier to have 2003-04-03 22:33:59 +00:00
cert.pem
ciphers.c EXIT() may mean return(). That's confusing, so let's have it really mean 2002-12-03 16:33:03 +00:00
client.pem
crl.c Add usage string for -fingerprint. 2003-03-31 13:06:24 +00:00
crl2p7.c EXIT() may mean return(). That's confusing, so let's have it really mean 2002-12-03 16:33:03 +00:00
der_chop.in
dgst.c Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility. 2004-08-05 18:09:50 +00:00
dh.c Add the possibility to build without the ENGINE framework. 2003-01-30 17:39:26 +00:00
dh512.pem
dh1024.pem
dh2048.pem
dh4096.pem
dhparam.c Update any code that was using deprecated functions so that everything builds 2003-10-29 04:14:08 +00:00
dsa-ca.pem
dsa-pca.pem
dsa.c Remove some unnecessary recursive includes from the internal apps.h header, 2004-05-17 19:05:32 +00:00
dsa512.pem
dsa1024.pem
dsap.pem
dsaparam.c Add the possibility to build without the ENGINE framework. 2003-01-30 17:39:26 +00:00
ec.c EXIT() may mean return(). That's confusing, so let's have it really mean 2002-12-03 16:33:03 +00:00
ecparam.c Adds warnings about two curves and fixes the "seed" value for two other 2004-03-25 03:03:52 +00:00
enc.c Use BUF_strlcpy() instead of strcpy(). 2003-12-27 14:40:17 +00:00
engine.c Use BUF_strlcpy() instead of strcpy(). 2003-12-27 14:40:17 +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 Update any code that was using deprecated functions so that everything builds 2003-10-29 04:14:08 +00:00
gendsa.c Add the possibility to build without the ENGINE framework. 2003-01-30 17:39:26 +00:00
genrsa.c Allow RSA key-generation to specify an arbitrary public exponent. Jelte 2004-04-26 15:31:35 +00:00
install.com
makeapps.com o_str.h isn't a public header file, so make sure it will still be 2004-03-24 09:43:03 +00:00
Makefile.ssl New X509_VERIFY_PARAM structure and associated functionality. 2004-09-06 18:43:01 +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 Remove some unnecessary recursive includes from the internal apps.h header, 2004-05-17 19:05:32 +00:00
oid.cnf
openssl-vms.cnf make update 2004-05-13 21:38:47 +00:00
openssl.c fix out-of-bounds check in lock_dbg_cb (was too lose to detect all 2003-08-14 10:33:56 +00:00
openssl.cnf Implement CRL numbers. 2003-06-19 17:40:16 +00:00
passwd.c A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
pca-cert.srl
pca-key.pem
pca-req.pem
pkcs7.c Call autoconfig code in pkcs7 utility. 2004-03-05 23:46:29 +00:00
pkcs8.c Reformat pkcs8 source. 2004-06-24 13:10:54 +00:00
pkcs12.c Constify d2i, s2i, c2i and r2i functions and other associated 2004-03-15 23:15:26 +00:00
privkey.pem
progs.h Make it possible to disable OCSP, the speed application, and the use of sockets. 2003-02-14 01:02:58 +00:00
progs.pl ecdsa => ec 2002-08-26 11:20:50 +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 Allow RSA key-generation to specify an arbitrary public exponent. Jelte 2004-04-26 15:31:35 +00:00
req.pem
rsa.c Remove some unnecessary recursive includes from the internal apps.h header, 2004-05-17 19:05:32 +00:00
rsa8192.pem
rsautl.c header cleanup in apps/ 2004-04-19 18:13:07 +00:00
s512-key.pem
s512-req.pem
s1024key.pem
s1024req.pem
s_apps.h On systems that use case-insensitive symbol names (i.e. they're all 2004-08-12 08:58:55 +00:00
s_cb.c On systems that use case-insensitive symbol names (i.e. they're all 2004-08-12 08:58:55 +00:00
s_client.c On systems that use case-insensitive symbol names (i.e. they're all 2004-08-12 08:58:55 +00:00
s_server.c On systems that use case-insensitive symbol names (i.e. they're all 2004-08-12 08:58:55 +00:00
s_socket.c Use BUF_strlcpy() instead of strcpy(). 2003-12-27 14:40:17 +00:00
s_time.c Use BUF_strlcpy() instead of strcpy(). 2003-12-27 14:40:17 +00:00
server.pem
server.srl
server2.pem
sess_id.c EXIT() may mean return(). That's confusing, so let's have it really mean 2002-12-03 16:33:03 +00:00
smime.c New X509_VERIFY_PARAM structure and associated functionality. 2004-09-06 18:43:01 +00:00
speed.c 'apps/openssl dgst -help' update and minor apps/speed.c update. 2004-07-25 18:57:35 +00:00
spkac.c Add the possibility to build without the ENGINE framework. 2003-01-30 17:39:26 +00:00
testCA.pem
testdsa.h openssl speed is quite useful for testing hardware support (among other 2001-07-11 18:59:25 +00:00
testrsa.h
verify.c Add the possibility to build without the ENGINE framework. 2003-01-30 17:39:26 +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 Make self signing option of 'x509' use random serial numbers too. 2004-05-12 18:20:37 +00:00