summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2001-06-25Make better use of load_cert, load_certs and load_key.Richard Levitte
2001-06-25Translate into valid C (don't call functions with wrong prototypes).Bodo Möller
2001-06-25Call apps_shutdown() to take down what apps_startup() set up.Richard Levitte
2001-06-24Make sure we don't return 0 on error.Richard Levitte
2001-06-23In {RSA,DSA,DH}_new_method(x) need to increase the referenceDr. Stephen Henson
2001-06-23Use the new UI features, among others the new boolean input.Richard Levitte
2001-06-23Including stdio.h before setting _XOPEN_SOURCE andRichard 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-23Oops, applies to 0.9.7 only.Richard Levitte
2001-06-23Document recent changes.Richard Levitte
2001-06-23Do not loop i the OpenSSL UI method any more. Instead, lettheRichard Levitte
2001-06-23make updateRichard Levitte
2001-06-23Implement boolean (yes/no or OK/Cancel, ...) input.Richard Levitte
2001-06-23New error printing function that gives the possibility to print theRichard Levitte
2001-06-23Include the UI error strings.Richard Levitte
2001-06-23For the UI functions that return an int, 0 or any positive number is aRichard Levitte
2001-06-23Fix hwcrhk_insert_card.Dr. Stephen Henson
2001-06-23Fix UI leak in apps.Dr. Stephen Henson
2001-06-23In UI_dup_*() function, use the duped string, not the original.Dr. Stephen Henson
2001-06-23Update my config entry to allow use of DSOs.Dr. Stephen Henson
2001-06-22This fixes "Spurious test failures on IRIX?" reported in April. ApparentlyAndy Polyakov
2001-06-21Fix memory leak when RAND is used: need to cleanupDr. Stephen Henson
2001-06-20Update my status.Richard Levitte
2001-06-20Since there is a way to create UI_METHODs, implement a destructor asRichard Levitte
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-19cp is only used when DSA is built.Richard Levitte
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-19- Add the possibility to control engines through control names butRichard Levitte
2001-06-19The default flag should be for default passwords only. Otherwise,Richard Levitte
2001-06-19Enhance the user interface with better support for dialog boxRichard Levitte
2001-06-19make apps compile againDr. Stephen Henson
2001-06-19Don't set pointer if add_lock_callback used.Dr. 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
2001-06-17Fix a memory leak (there's another around here somewhere, though).Ben Laurie
2001-06-16Delete a redundant line.Ben Laurie
2001-06-15pay attention to blocksize before attempting decryptionBodo Möller
2001-06-11For MSDOS, the tty filename still is "con", not "/dev/tty" ...Bodo Möller
2001-06-11Get rid of "possible WAW dependency" warnings.Andy Polyakov
2001-06-11even use of default engines leaks memoryBodo Möller
2001-06-11Add directory name to the entry on /crypto/ui/.Bodo Möller
2001-06-11Earlier OpenSSL versions printed prompts to stderr.Bodo Möller
2001-06-11Make updateDr. Stephen Henson
2001-06-11Initialize UI ex_data.Dr. Stephen Henson