summaryrefslogtreecommitdiffstats
path: root/apps/req.c
AgeCommit message (Expand)Author
2020-02-02Adapt some 'openssl' commands for SM2 changes.Richard Levitte
2019-12-16Return 1 when openssl req -addext kv is duplicatedkinichiro
2019-12-13Check return value after loading config filekinichiro
2019-11-14Fix no-engineMatt Caswell
2019-11-08Add "sections" to -help outputRich Salz
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-29Fix a double free issue when signing SM2 certPaul Yang
2019-07-08Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy
2019-06-28Support SM2 certificate signingPaul Yang
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-09-04openssl req: don't try to report bitsRichard Levitte
2018-08-22Ignore the digest in req app if using EdDSAMatt Caswell
2018-07-09Add tests for the "req" command, -addext flagRich Salz
2018-07-09apps/req.c: fix -addext option.Andy Polyakov
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