aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Change the order of events so the capabilities of loaded engines canRichard Levitte2001-11-141-6/+8
* Implement STARTTLS for certain protocols, currently only supporting SMTP.Richard Levitte2001-11-141-2/+33
* more output for SSL 2.0 in our msg_callbackBodo Möller2001-11-101-0/+61
* Win32 fixes.Dr. Stephen Henson2001-11-061-8/+11
* Fix email address delete code.Dr. Stephen Henson2001-11-061-1/+1
* DOS and Windows do not like unistd.hRichard Levitte2001-11-052-0/+4
* If verify fails, say why.Ben Laurie2001-11-021-0/+1
* Change the shared library support so the shared libraries get builtRichard Levitte2001-10-301-1/+4
* Addapt VMS scripts to the newer disk layout system ODS-5, which allows more t...Richard Levitte2001-10-291-0/+1
* Another noemailDN fix.Dr. Stephen Henson2001-10-271-6/+3
* Allow ca to certify requests containing BMPStrings and UTF8Strings.Dr. Stephen Henson2001-10-271-7/+10
* Bugfixes for noemailDN option. Make it use theDr. Stephen Henson2001-10-271-17/+15
* New options to allow req to accept UTF8 strings as input.Dr. Stephen Henson2001-10-261-24/+44
* Make sure openssl speed is compilable on systems where fork() doesn'tRichard Levitte2001-10-251-1/+18
* Add paralellism to speed - note that this currently causes a weird memory leak.Ben Laurie2001-10-251-171/+369
* Add '-noemailDN' option to 'openssl ca'. This prevents inclusion ofBodo Möller2001-10-251-38/+98
* Due to an increasing number of clashes between modern OpenSSL andRichard Levitte2001-10-244-51/+54
* Reject certificates with unhandled critical extensions.Dr. Stephen Henson2001-10-211-0/+3
* Stop spurious "unable to load config info" errors in reqDr. Stephen Henson2001-10-212-2/+7
* New functions SSL[_CTX]_set_msg_callback().Bodo Möller2001-10-209-10/+650
* Add missing EVP_CIPHER_CTX_{init,cleanup}Dr. Stephen Henson2001-10-201-0/+2
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-171-4/+4
* Flush buffers to prevent mixed output (Adam Back <adam@cypherspace.org>).Lutz Jänicke2001-10-161-0/+2
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-162-12/+13
* Add support for md4WithRSAEncryption.Richard Levitte2001-10-101-1/+1
* 'make update'Richard Levitte2001-10-101-2/+2
* 'make update'Richard Levitte2001-10-101-2/+2
* 'make update'Richard Levitte2001-10-041-245/+245
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-1/+1
* sch isn't an array, how did this pass through gcc?Richard Levitte2001-10-021-1/+1
* Make "openssl engine -c" list any supported digests as well as supportedGeoff Thorpe2001-10-011-4/+15
* Change HZ in speed to rely on sysconf() if the clock tick is availableRichard Levitte2001-09-282-19/+31
* ENGINE_register_all_complete() will register all implementations of allGeoff Thorpe2001-09-282-5/+9
* Stop thinking arguments starting with - are algorithm identifiers.Richard Levitte2001-09-271-5/+47
* Put the cipher info back into the "openssl engine" command.Geoff Thorpe2001-09-251-6/+7
* Make necessary tweaks to apps/ files due to recent ENGINE surgery. SeeGeoff Thorpe2001-09-254-11/+13
* "make update"Geoff Thorpe2001-09-241-2/+2
* make updateBodo Möller2001-09-201-2/+2
* Updated dependencies from "make update"Geoff Thorpe2001-09-121-354/+299
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-1227-25/+6
* make updateGeoff Thorpe2001-09-101-2/+2
* Put all "common" initialisation in the apps_startup() and apps_shutdown()Geoff Thorpe2001-09-102-10/+6
* restore previous revision -- memory leak should be fixed in mem.cBodo Möller2001-09-101-2/+2
* fix memory leakBodo Möller2001-09-101-2/+2
* exclude disabled message digestsBodo Möller2001-09-102-1/+15
* add AES ciphersBodo Möller2001-09-102-1/+22
* Update so that progs.h can indeed be automatically generatedBodo Möller2001-09-101-12/+13
* Fix apps/openssl.c and ssl/ssltest.c so that they useBodo Möller2001-09-101-2/+7
* Look up MD5 by name.Ben Laurie2001-09-071-1/+1
* Use GCC 2.95/3.0 optimizationUlf Möller2001-09-051-37/+39