summaryrefslogtreecommitdiffstats
path: root/apps/apps.c
AgeCommit message (Expand)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson
2014-04-04Use correct length when prompting for password.Dr. Stephen Henson
2012-12-04check mval for NULL tooDr. Stephen Henson
2012-12-03fix leakDr. Stephen Henson
2010-06-12Fix gcc 4.6 warnings. Check TLS server hello extension length.Ben Laurie
2010-05-27PR: 2262Dr. Stephen Henson
2010-01-19revert patchDr. Stephen Henson
2010-01-19PR: 2144Dr. Stephen Henson
2009-06-26Update from 1.0.0-stable.Dr. Stephen Henson
2009-03-12PR: 1861Dr. Stephen Henson
2008-12-02Warn about JPAKE brokenness.Ben Laurie
2008-11-24Revert OPENSSL_EXPERIMENTAL patch.Dr. Stephen Henson
2008-11-12Add support for experimental code, not compiled in by default andDr. Stephen Henson
2008-11-10Fix warnings.Dr. Stephen Henson
2008-10-27Fixes from HEAD.Dr. Stephen Henson
2008-10-26Add JPAKE.Ben Laurie
2008-04-17Fix incorrect return value in apps/apps.c:parse_yesno()Lutz Jänicke
2005-07-16makeNils Larsch
2005-07-01initialize newly allocated dataNils Larsch
2005-06-27Fix typos in apps/apps.c.Andy 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