openssl/apps
Richard Levitte cd52956357 Make an explicit check during certificate validation to see that the
CA setting in each certificate on the chain is correct.  As a side-
effect always do the following basic checks on extensions, not just
when there's an associated purpose to the check:
- if there is an unhandled critical extension (unless the user has
  chosen to ignore this fault)
- if the path length has been exceeded (if one is set at all)
- that certain extensions fit the associated purpose (if one has been
  given)
2004-11-29 11:18:00 +00:00
..
demoCA
set
.cvsignore Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
app_rand.c
apps.c PR: 940 2004-11-14 15:40:25 +00:00
apps.h Make sure the applications know when we are running in FIPS mode. We 2004-05-17 04:30:06 +00:00
asn1pars.c Don't try to parse none string types. 2004-07-01 18:50:12 +00:00
ca-cert.srl
ca-key.pem
ca-req.pem
ca.c Use the default_md config file value when signing CRLs. 2004-11-11 13:46:44 +00:00
CA.com
CA.pl.in Port the random serial number generation to 0.9.7-stable. 2004-04-22 12:19:48 +00:00
CA.sh
cert.pem
ciphers.c EXIT() may mean return(). That's confusing, so let's have it really mean 2002-12-03 16:34:28 +00:00
client.pem
crl.c Don't return an error with crl -noout. 2004-11-11 02:12:48 +00:00
crl2p7.c EXIT() may mean return(). That's confusing, so let's have it really mean 2002-12-03 16:34:28 +00:00
dgst.c Don't ignore return values of EVP_DigestInit_ex() in md BIOs and dgst. 2004-08-05 18:10:46 +00:00
dh.c Add the possibility to build without the ENGINE framework. 2003-01-30 17:37:49 +00:00
dh512.pem
dh1024.pem
dh2048.pem
dh4096.pem
dhparam.c Add the possibility to build without the ENGINE framework. 2003-01-30 17:37:49 +00:00
dsa-ca.pem
dsa-pca.pem
dsa.c Add the possibility to build without the ENGINE framework. 2003-01-30 17:37:49 +00:00
dsa512.pem
dsa1024.pem
dsap.pem
dsaparam.c Add the possibility to build without the ENGINE framework. 2003-01-30 17:37:49 +00:00
enc.c Typo corretced. 2004-05-17 04:47:26 +00:00
engine.c Use BUF_strlcpy() instead of strcpy(). 2003-12-27 14:40:57 +00:00
errstr.c EXIT() may mean return(). That's confusing, so let's have it really mean 2002-12-03 16:34:28 +00:00
gendh.c Add the possibility to build without the ENGINE framework. 2003-01-30 17:37:49 +00:00
gendsa.c Add the possibility to build without the ENGINE framework. 2003-01-30 17:37:49 +00:00
genrsa.c Add the possibility to build without the ENGINE framework. 2003-01-30 17:37:49 +00:00
install.com
makeapps.com Another missing module in the VMS build files. I believe this is the 2004-08-11 20:34:12 +00:00
Makefile Zap obsolete der_chop script. 2004-11-13 23:56:15 +00:00
nseq.c EXIT() may mean return(). That's confusing, so let's have it really mean 2002-12-03 16:34:28 +00:00
ocsp.c Incorporate the following changes from 0.9.8-dev: 2004-03-08 02:53:46 +00:00
oid.cnf
openssl-vms.cnf make update 2004-05-13 21:38:37 +00:00
openssl.c Make sure the applications know when we are running in FIPS mode. We 2004-05-17 04:30:06 +00:00
openssl.cnf make update 2004-05-13 21:38:37 +00:00
passwd.c EXIT() may mean return(). That's confusing, so let's have it really mean 2002-12-03 16:34:28 +00:00
pca-cert.srl
pca-key.pem
pca-req.pem
pkcs7.c Call autoconfig code in pkcs7 utility. 2004-03-05 23:45:08 +00:00
pkcs8.c Memory leak fixes from main branch. 2004-06-24 13:05:50 +00:00
pkcs12.c Typo. 2004-11-23 21:40:32 +00:00
prime.c Remove unnecessary check and call BIO_free_all() on bio_out to avoid a 2004-11-27 13:02:34 +00:00
privkey.pem
progs.h Add primality tester. 2004-06-19 13:54:59 +00:00
progs.pl exclude disabled message digests 2001-09-10 17:18:56 +00:00
rand.c Add the possibility to build without the ENGINE framework. 2003-01-30 17:37:49 +00:00
req.c In "req" exit immediately if configuration file is needed and it can't 2004-11-17 18:36:43 +00:00
req.pem
rsa.c Add the possibility to build without the ENGINE framework. 2003-01-30 17:37:49 +00:00
rsa8192.pem
rsautl.c -passin argument to rsautl 2004-03-04 21:58:13 +00:00
s512-key.pem
s512-req.pem
s1024key.pem
s1024req.pem
s_apps.h Selected changes for MSDOS, contributed by Gisle Vanem <giva@bgnett.no>. 2003-09-27 21:56:12 +00:00
s_cb.c Many security improvements (CHATS) and a warning fix. 2002-11-12 13:23:40 +00:00
s_client.c Selected changes for MSDOS, contributed by Gisle Vanem <giva@bgnett.no>. 2003-09-27 21:56:12 +00:00
s_server.c Selected changes for MSDOS, contributed by Gisle Vanem <giva@bgnett.no>. 2003-09-27 21:56:12 +00:00
s_socket.c Use BUF_strlcpy() instead of strcpy(). 2003-12-27 14:40:57 +00:00
s_time.c Use BUF_strlcpy() instead of strcpy(). 2003-12-27 14:40:57 +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:34:28 +00:00
smime.c Various S/MIME bug and compatibility fixes. 2003-06-01 20:45:44 +00:00
speed.c Make the tests of EVP operations without padding. As a consequence, 2004-06-28 16:32:14 +00:00
spkac.c Add the possibility to build without the ENGINE framework. 2003-01-30 17:37:49 +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 Make an explicit check during certificate validation to see that the 2004-11-29 11:18:00 +00:00
version.c EXIT() may mean return(). That's confusing, so let's have it really mean 2002-12-03 16:34:28 +00:00
winrand.c Many security improvements (CHATS) and a warning fix. 2002-11-12 13:23:40 +00:00
x509.c Fix x509.c so it creates serial number file again if no 2004-11-13 13:26:24 +00:00