summaryrefslogtreecommitdiffstats
path: root/apps/apps.c
AgeCommit message (Expand)Author
2004-05-11Pull FIPS back into stable.Ben Laurie
2004-04-22Port the random serial number generation to 0.9.7-stable.Dr. Stephen Henson
2004-03-25Move the definition of Win32_rename(), since the macro rename gets undefinedRichard Levitte
2004-03-19Merge from HEAD:Richard Levitte
2004-03-08Incorporate the following changes from 0.9.8-dev:Richard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-11-16Catch error condition to prevent NULL pointer dereference.Lutz Jänicke
2003-02-22mingw related cleanups, as in headUlf Möller
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-15WinCE patchesRichard Levitte
2002-11-12Many security improvements (CHATS) and a warning fix.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-30Apply -nameopt patches to 0.9.7Dr. 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-08typoDr. Stephen Henson
2002-03-08Fix the Win32_rename() function so it correctlyDr. Stephen Henson
2002-02-23Update from main branch.Dr. Stephen Henson
2002-02-19Use default openssl.cnf if config filename set to NULL andDr. 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