summaryrefslogtreecommitdiffstats
path: root/apps/req.c
AgeCommit message (Expand)Author
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy
2017-02-22apps/req.c: flag "-new" is implied by "-precert"Rob Percival
2017-02-22Adds a "-precert" flag to "openssl req" for creating pre-certificatesRob Percival
2017-02-16Change req_check_len error message, it also accepts 20 bytes, but states 'les...lrns
2017-02-06Fix parsing of serial# in reqRich Salz
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-14Constify command optionsFdaSilvaYY
2016-08-24Clarify the error messages in 08f6ae5b28Matt Caswell
2016-08-24Fix some resource leaks in the appsMatt Caswell
2016-08-22Make 'openssl req -x509' more equivalent to 'openssl req -new'Richard Levitte
2016-08-19Set certificate times in one function.Dr. Stephen Henson
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY
2016-07-20Use more X509_REQ_get0_pubkey & X509_get0_pubkeyFdaSilvaYY
2016-06-29Whitespace cleanup in appsFdaSilvaYY
2016-06-20apps/req.c: Increment the right variable when parsing '+'Richard Levitte
2016-06-15Deal with the consequences of constifying gettersRichard Levitte
2016-06-01req command incorrectly displays the bits for an EC keyMatt Caswell
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