summaryrefslogtreecommitdiff
path: root/apps/req.c
Commit message (Expand)AuthorAgeFilesLines
* Return 1 when openssl req -addext kv is duplicatedkinichiro2019-12-161-3/+6
* Check return value after loading config filekinichiro2019-12-131-2/+4
* Update copyright yearMatt Caswell2019-09-101-1/+1
* Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy2019-07-081-2/+12
* openssl req: don't try to report bitsRichard Levitte2018-09-041-2/+1
* Ignore the digest in req app if using EdDSAMatt Caswell2018-08-221-1/+10
* Add tests for the "req" command, -addext flagRich Salz2018-07-091-0/+1
* apps/req.c: fix -addext option.Andy Polyakov2018-07-091-14/+11
* Reject duplicate -addext parametersRich Salz2018-07-051-3/+77
* 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