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
*
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
*
Don't load same config file twice.
Dr. Stephen Henson
2016-05-16
1
-1
/
+1
*
Deprecate OBJ_cleanup() and make it a no-op
Matt Caswell
2016-04-13
1
-1
/
+0
*
Make the RSA structure opaque
Richard Levitte
2016-04-06
1
-3
/
+5
*
Fix a shadow symbol warning
FdaSilvaYY
2016-04-05
1
-5
/
+5
*
Use X509_REQ_get0_pubkey
FdaSilvaYY
2016-04-04
1
-12
/
+7
*
Don't free up EVP_MD_CTX.
Schüller Felix
2016-03-19
1
-15
/
+3
*
Don't free NCONF obtained values
Viktor Dukhovni
2016-03-08
1
-9
/
+15
*
GH715: ENGINE_finish can take NULL
Rich Salz
2016-02-25
1
-4
/
+2
*
GH480: Don't break statements with CPP stuff.
Flavio Medeiros
2016-02-24
1
-8
/
+10
*
argv was set but unused
Kurt Roeckx
2016-02-20
1
-1
/
+2
*
GH681: More command help cleanup
Rich Salz
2016-02-18
1
-5
/
+6
*
RT 3854: Update apps/req
Emilia Kasper
2016-02-12
1
-2
/
+2
*
Fix engine key support in cms and req utilities.
Dr. Stephen Henson
2016-02-11
1
-4
/
+4
*
GH634: fix potential memory leak
Insu Yun
2016-02-06
1
-0
/
+1
*
make EVP_PKEY opaque
Dr. Stephen Henson
2016-01-20
1
-1
/
+1
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-9
/
+9
*
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
Richard Levitte
2015-12-07
1
-6
/
+6
*
Adjust all accesses to EVP_MD_CTX to use accessor functions.
Richard Levitte
2015-12-07
1
-18
/
+26
*
Continue standardisation of malloc handling in apps
Matt Caswell
2015-11-09
1
-1
/
+1
*
Rename -set-serial command to req
Matt Caswell
2015-10-12
1
-1
/
+1
*
Change the way apps open their input and output files
Richard Levitte
2015-09-06
1
-4
/
+4
*
Make the handling of output and input formats consistent
Richard Levitte
2015-09-06
1
-1
/
+2
*
make X509_REQ opaque
Dr. Stephen Henson
2015-08-31
1
-2
/
+0
*
Remove asn1-kludge option.
Dr. Stephen Henson
2015-08-31
1
-22
/
+3
*
RT3961: Fix switch/case errors in flag parsing
Adam Eijdenberg
2015-07-31
1
-1
/
+0
*
Make "oneline" the default for nameopt
Richard Levitte
2015-07-07
1
-1
/
+7
*
RT2547: Tighten perms on generated privkey files
Rich Salz
2015-06-16
1
-3
/
+5
[next]