summaryrefslogtreecommitdiffstats
path: root/apps/req.c
Commit message (Expand)AuthorAgeFilesLines
* Fix no-dsaMatt Caswell2018-06-071-0/+2
* Issue warnings for large DSA and RSA keysGeorg Schmidt2018-06-051-0/+12
* correct spelling errors detected by Debian lintianA. Schulze2018-04-191-1/+1
* Duplicate code refactoredKaoru Toda2018-04-061-63/+43
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Add 'openssl req' option to specify extension values on command lineRichard Levitte2017-12-281-2/+44
* Fix some issues in apps/reqPaul Yang2017-12-081-2/+6
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-2/+2
* Warn if -days without -x509Rich Salz2017-11-071-0/+2
* Fix some Typos and indentsFdaSilvaYY2017-08-111-1/+1
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-19/+10
* Avoid buffer overruns in the req command line utility.Pauli2017-07-061-33/+53
* Undo commit d420ac2Rich Salz2017-07-051-18/+18
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-61/+73
* Fix regression in openssl req -x509 behaviour.Tomas Mraz2017-05-111-2/+4
* Switch command-line utils to new nameopt API.Dmitry Belyavskiy2017-04-251-13/+8
* apps/req.c: flag "-new" is implied by "-precert"Rob Percival2017-02-221-4/+3
* Adds a "-precert" flag to "openssl req" for creating pre-certificatesRob Percival2017-02-221-1/+15
* Change req_check_len error message, it also accepts 20 bytes, but states 'les...lrns2017-02-161-1/+1
* Fix parsing of serial# in reqRich Salz2017-02-061-1/+1
* 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