..
demoCA
set
.cvsignore
Add emacs cache files to .cvsignore.
2005-04-11 14:17:07 +00:00
app_rand.c
apps.c
Use correct length when prompting for password.
2014-04-04 13:09:05 +01:00
apps.h
Revert OPENSSL_EXPERIMENTAL patch.
2008-11-24 16:14:15 +00:00
asn1pars.c
PR: 2527
2011-05-25 15:06:32 +00:00
ca-cert.srl
ca-key.pem
ca-req.pem
ca.c
PR: 1618
2010-01-14 17:44:46 +00:00
CA.com
PR: 2202 (partial)
2010-03-25 12:29:56 +00:00
CA.pl.in
Create a crlnumber file when a CA is created using CA.pl
2006-04-28 00:28:51 +00:00
CA.sh
PR: 1847
2009-10-15 17:28:02 +00:00
cert.pem
ciphers.c
some const fixes
2005-04-05 19:11:19 +00:00
client.pem
cms.c
Fix for CMS/PKCS7 MMA. If RSA decryption fails use a random key and
2012-03-12 14:51:45 +00:00
crl.c
Update from HEAD.
2008-10-22 19:55:25 +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
dgst.c
Return correct exit code if there is an error in dgst command.
2008-10-22 18:51:37 +00:00
dh.c
Fix gcc 4.6 warnings. Check TLS server hello extension length.
2010-06-12 13:18:58 +00:00
dh512.pem
dh1024.pem
dh2048.pem
dh4096.pem
dhparam.c
PR: 2908
2012-11-21 14:01:38 +00:00
dsa-ca.pem
dsa-pca.pem
dsa.c
make no-rsa no-dsa compile again
2010-02-02 14:03:07 +00:00
dsa512.pem
dsa1024.pem
dsap.pem
dsaparam.c
Fix gcc 4.6 warnings. Check TLS server hello extension length.
2010-06-12 13:18:58 +00:00
ec.c
Fix gcc 4.6 warnings. Check TLS server hello extension length.
2010-06-12 13:18:58 +00:00
ecparam.c
Fix gcc 4.6 warnings. Check TLS server hello extension length.
2010-06-12 13:18:58 +00:00
enc.c
Fix gcc 4.6 warnings. Check TLS server hello extension length.
2010-06-12 13:18:58 +00:00
engine.c
Include common warning options in 0.9.8, fix warnings in debug-steve64.
2009-02-15 15:46:46 +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
Fix gcc 4.6 warnings. Check TLS server hello extension length.
2010-06-12 13:18:58 +00:00
gendsa.c
Fix gcc 4.6 warnings. Check TLS server hello extension length.
2010-06-12 13:18:58 +00:00
genrsa.c
Fix gcc 4.6 warnings. Check TLS server hello extension length.
2010-06-12 13:18:58 +00:00
install.com
Updated from 1.0.0-stable.
2009-11-12 16:59:18 +00:00
makeapps.com
Apply changes from the 1.0.0 branch.
2010-02-23 07:51:39 +00:00
Makefile
make update
2013-02-05 16:50:36 +00:00
nseq.c
Change old obsolete email address...
2008-11-05 18:36:57 +00:00
ocsp.c
Change old obsolete email address...
2008-11-05 18:36:57 +00:00
oid.cnf
openssl-vms.cnf
make update
2012-01-04 19:12:39 +00:00
openssl.c
PR: 1847
2009-10-15 17:28:02 +00:00
openssl.cnf
The default CN prompt message can be confusing when often the CN needs to
2011-12-06 00:01:09 +00:00
passwd.c
Nasty fix for another warning, but all I have the patience for right now.
2005-06-28 13:07:46 +00:00
pca-cert.srl
pca-key.pem
pca-req.pem
pkcs7.c
Fix gcc 4.6 warnings. Check TLS server hello extension length.
2010-06-12 13:18:58 +00:00
pkcs8.c
Change old obsolete email address...
2008-11-05 18:36:57 +00:00
pkcs12.c
PR: 2469
2011-03-13 18:23:24 +00:00
prime.c
make
2005-07-16 11:13:10 +00:00
privkey.pem
progs.h
Backport of CMS code to 0.9.8-stable branch. Disabled by default.
2008-04-03 23:03:56 +00:00
progs.pl
Backport of CMS code to 0.9.8-stable branch. Disabled by default.
2008-04-03 23:03:56 +00:00
rand.c
Fix gcc 4.6 warnings. Check TLS server hello extension length.
2010-06-12 13:18:58 +00:00
req.c
don't leave bogus errors in the queue
2010-03-10 13:48:35 +00:00
req.pem
rsa.c
Add SEED encryption algorithm.
2007-04-23 23:50:26 +00:00
rsa8192.pem
rsautl.c
Change old obsolete email address...
2008-11-05 18:36:57 +00:00
s512-key.pem
s512-req.pem
s1024key.pem
s1024req.pem
s_apps.h
PR: 2028
2009-09-04 17:53:30 +00:00
s_cb.c
Fix alert handling.
2014-03-27 00:54:16 +00:00
s_client.c
Always use SSLv23_{client,server}_method in s_client.c and s_server.c,
2012-03-18 18:18:30 +00:00
s_server.c
fix memory leak
2012-09-11 13:45:42 +00:00
s_socket.c
make WIN32 compile work again
2010-07-08 01:23:25 +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
some const fixes
2005-04-05 19:11:19 +00:00
smime.c
Change old obsolete email address...
2008-11-05 18:36:57 +00:00
speed.c
make WIN32 compile work again
2010-07-08 01:23:25 +00:00
spkac.c
Properly check EVP_VerifyFinal() and similar return values
2009-01-07 10:48:23 +00:00
testCA.pem
testdsa.h
testrsa.h
timeouts.h
Add DTLS support.
2005-04-26 16:02:40 +00:00
verify.c
Properly check EVP_VerifyFinal() and similar return values
2009-01-07 10:48:23 +00:00
version.c
Add missing "-d" to option list of openssl version.
2008-10-20 12:53:33 +00:00
winrand.c
x509.c
use keyformat for -x509toreq, don't hard code PEM
2011-09-23 21:49:08 +00:00