summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2001-09-12Updated dependencies from "make update"Geoff Thorpe
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe
2001-09-10make updateGeoff Thorpe
2001-09-10Put all "common" initialisation in the apps_startup() and apps_shutdown()Geoff Thorpe
2001-09-10restore previous revision -- memory leak should be fixed in mem.cBodo Möller
2001-09-10fix memory leakBodo Möller
2001-09-10exclude disabled message digestsBodo Möller
2001-09-10add AES ciphersBodo Möller
2001-09-10Update so that progs.h can indeed be automatically generatedBodo Möller
2001-09-10Fix apps/openssl.c and ssl/ssltest.c so that they useBodo Möller
2001-09-07Look up MD5 by name.Ben Laurie
2001-09-05Use GCC 2.95/3.0 optimizationUlf Möller
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-09-01make updateUlf Möller
2001-08-24-passin argument not used when actually loading the keyLutz Jänicke
2001-08-23Load OCSP responder key before waiting for an incomingDr. Stephen Henson
2001-08-18Add first cut symmetric crypto support.Ben Laurie
2001-08-17Make -passin -passout etc work again.Dr. Stephen Henson
2001-08-17Add CRL utility functions to allow CRLs to beDr. Stephen Henson
2001-08-05Start to reduce some of the header bloat.Ben Laurie
2001-08-03Oops, one SSL_OP_NON_EXPORT_FIRST was left.Lutz Jänicke
2001-07-31make updateRichard Levitte
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-13Allow OCSP server to handle multiple requests.Dr. Stephen Henson
2001-07-12Initial OCSP server support, using index.txt format.Dr. Stephen Henson
2001-07-11openssl speed is quite useful for testing hardware support (among otherGeoff Thorpe
2001-07-10make updateRichard Levitte
2001-07-09Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte
2001-07-08Don't update argc, argv for decrypt flag!Ben Laurie
2001-07-08Speed test decrypt EVP operations.Ben Laurie
2001-07-03When only the key is given to "enc", the IV is undefinedLutz Jänicke
2001-07-02Fix warning.Ben Laurie
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson
2001-06-27Make better use of load_cert, load_certs and load_key.Richard Levitte
2001-06-25Make better use of load_cert, load_certs and load_key.Richard Levitte
2001-06-25Make better use of load_cert, load_certs and load_key.Richard Levitte
2001-06-25Call apps_shutdown() to take down what apps_startup() set up.Richard Levitte
2001-06-23make updateRichard Levitte
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte
2001-06-23apps_startup() needs a corresponding apps_shutdown().Richard Levitte
2001-06-23Make use of new features in UI's. Among others, the applicationRichard Levitte
2001-06-23Fix UI leak in apps.Dr. Stephen Henson
2001-06-20Modify "openssl engine" to handle and display internal controlRichard Levitte
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson
2001-06-19Fix memory leaks.Dr. Stephen Henson
2001-06-19Do a proof of concept. "openssl genrsa" will make the name of theRichard Levitte
2001-06-19Change the common application routines to use a UI_METHOD for passwordRichard Levitte
2001-06-19make apps compile againDr. Stephen Henson
2001-06-18One feature wasn't quite commited yetRichard Levitte
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte