summaryrefslogtreecommitdiffstats
path: root/apps/req.c
AgeCommit message (Expand)Author
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-16Don't load same config file twice.Dr. Stephen Henson
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell
2016-04-06Make the RSA structure opaqueRichard Levitte
2016-04-04Fix a shadow symbol warningFdaSilvaYY
2016-04-04Use X509_REQ_get0_pubkeyFdaSilvaYY
2016-03-19Don't free up EVP_MD_CTX.Schüller Felix
2016-03-07Don't free NCONF obtained valuesViktor Dukhovni
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-02-24GH480: Don't break statements with CPP stuff.Flavio Medeiros
2016-02-20argv was set but unusedKurt Roeckx
2016-02-18GH681: More command help cleanupRich Salz
2016-02-12RT 3854: Update apps/reqEmilia Kasper
2016-02-11Fix engine key support in cms and req utilities.Dr. Stephen Henson
2016-02-06GH634: fix potential memory leakInsu Yun
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell
2015-10-12Rename -set-serial command to reqMatt Caswell
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-09-06Make the handling of output and input formats consistentRichard Levitte
2015-08-31make X509_REQ opaqueDr. Stephen Henson
2015-08-31Remove asn1-kludge option.Dr. Stephen Henson
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