summaryrefslogtreecommitdiffstats
path: root/apps/req.c
AgeCommit message (Expand)Author
2015-07-31RT3961: Fix switch/case errors in flag parsingAdam Eijdenberg
2015-07-07Make "oneline" the default for nameoptRichard Levitte
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz
2015-06-15Fix argument processing error from the option parsing change over.Tim Hudson
2015-06-02Standardize handling of #ifdef'd options.Rich Salz
2015-05-29Restore module loadingRichard Levitte
2015-05-29Fix double BIO_free in reqRichard Levitte
2015-05-28RT3876: Only load config when neededRich Salz
2015-05-25RT3861: Mem/bio leak in req commandHanno Böck
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free NULL cleanup 11Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-03-28free NULL cleanupRich Salz
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-18Remove redundant OPENSSL_NO_DEPRECATED suppressionMatt Caswell
2014-12-10RT3543: Remove #ifdef LINTRich Salz
2014-05-11Fix infinite loop. PR#3347Viktor Dukhovni
2014-02-14Use defaults bits in req when not givenKurt Roeckx
2013-09-13typoMat
2012-12-04make -subj always override config fileDr. Stephen Henson
2010-03-14add -sigopt option to ca utilityDr. Stephen Henson
2010-03-12new sigopt and PSS support for req and x509 utilitiesDr. Stephen Henson
2010-03-10don't leave bogus errors in the queueDr. Stephen Henson
2009-10-04Fix warnings about ignoring fgets return valueDr. Stephen Henson
2009-07-27Update from 1.0.0-stableDr. Stephen Henson
2009-04-26Update from 1.0.0-stable.Dr. Stephen Henson
2009-04-15Updates from 1.0.0-stable.Dr. Stephen Henson
2008-10-07Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2008-05-12Fix from stable branch.Dr. Stephen Henson
2007-08-12Fix warnings.Dr. Stephen Henson
2006-06-14Fix a bug recently introduced when updating this file to use the newBodo Möller
2006-06-05Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson
2006-05-16Gather keygen options in req and only use them after all other options haveDr. Stephen Henson
2006-05-12Typo.Dr. Stephen Henson
2006-05-11Update 'req' command to use new keygen API.Dr. Stephen Henson
2006-05-07Add support for default public key digest type ctrl.Dr. Stephen Henson
2006-04-19Remove link between digests and signature algorithms.Dr. Stephen Henson
2006-03-15fix problems found by coverity: remove useless codeNils Larsch
2005-07-16makeNils Larsch