aboutsummaryrefslogtreecommitdiff
path: root/apps/apps.h
AgeCommit message (Expand)AuthorFilesLines
2007-04-11New -mac and -macopt options to dgst utility. Reimplement -hmac option inDr. Stephen Henson1-0/+2
2006-04-17If we include winsock2.h then FD_SET wants an unsigned type for an fd.Dr. Stephen Henson1-0/+7
2006-04-09Add RSA ctrl for padding mode, add ctrl support in pkeyutl.Dr. Stephen Henson1-0/+1
2006-04-08Reformat pkeyutl.c, add support for verify operation but nothing actuallyDr. Stephen Henson1-0/+1
2006-03-28Fix bug where freed OIDs could be accessed in EVP_cleanup() byDr. Stephen Henson1-2/+2
2005-11-06Collect timing procedures in apps/apps.c. It's a bit cruel patch, as itAndy Polyakov1-0/+4
2005-11-04Eliminate remaining calls to stat in apps/apps.c and unify WIN32_rename forAndy Polyakov1-5/+0
2005-11-04Eliminate dependency on read/write/stat in apps under _WIN32.Andy Polyakov1-0/+3
2005-11-03Get rid of arcane reference to _fmode in apps/apps.h. Binary open isAndy Polyakov1-34/+4
2005-08-31Integrated support for PVK files.Dr. Stephen Henson1-0/+2
2005-08-21Command line support for RSAPublicKey format.Dr. Stephen Henson1-0/+2
2005-04-19Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson1-1/+1
2005-04-15const fixesNils Larsch1-1/+1
2005-04-05some const fixesNils Larsch1-4/+4
2004-09-07Reformat smime utility.Dr. Stephen Henson1-1/+3
2004-09-06New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson1-0/+1
2004-05-17Remove some unnecessary recursive includes from the internal apps.h header,Geoff Thorpe1-2/+0
2004-04-20Reduce chances of issuer and serial number duplication by use of randomDr. Stephen Henson1-0/+3
2003-11-28Move another common functionality (reproduced so far with cut'n'paste)Richard Levitte1-0/+1
2003-11-28Forgot to change the declaration of do_subject() to one of parse_name()...Richard Levitte1-1/+1
2003-11-28Allow multi-valued rdns in subjects. This adds the -multivalue-rdn optionRichard Levitte1-1/+1
2003-11-28Netware-specific changes,Richard Levitte1-0/+2
2003-09-09Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte1-6/+0
2003-04-04Convert save_serial() to work like save_index(), and add aRichard Levitte1-1/+2
2003-04-03Make it possible to have multiple active certificates with the sameRichard Levitte1-1/+31
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte1-19/+50
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-0/+1
2002-10-10VMS below version 7 doesn't have strcasecmp, so let's roll our own on VMS.Richard Levitte1-0/+6
2002-10-09Make sure that the 'config' variable is correctly defined and declaredRichard Levitte1-0/+2
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte1-2/+2
2002-06-13Add missing prototypes.Lutz Jänicke1-6/+2
2002-05-19Reorganise -subj option code, fix buffer overrun.Dr. Stephen Henson1-0/+2
2002-03-06ENGINE module additions.Dr. Stephen Henson1-4/+4
2002-02-22non-Monolith fixes.Dr. Stephen Henson1-0/+1
2002-02-22Config code updates.Dr. Stephen Henson1-1/+4
2002-01-25Apply the following changes by Toomas Kiisk <vix@cyber.ee>:Richard Levitte1-0/+2
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller1-0/+53
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte1-1/+1
2001-09-28ENGINE_register_all_complete() will register all implementations of allGeoff Thorpe1-5/+3
2001-09-25Make necessary tweaks to apps/ files due to recent ENGINE surgery. SeeGeoff Thorpe1-8/+8
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe1-1/+1
2001-09-10Put all "common" initialisation in the apps_startup() and apps_shutdown()Geoff Thorpe1-1/+6
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe1-1/+1
2001-07-12Initial OCSP server support, using index.txt format.Dr. Stephen Henson1-0/+6
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson1-2/+2
2001-06-23apps_startup() needs a corresponding apps_shutdown().Richard Levitte1-7/+11
2001-06-23Fix UI leak in apps.Dr. Stephen Henson1-0/+1
2001-06-19Change the common application routines to use a UI_METHOD for passwordRichard Levitte1-3/+7
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte1-0/+1
2001-05-30Extend all the loading functions to take an engine pointer, a passRichard Levitte1-4/+18