aboutsummaryrefslogtreecommitdiff
path: root/apps/req.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-04openssl req: don't try to report bitsRichard Levitte1-2/+1
2018-08-22Ignore the digest in req app if using EdDSAMatt Caswell1-1/+10
2018-07-09Add tests for the "req" command, -addext flagRich Salz1-0/+1
2018-07-09apps/req.c: fix -addext option.Andy Polyakov1-14/+11
2018-07-05Reject duplicate -addext parametersRich Salz1-3/+77
2018-06-07Fix no-dsaMatt Caswell1-0/+2
2018-06-05Issue warnings for large DSA and RSA keysGeorg Schmidt1-0/+12
2018-04-19correct spelling errors detected by Debian lintianA. Schulze1-1/+1
2018-04-06Duplicate code refactoredKaoru Toda1-63/+43
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2017-12-28Add 'openssl req' option to specify extension values on command lineRichard Levitte1-2/+44
2017-12-08Fix some issues in apps/reqPaul Yang1-2/+6
2017-12-07Consistent formatting for sizeof(foo)Rich Salz1-2/+2
2017-11-07Warn if -days without -x509Rich Salz1-0/+2
2017-08-11Fix some Typos and indentsFdaSilvaYY1-1/+1
2017-07-16Standardize apps use of -rand, etc.Rich Salz1-19/+10
2017-07-06Avoid buffer overruns in the req command line utility.Pauli1-33/+53
2017-07-05Undo commit d420ac2Rich Salz1-18/+18
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-61/+73
2017-05-11Fix regression in openssl req -x509 behaviour.Tomas Mraz1-2/+4
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy1-13/+8
2017-02-22apps/req.c: flag "-new" is implied by "-precert"Rob Percival1-4/+3
2017-02-22Adds a "-precert" flag to "openssl req" for creating pre-certificatesRob Percival1-1/+15
2017-02-16Change req_check_len error message, it also accepts 20 bytes, but states 'les...lrns1-1/+1
2017-02-06Fix parsing of serial# in reqRich Salz1-1/+1
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte1-0/+1
2016-10-14Constify command optionsFdaSilvaYY1-1/+1
2016-08-24Clarify the error messages in 08f6ae5b28Matt Caswell1-1/+1
2016-08-24Fix some resource leaks in the appsMatt Caswell1-0/+4
2016-08-22Make 'openssl req -x509' more equivalent to 'openssl req -new'Richard Levitte1-1/+2
2016-08-19Set certificate times in one function.Dr. Stephen Henson1-3/+1
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY1-6/+6
2016-07-20Use more X509_REQ_get0_pubkey & X509_get0_pubkeyFdaSilvaYY1-6/+4
2016-06-29Whitespace cleanup in appsFdaSilvaYY1-1/+1
2016-06-20apps/req.c: Increment the right variable when parsing '+'Richard Levitte1-3/+3
2016-06-15Deal with the consequences of constifying gettersRichard Levitte1-1/+1
2016-06-01req command incorrectly displays the bits for an EC keyMatt Caswell1-2/+6
2016-05-17Copyright consolidation 01/10Rich Salz1-54/+6
2016-05-16Don't load same config file twice.Dr. Stephen Henson1-1/+1
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell1-1/+0
2016-04-06Make the RSA structure opaqueRichard Levitte1-3/+5
2016-04-04Fix a shadow symbol warningFdaSilvaYY1-5/+5
2016-04-04Use X509_REQ_get0_pubkeyFdaSilvaYY1-12/+7
2016-03-19Don't free up EVP_MD_CTX.Schüller Felix1-15/+3
2016-03-07Don't free NCONF obtained valuesViktor Dukhovni1-9/+15
2016-02-25GH715: ENGINE_finish can take NULLRich Salz1-4/+2
2016-02-24GH480: Don't break statements with CPP stuff.Flavio Medeiros1-8/+10
2016-02-20argv was set but unusedKurt Roeckx1-1/+2
2016-02-18GH681: More command help cleanupRich Salz1-5/+6