aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
1999-04-23Work with -pedantic!Ben Laurie3-15/+17
1999-04-20Fix lots of warnings.Ulf Möller4-4/+6
1999-04-19Change functions to ANSI C.Ulf Möller33-494/+162
1999-04-18Initial support for Certificate Policies extension: print out works but settingDr. Stephen Henson2-3/+12
1999-04-17Massive constification.Ben Laurie11-28/+33
1999-04-16Add initial support for r2i RAW extensions which can access the config databaseDr. Stephen Henson2-15/+6
1999-04-14/* Just some comments. */Bodo Möller2-2/+6
1999-04-14Cleaning up Ben's clean-ups :-)Bodo Möller1-1/+1
1999-04-14Some tiny fixes.Bodo Möller2-2/+3
1999-04-12Add type-safe STACKs and SETs.Ben Laurie6-108/+122
1999-04-12gcc claims this is a shadow, though I can't find what it is shadowing...Ben Laurie1-3/+3
1999-04-12Add `openssl ca -revoke <certfile>' facility which revokes a certificateRalf S. Engelschall1-0/+181
1999-04-12Fix `openssl crl -noout -text' combination where `-noout' killed the `-text'Ralf S. Engelschall1-2/+3
1999-04-11Submitted by:Bodo Möller1-0/+26
1999-04-10Fix a few typos and tabs while I'm poking around in ca.c...Ralf S. Engelschall1-4/+4
1999-04-10Adjust renegotiation slightly.Ben Laurie1-3/+3
1999-04-09Bugfix: s_client occasionally would sleep in select() when it shouldBodo Möller1-20/+25
1999-04-06Remove obsolete files from SSLeay 0.8.Ulf Möller9-459/+0
1999-04-03Don't shadow.Ben Laurie1-2/+2
1999-04-02Avoid EADDRINUSE for s_server.Bodo Möller1-0/+6
1999-04-01New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1-3/+3
1999-04-01Don't shadow.Ben Laurie1-5/+5
1999-03-31New option "-showcerts" for s_clientBodo Möller1-1/+9
1999-03-29Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson4-3/+720
1999-03-22Fix security hole.Ben Laurie5-147/+187
1999-03-09Remake cert links when the app is built.Ben Laurie1-0/+1
1999-03-09Make it more clear what option -WWW to s_server does.Ralf S. Engelschall1-1/+1
1999-03-08Make `openssl version' output lines consistent.Ralf S. Engelschall1-1/+1
1999-03-06Added support for adding extensions to CRLs, also fix a memory leak andDr. Stephen Henson3-2/+48
1999-03-06Put the dependencies back.Ben Laurie1-0/+304
1999-03-06General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall1-309/+4
1999-02-27Update dependencies.Ben Laurie1-2/+2
1999-02-25Move s_server -dcert and -dkey options out of the undocumented feature areaRalf S. Engelschall1-0/+2
1999-02-24Make `openssl x509 -noout -modulus' functional also for DSA certificates (inRalf S. Engelschall1-2/+7
1999-02-24Remove debugging fprintf from req.c and fix the code so it properly skips overDr. Stephen Henson1-6/+6
1999-02-23Fix more warnings.Ben Laurie1-4/+4
1999-02-23Get rid of a nasty debugging message which was forgotten here...Ralf S. Engelschall1-1/+3
1999-02-23Fix usage message on gendsa:Ralf S. Engelschall1-1/+3
1999-02-23Redo the way 'req' and 'ca' add objects: add support for oid_section.Dr. Stephen Henson3-55/+114
1999-02-21More stuff for new TLS ciphersuites.Ben Laurie1-4/+5
1999-02-21Add more functionality to issuer alt name and subject alt name. New optionsDr. Stephen Henson2-0/+13
1999-02-19Overhaul 'crl' application, add a proper X509_CRL_print function and startDr. Stephen Henson1-41/+18
1999-02-17Oops! Remeber to include the other patches this time...Dr. Stephen Henson1-0/+6
1999-02-15Fix various memory leaks in SSL, apps and DSADr. Stephen Henson3-6/+18
1999-02-14Add support for raw extensions. This means that you can include the DER encodingDr. Stephen Henson1-0/+5
1999-02-14More Win32 fixes and upsdate INSTALL.W32 documentation.Dr. Stephen Henson1-2/+1
1999-02-13Finally(?) fix DES stuff.Ben Laurie1-12/+12
1999-02-13Fix ghastly DES declarations, and all consequential warnings.Ben Laurie1-11/+8
1999-02-11Delete a few unused files in apps, restore CAST WIN32 ASM file to mainDr. Stephen Henson2-0/+0
1999-02-10More extension code. Incomplete support for subject and issuer altDr. Stephen Henson3-3/+16