aboutsummaryrefslogtreecommitdiffstats
path: root/apps/req.c
Commit message (Expand)AuthorAgeFilesLines
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-0/+1
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Clarify the error messages in 08f6ae5b28Matt Caswell2016-08-241-1/+1
* Fix some resource leaks in the appsMatt Caswell2016-08-241-0/+4
* Make 'openssl req -x509' more equivalent to 'openssl req -new'Richard Levitte2016-08-221-1/+2
* Set certificate times in one function.Dr. Stephen Henson2016-08-191-3/+1
* Constify char* input parameters in apps codeFdaSilvaYY2016-08-171-6/+6
* Use more X509_REQ_get0_pubkey & X509_get0_pubkeyFdaSilvaYY2016-07-201-6/+4
* Whitespace cleanup in appsFdaSilvaYY2016-06-291-1/+1
* apps/req.c: Increment the right variable when parsing '+'Richard Levitte2016-06-201-3/+3
* Deal with the consequences of constifying gettersRichard Levitte2016-06-151-1/+1
* 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