aboutsummaryrefslogtreecommitdiffstats
path: root/apps/req.c
Commit message (Expand)AuthorAgeFilesLines
* req command incorrectly displays the bits for an EC keyMatt Caswell2016-06-011-2/+6
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+6
* Don't load same config file twice.Dr. Stephen Henson2016-05-161-1/+1
* Deprecate OBJ_cleanup() and make it a no-opMatt Caswell2016-04-131-1/+0
* Make the RSA structure opaqueRichard Levitte2016-04-061-3/+5
* Fix a shadow symbol warningFdaSilvaYY2016-04-041-5/+5
* Use X509_REQ_get0_pubkeyFdaSilvaYY2016-04-041-12/+7
* Don't free up EVP_MD_CTX.Schüller Felix2016-03-191-15/+3
* Don't free NCONF obtained valuesViktor Dukhovni2016-03-071-9/+15
* GH715: ENGINE_finish can take NULLRich Salz2016-02-251-4/+2
* GH480: Don't break statements with CPP stuff.Flavio Medeiros2016-02-241-8/+10
* argv was set but unusedKurt Roeckx2016-02-201-1/+2
* GH681: More command help cleanupRich Salz2016-02-181-5/+6
* RT 3854: Update apps/reqEmilia Kasper2016-02-121-2/+2
* Fix engine key support in cms and req utilities.Dr. Stephen Henson2016-02-111-4/+4
* GH634: fix potential memory leakInsu Yun2016-02-061-0/+1
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-9/+9
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-6/+6
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-18/+26
* 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