summaryrefslogtreecommitdiffstats
path: root/apps/req.c
AgeCommit message (Expand)Author
2018-07-05Reject duplicate -addext parametersRich Salz
2018-06-07Fix no-dsaMatt Caswell
2018-06-05Issue warnings for large DSA and RSA keysGeorg Schmidt
2018-04-19correct spelling errors detected by Debian lintianA. Schulze
2018-04-06Duplicate code refactoredKaoru Toda
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-12-28Add 'openssl req' option to specify extension values on command lineRichard Levitte
2017-12-08Fix some issues in apps/reqPaul Yang
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-11-07Warn if -days without -x509Rich Salz
2017-08-11Fix some Typos and indentsFdaSilvaYY
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-07-06Avoid buffer overruns in the req command line utility.Pauli
2017-07-05Undo commit d420ac2Rich Salz
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2017-05-11Fix regression in openssl req -x509 behaviour.Tomas Mraz
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