index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
req.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmdline app: add provider commandline options.
Pauli
2020-03-07
1
-1
/
+6
*
Adapt some 'openssl' commands for SM2 changes.
Richard Levitte
2020-02-02
1
-83
/
+30
*
Return 1 when openssl req -addext kv is duplicated
kinichiro
2019-12-16
1
-3
/
+6
*
Check return value after loading config file
kinichiro
2019-12-13
1
-2
/
+4
*
Fix no-engine
Matt Caswell
2019-11-14
1
-1
/
+1
*
Add "sections" to -help output
Rich Salz
2019-11-07
1
-27
/
+35
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-2
/
+3
*
Fix a double free issue when signing SM2 cert
Paul Yang
2019-09-29
1
-18
/
+30
*
Avoid NULL pointer dereference. Fixes #9043.
Dmitry Belyavskiy
2019-07-08
1
-2
/
+12
*
Support SM2 certificate signing
Paul Yang
2019-06-28
1
-6
/
+143
*
Following the license change, modify the boilerplates in apps/
Richard Levitte
2018-12-06
1
-1
/
+1
*
openssl req: don't try to report bits
Richard Levitte
2018-09-04
1
-2
/
+1
*
Ignore the digest in req app if using EdDSA
Matt Caswell
2018-08-22
1
-1
/
+10
*
Add tests for the "req" command, -addext flag
Rich Salz
2018-07-09
1
-0
/
+1
*
apps/req.c: fix -addext option.
Andy Polyakov
2018-07-09
1
-14
/
+11
*
Reject duplicate -addext parameters
Rich Salz
2018-07-06
1
-3
/
+77
*
Fix no-dsa
Matt Caswell
2018-06-07
1
-0
/
+2
*
Issue warnings for large DSA and RSA keys
Georg Schmidt
2018-06-05
1
-0
/
+12
*
correct spelling errors detected by Debian lintian
A. Schulze
2018-04-19
1
-1
/
+1
*
Duplicate code refactored
Kaoru Toda
2018-04-06
1
-63
/
+43
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
apps: Don't include progs.h in apps.h
Richard Levitte
2018-01-31
1
-0
/
+1
*
Add 'openssl req' option to specify extension values on command line
Richard Levitte
2017-12-28
1
-2
/
+44
*
Fix some issues in apps/req
Paul Yang
2017-12-08
1
-2
/
+6
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
1
-2
/
+2
*
Warn if -days without -x509
Rich Salz
2017-11-07
1
-0
/
+2
*
Fix some Typos and indents
FdaSilvaYY
2017-08-11
1
-1
/
+1
*
Standardize apps use of -rand, etc.
Rich Salz
2017-07-17
1
-19
/
+10
*
Avoid buffer overruns in the req command line utility.
Pauli
2017-07-05
1
-33
/
+53
*
Undo commit d420ac2
Rich Salz
2017-07-05
1
-18
/
+18
*
Clean up a bundle of codingstyle stuff in apps directory
Paul Yang
2017-06-12
1
-61
/
+73
*
Fix regression in openssl req -x509 behaviour.
Tomas Mraz
2017-05-11
1
-2
/
+4
*
Switch command-line utils to new nameopt API.
Dmitry Belyavskiy
2017-04-25
1
-13
/
+8
*
apps/req.c: flag "-new" is implied by "-precert"
Rob Percival
2017-02-22
1
-4
/
+3
*
Adds a "-precert" flag to "openssl req" for creating pre-certificates
Rob Percival
2017-02-22
1
-1
/
+15
*
Change req_check_len error message, it also accepts 20 bytes, but states 'les...
lrns
2017-02-16
1
-1
/
+1
*
Fix parsing of serial# in req
Rich Salz
2017-02-06
1
-1
/
+1
*
If an engine comes up explicitely, it must also come down explicitely
Richard Levitte
2016-10-19
1
-0
/
+1
*
Constify command options
FdaSilvaYY
2016-10-14
1
-1
/
+1
*
Clarify the error messages in 08f6ae5b28
Matt Caswell
2016-08-24
1
-1
/
+1
*
Fix some resource leaks in the apps
Matt Caswell
2016-08-24
1
-0
/
+4
*
Make 'openssl req -x509' more equivalent to 'openssl req -new'
Richard Levitte
2016-08-22
1
-1
/
+2
*
Set certificate times in one function.
Dr. Stephen Henson
2016-08-19
1
-3
/
+1
*
Constify char* input parameters in apps code
FdaSilvaYY
2016-08-17
1
-6
/
+6
*
Use more X509_REQ_get0_pubkey & X509_get0_pubkey
FdaSilvaYY
2016-07-20
1
-6
/
+4
*
Whitespace cleanup in apps
FdaSilvaYY
2016-06-29
1
-1
/
+1
*
apps/req.c: Increment the right variable when parsing '+'
Richard Levitte
2016-06-20
1
-3
/
+3
*
Deal with the consequences of constifying getters
Richard Levitte
2016-06-15
1
-1
/
+1
*
req command incorrectly displays the bits for an EC key
Matt Caswell
2016-06-01
1
-2
/
+6
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-54
/
+6
[next]