aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-016-6/+21
* make updateUlf Möller2001-09-011-2/+2
* -passin argument not used when actually loading the keyLutz Jänicke2001-08-241-1/+1
* Load OCSP responder key before waiting for an incomingDr. Stephen Henson2001-08-231-25/+27
* Add first cut symmetric crypto support.Ben Laurie2001-08-182-1/+13
* Make -passin -passout etc work again.Dr. Stephen Henson2001-08-172-3/+19
* Add CRL utility functions to allow CRLs to beDr. Stephen Henson2001-08-171-23/+27
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-101/+122
* Oops, one SSL_OP_NON_EXPORT_FIRST was left.Lutz Jänicke2001-08-031-1/+0
* make updateRichard Levitte2001-07-311-142/+144
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-304-685/+433
* Allow OCSP server to handle multiple requests.Dr. Stephen Henson2001-07-131-36/+93
* Initial OCSP server support, using index.txt format.Dr. Stephen Henson2001-07-123-108/+533
* openssl speed is quite useful for testing hardware support (among otherGeoff Thorpe2001-07-112-4/+70
* make updateRichard Levitte2001-07-101-188/+197
* Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte2001-07-091-2/+11
* Don't update argc, argv for decrypt flag!Ben Laurie2001-07-081-4/+0
* Speed test decrypt EVP operations.Ben Laurie2001-07-081-4/+22
* When only the key is given to "enc", the IV is undefinedLutz Jänicke2001-07-031-0/+8
* Fix warning.Ben Laurie2001-07-021-1/+1
* Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson2001-06-287-146/+160
* Make better use of load_cert, load_certs and load_key.Richard Levitte2001-06-271-37/+11
* Make better use of load_cert, load_certs and load_key.Richard Levitte2001-06-253-54/+15
* Make better use of load_cert, load_certs and load_key.Richard Levitte2001-06-251-16/+11
* Call apps_shutdown() to take down what apps_startup() set up.Richard Levitte2001-06-251-0/+1
* make updateRichard Levitte2001-06-231-70/+89
* Use apps_shutdown() in all applications, in case someone decides notRichard Levitte2001-06-2326-3/+30
* apps_startup() needs a corresponding apps_shutdown().Richard Levitte2001-06-232-8/+13