aboutsummaryrefslogtreecommitdiffstats
path: root/apps/req.c
Commit message (Expand)AuthorAgeFilesLines
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-091-1/+1
* Rename -set-serial command to reqMatt Caswell2015-10-121-1/+1
* Change the way apps open their input and output filesRichard Levitte2015-09-061-4/+4
* Make the handling of output and input formats consistentRichard Levitte2015-09-061-1/+2
* make X509_REQ opaqueDr. Stephen Henson2015-08-311-2/+0
* Remove asn1-kludge option.Dr. Stephen Henson2015-08-311-22/+3
* RT3961: Fix switch/case errors in flag parsingAdam Eijdenberg2015-07-311-1/+0
* Make "oneline" the default for nameoptRichard Levitte2015-07-071-1/+7
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-151-3/+5
* Fix argument processing error from the option parsing change over.Tim Hudson2015-06-151-2/+6
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-1/+1
* Restore module loadingRichard Levitte2015-05-291-0/+3
* Fix double BIO_free in reqRichard Levitte2015-05-291-0/+1
* RT3876: Only load config when neededRich Salz2015-05-281-28/+5
* RT3861: Mem/bio leak in req commandHanno Böck2015-05-251-0/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-1/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-3/+3
* free NULL cleanup -- codaRich Salz2015-05-011-5/+3
* free NULL cleanup 11Rich Salz2015-05-011-2/+1
* free null cleanup finaleRich Salz2015-05-011-6/+3
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-9/+6
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-408/+278
* free NULL cleanupRich Salz2015-03-281-3/+2
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-1/+1
* ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz2015-01-231-1/+1
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-4/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1662/+1544
* RT3548: Remove unsupported platformsRich Salz2015-01-121-3/+0
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+1
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Remove redundant OPENSSL_NO_DEPRECATED suppressionMatt Caswell2014-12-181-6/+0
* RT3543: Remove #ifdef LINTRich Salz2014-12-101-3/+0
* Fix infinite loop. PR#3347Viktor Dukhovni2014-05-111-2/+13
* Use defaults bits in req when not givenKurt Roeckx2014-02-141-6/+7
* typoMat2013-09-131-1/+1
* make -subj always override config fileDr. Stephen Henson2012-12-041-8/+5
* add -sigopt option to ca utilityDr. Stephen Henson2010-03-141-0/+15
* new sigopt and PSS support for req and x509 utilitiesDr. Stephen Henson2010-03-121-4/+67
* don't leave bogus errors in the queueDr. Stephen Henson2010-03-101-0/+6
* Fix warnings about ignoring fgets return valueDr. Stephen Henson2009-10-041-2/+4
* Update from 1.0.0-stableDr. Stephen Henson2009-07-271-6/+6
* Update from 1.0.0-stable.Dr. Stephen Henson2009-04-261-1/+2
* Updates from 1.0.0-stable.Dr. Stephen Henson2009-04-151-5/+5
* Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson2008-10-071-1/+1
* More type-checking.Ben Laurie2008-06-041-6/+6
* Fix from stable branch.Dr. Stephen Henson2008-05-121-2/+1
* Fix warnings.Dr. Stephen Henson2007-08-121-1/+1
* Fix a bug recently introduced when updating this file to use the newBodo Möller2006-06-141-16/+15
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson2006-06-051-27/+46
* Gather keygen options in req and only use them after all other options haveDr. Stephen Henson2006-05-161-19/+33