openssl/apps
Ralf S. Engelschall 7be304acdb Make `openssl x509 -noout -modulus' functional also for DSA certificates (in
addition to RSA certificates) to match the behaviour of `openssl dsa -noout
-modulus' as it's already the case for `openssl rsa -noout -modulus'.  For RSA
the -modulus is the real "modulus" while for DSA currently the public key is
printed (a decision which was already done by `openssl dsa -modulus' in the
past) which serves a similar purpose.  Additionally the NO_RSA no longer
completely removes the whole -modulus option; it now only avoids using the RSA
stuff. Same applies to NO_DSA now, too.
1999-02-24 17:17:31 +00:00
..
demoCA Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
rsa Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
set Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
stuff Delete a few unused files in apps, restore CAST WIN32 ASM file to main 1999-02-11 00:07:39 +00:00
.cvsignore First cut of a cleanup for apps/. First the `ssleay' program is now named 1999-01-02 12:59:33 +00:00
apps.c Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
apps.h Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
asn1pars.c Allow the -certfile argument to be used multiple times in crl2pkcs7. 1999-01-29 01:53:55 +00:00
bss_file.c Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
c512-key.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
c512-req.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
ca-cert.srl Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +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 Fix more warnings. 1999-02-23 12:53:49 +00:00
CA.pl Update scripts to use "openssl" instead of "ssleay" 1999-01-02 16:02:24 +00:00
CA.sh Update scripts to use "openssl" instead of "ssleay" 1999-01-02 16:02:24 +00:00
cert.pem Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
ciphers.c Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
client.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
crl.c Overhaul 'crl' application, add a proper X509_CRL_print function and start 1999-02-19 01:29:29 +00:00
crl.out Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
crl2p7.c Allow the -certfile argument to be used multiple times in crl2pkcs7. 1999-01-29 01:53:55 +00:00
der_chop Update scripts to use "openssl" instead of "ssleay" 1999-01-02 16:02:24 +00:00
dgst.c Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
dh.c Fix some more typos 1999-01-31 09:59:54 +00:00
dh1024.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 Allow the -certfile argument to be used multiple times in crl2pkcs7. 1999-01-29 01:53:55 +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
dsap.pem Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
dsaparam.c Allow the -certfile argument to be used multiple times in crl2pkcs7. 1999-01-29 01:53:55 +00:00
eay.c Some more changes for renaming the binary from ssleay to openssl. 1999-01-02 14:42:23 +00:00
enc.c Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
errstr.c Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
gendh.c Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
gendsa.c Fix usage message on gendsa: 1999-02-23 08:52:20 +00:00
genrsa.c Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
Makefile.ssl Break circular dependency between pem and err. 1999-01-30 13:40:34 +00:00
nseq.c Reflect correct filename 1999-01-31 11:19:17 +00:00
oid.cnf Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
openssl.c Sort openssl functions by name. 1999-01-09 19:15:59 +00:00
openssl.cnf Redo the way 'req' and 'ca' add objects: add support for oid_section. 1999-02-23 00:07:46 +00:00
pca-cert.srl Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +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
pem_mail.c Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
pkcs7.c Allow the -certfile argument to be used multiple times in crl2pkcs7. 1999-01-29 01:53:55 +00:00
privkey.pem Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
progs.h New program 'nseq' added to apps to allow Netscape certificate sequences to 1999-01-29 23:34:19 +00:00
progs.pl First cut of a cleanup for apps/. First the `ssleay' program is now named 1999-01-02 12:59:33 +00:00
req.c Remove debugging fprintf from req.c and fix the code so it properly skips over 1999-02-24 00:14:21 +00:00
req.pem Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
rsa.c Allow the -certfile argument to be used multiple times in crl2pkcs7. 1999-01-29 01:53:55 +00:00
rsa8192.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +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 Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
s_cb.c Fix various memory leaks in SSL, apps and DSA 1999-02-15 21:05:21 +00:00
s_client.c Fix various memory leaks in SSL, apps and DSA 1999-02-15 21:05:21 +00:00
s_server.c More stuff for new TLS ciphersuites. 1999-02-21 21:58:59 +00:00
s_socket.c Incorporation of RSEs assembled patches 1998-12-22 15:59:57 +00:00
s_time.c Fix some more typos 1999-01-31 09:59:54 +00:00
sc.c Fix various memory leaks in SSL, apps and DSA 1999-02-15 21:05:21 +00:00
server.pem Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
server.srl Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
server2.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
sess_id.c Fix some more typos 1999-01-31 09:59:54 +00:00
speed.c More Win32 fixes and upsdate INSTALL.W32 documentation. 1999-02-14 00:40:13 +00:00
test.ssl Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
testCA.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
testdsa.h Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
testrsa.h Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
tkca Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
verify.c Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
version.c Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
x509.c Make `openssl x509 -noout -modulus' functional also for DSA certificates (in 1999-02-24 17:17:31 +00:00