summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix lots of warnings.Ulf Möller1999-04-204-4/+6
* Change functions to ANSI C.Ulf Möller1999-04-1933-494/+162
* Initial support for Certificate Policies extension: print out works but settingDr. Stephen Henson1999-04-182-3/+12
* Massive constification.Ben Laurie1999-04-1711-28/+33
* Add initial support for r2i RAW extensions which can access the config databaseDr. Stephen Henson1999-04-162-15/+6
* /* Just some comments. */Bodo Möller1999-04-142-2/+6
* Cleaning up Ben's clean-ups :-)Bodo Möller1999-04-141-1/+1
* Some tiny fixes.Bodo Möller1999-04-142-2/+3
* Add type-safe STACKs and SETs.Ben Laurie1999-04-126-108/+122
* gcc claims this is a shadow, though I can't find what it is shadowing...Ben Laurie1999-04-121-3/+3
* Add `openssl ca -revoke <certfile>' facility which revokes a certificateRalf S. Engelschall1999-04-121-0/+181
* Fix `openssl crl -noout -text' combination where `-noout' killed the `-text'Ralf S. Engelschall1999-04-121-2/+3
* Submitted by:Bodo Möller1999-04-111-0/+26
* Fix a few typos and tabs while I'm poking around in ca.c...Ralf S. Engelschall1999-04-101-4/+4
* Adjust renegotiation slightly.Ben Laurie1999-04-101-3/+3
* Bugfix: s_client occasionally would sleep in select() when it shouldBodo Möller1999-04-091-20/+25
* Remove obsolete files from SSLeay 0.8.Ulf Möller1999-04-069-459/+0
* Don't shadow.Ben Laurie1999-04-031-2/+2
* Avoid EADDRINUSE for s_server.Bodo Möller1999-04-021-0/+6
* New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1999-04-011-3/+3
* Don't shadow.Ben Laurie1999-04-011-5/+5
* New option "-showcerts" for s_clientBodo Möller1999-03-311-1/+9
* Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1999-03-294-3/+720
* Fix security hole.Ben Laurie1999-03-225-147/+187
* Remake cert links when the app is built.Ben Laurie1999-03-091-0/+1
* Make it more clear what option -WWW to s_server does.Ralf S. Engelschall1999-03-091-1/+1
* Make `openssl version' output lines consistent.Ralf S. Engelschall1999-03-081-1/+1
* Added support for adding extensions to CRLs, also fix a memory leak andDr. Stephen Henson1999-03-063-2/+48
* Put the dependencies back.Ben Laurie1999-03-061-0/+304
* General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall1999-03-061-309/+4
* Update dependencies.Ben Laurie1999-02-271-2/+2
* Move s_server -dcert and -dkey options out of the undocumented feature areaRalf S. Engelschall1999-02-251-0/+2
* Make `openssl x509 -noout -modulus' functional also for DSA certificates (inRalf S. Engelschall1999-02-241-2/+7
* Remove debugging fprintf from req.c and fix the code so it properly skips overDr. Stephen Henson1999-02-241-6/+6
* Fix more warnings.Ben Laurie1999-02-231-4/+4
* Get rid of a nasty debugging message which was forgotten here...Ralf S. Engelschall1999-02-231-1/+3
* Fix usage message on gendsa:Ralf S. Engelschall1999-02-231-1/+3
* Redo the way 'req' and 'ca' add objects: add support for oid_section.Dr. Stephen Henson1999-02-233-55/+114
* More stuff for new TLS ciphersuites.Ben Laurie1999-02-211-4/+5
* Add more functionality to issuer alt name and subject alt name. New optionsDr. Stephen Henson1999-02-212-0/+13
* Overhaul 'crl' application, add a proper X509_CRL_print function and startDr. Stephen Henson1999-02-191-41/+18
* Oops! Remeber to include the other patches this time...Dr. Stephen Henson1999-02-171-0/+6
* Fix various memory leaks in SSL, apps and DSADr. Stephen Henson1999-02-153-6/+18
* Add support for raw extensions. This means that you can include the DER encodingDr. Stephen Henson1999-02-141-0/+5
* More Win32 fixes and upsdate INSTALL.W32 documentation.Dr. Stephen Henson1999-02-141-2/+1
* Finally(?) fix DES stuff.Ben Laurie1999-02-131-12/+12
* Fix ghastly DES declarations, and all consequential warnings.Ben Laurie1999-02-131-11/+8
* Delete a few unused files in apps, restore CAST WIN32 ASM file to mainDr. Stephen Henson1999-02-112-0/+0
* More extension code. Incomplete support for subject and issuer altDr. Stephen Henson1999-02-103-3/+16
* Process extensions when they are there.Ben Laurie1999-02-061-1/+1