summaryrefslogtreecommitdiffstats
path: root/apps/apps.c
AgeCommit message (Expand)Author
2005-11-06Revive app_tminterval for vxworks.Andy Polyakov
2005-11-06Revive app_tminterval for VMS.Andy Polyakov
2005-11-06The typos never stop. Fix one in apps/apps.c.Andy Polyakov
2005-11-06Fix newly introduced typos and warnings in ./apps.Andy Polyakov
2005-11-06Collect timing procedures in apps/apps.c. It's a bit cruel patch, as itAndy Polyakov
2005-11-04Eliminate remaining calls to stat in apps/apps.c and unify WIN32_rename forAndy Polyakov
2005-11-04Eliminate dependency on read/write/stat in apps under _WIN32.Andy Polyakov
2005-11-03Disable BIO_s_fd on CE and disable fd:N as password passing option onAndy Polyakov
2005-08-31Integrated support for PVK files.Dr. Stephen Henson
2005-08-21Command line support for RSAPublicKey format.Dr. Stephen Henson
2005-08-20Remove ASN1_METHOD code replace with new ASN1 alternative.Dr. Stephen Henson
2005-07-16makeNils Larsch
2005-07-01initialize newly allocated dataNils Larsch
2005-06-27Fix typos in apps/apps.cAndy Polyakov
2005-04-19Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson
2005-04-15const fixesNils Larsch
2005-04-05some const fixesNils Larsch
2004-12-30Remove naming conflict between variable and label.Andy Polyakov
2004-12-29Prompt for passphrases for PKCS12 input formatDr. Stephen Henson
2004-11-14PR: 940Dr. Stephen Henson
2004-09-07Reformat smime utility.Dr. Stephen Henson
2004-09-06New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson
2004-05-17Remove some unnecessary recursive includes from the internal apps.h header,Geoff Thorpe
2004-04-20Reduce chances of issuer and serial number duplication by use of randomDr. Stephen Henson
2004-04-19header cleanup in apps/Geoff Thorpe
2004-03-25Move the definition of Win32_rename(), since the macro rename gets undefinedRichard Levitte
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-11-28Move another common functionality (reproduced so far with cut'n'paste)Richard Levitte
2003-11-28Move do_subject() to apps.c and rename it to parse_name(). TheRichard Levitte
2003-11-28Netware-specific changes,Richard Levitte
2003-11-16Catch error condition to prevent NULL pointer dereference.Lutz Jänicke
2003-09-09Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte
2003-04-04Convert save_serial() to work like save_index(), and add aRichard Levitte
2003-04-03One more debug line to conditionalise.Richard Levitte
2003-04-03Don't try to free NULL values...Richard Levitte
2003-04-03Conditionalise all debug strings.Richard Levitte
2003-04-03Make it possible to have multiple active certificates with the sameRichard Levitte
2003-02-22more mingw related cleanups.Ulf 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-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