summaryrefslogtreecommitdiffstats
path: root/apps/apps.c
AgeCommit message (Expand)Author
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-15WinCE patchesRichard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-10-25Make sure toupper() is declaredRichard Levitte
2002-10-24On certain platforms, we redefine certain symbols using macros inRichard Levitte
2002-10-10VMS below version 7 doesn't have strcasecmp, so let's roll our own on VMS.Richard Levitte
2002-08-22Make -nameopt work in req and add support for -reqoptDr. Stephen Henson
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte
2002-07-18Allow subjects with more than 255 characters to be properly printed.Richard Levitte
2002-07-18Unixware doesn't have strings.h, so we need to declare strcasecmp()Richard Levitte
2002-06-18load_netscape_key is static.Lutz Jänicke
2002-06-13Add missing prototypes.Lutz Jänicke
2002-05-29There is a chance that the input string is larger than size, and on VMS,Richard Levitte
2002-03-14Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller
2002-03-08Fix the Win32_rename() function so it correctlyDr. Stephen Henson
2002-02-22Config code updates.Dr. Stephen Henson
2002-01-25Apply the following changes by Toomas Kiisk <vix@cyber.ee>:Richard Levitte
2001-11-22In this particular error condition, the structural reference wasn't beingGeoff Thorpe
2001-11-15If an engine isn't built in, try loading it as a shareable libraryRichard Levitte
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller
2001-09-28ENGINE_register_all_complete() will register all implementations of allGeoff Thorpe
2001-09-25Make necessary tweaks to apps/ files due to recent ENGINE surgery. SeeGeoff Thorpe
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe
2001-08-18Add first cut symmetric crypto support.Ben Laurie
2001-08-17Make -passin -passout etc work again.Dr. Stephen Henson
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson
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-19Change the common application routines to use a UI_METHOD for passwordRichard Levitte
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-05-30Extend all the loading functions to take an engine pointer, a passRichard Levitte
2001-03-16Add copy_extensions option to 'ca' utility.Dr. Stephen Henson
2001-03-15Add 'align' option to nameopt.Dr. Stephen Henson
2001-03-15Overhaul the display of certificate details inDr. Stephen Henson
2001-03-15Document the -certopt option to the x509 utility.Dr. Stephen Henson
2001-02-22Windows does not know of strigs.h or strcasecmp, so when in Windows,Richard Levitte
2001-02-20Some functions, like strdup() and strcasecmp(), are defined inRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-10disable stdin buffering in load_certBodo Möller
2001-02-10use case-insensitive comparison in set_table_optsBodo Möller
2001-01-17Initial OCSP certificate verify. Not complete,Dr. Stephen Henson
2000-12-15If CONF_get_string returns NULL and we want to tolerate thisBodo Möller
2000-10-28Add the possibility to use keys handled by engines in moreRichard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-10-06More code for X509_print_ex() support.Dr. Stephen Henson
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
2000-09-03Add 'rsautl' low level RSA utility.Dr. Stephen Henson
2000-07-30Document the new DN printing options.Dr. Stephen Henson
2000-07-28New ASN1_STRING_print_ex() and X509_NAME_print_ex()Dr. Stephen Henson