projects
/
oweals
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Remove DECAF_NONNULL
[oweals/openssl.git]
/
apps
/
req.c
2018-02-13
Matt Caswell
Update copyright year
blob
|
commitdiff
|
raw
2018-01-31
Richard Levitte
apps: Don't include progs.h in apps.h
blob
|
commitdiff
|
raw
|
diff to current
2017-12-28
Richard Levitte
Add 'openssl req' option to specify extension values...
blob
|
commitdiff
|
raw
|
diff to current
2017-12-08
Paul Yang
Fix some issues in apps/req
blob
|
commitdiff
|
raw
|
diff to current
2017-12-08
Rich Salz
Consistent formatting for sizeof(foo)
blob
|
commitdiff
|
raw
|
diff to current
2017-11-07
Rich Salz
Warn if -days without -x509
blob
|
commitdiff
|
raw
|
diff to current
2017-08-11
FdaSilvaYY
Fix some Typos and indents
blob
|
commitdiff
|
raw
|
diff to current
2017-07-16
Rich Salz
Standardize apps use of -rand, etc.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-05
Pauli
Avoid buffer overruns in the req command line utility.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-05
Rich Salz
Undo commit d420ac2
blob
|
commitdiff
|
raw
|
diff to current
2017-06-12
Paul Yang
Clean up a bundle of codingstyle stuff in apps directory
blob
|
commitdiff
|
raw
|
diff to current
2017-05-11
Tomas Mraz
Fix regression in openssl req -x509 behaviour.
blob
|
commitdiff
|
raw
|
diff to current
2017-04-25
Dmitry Belyavskiy
Switch command-line utils to new nameopt API.
blob
|
commitdiff
|
raw
|
diff to current
2017-02-22
Rob Percival
apps/req.c: flag "-new" is implied by "-precert"
blob
|
commitdiff
|
raw
|
diff to current
2017-02-22
Rob Percival
Adds a "-precert" flag to "openssl req" for creating...
blob
|
commitdiff
|
raw
|
diff to current
2017-02-16
lrns
Change req_check_len error message, it also accepts...
blob
|
commitdiff
|
raw
|
diff to current
2017-02-06
Rich Salz
Fix parsing of serial# in req
blob
|
commitdiff
|
raw
|
diff to current
2016-10-19
Richard Levitte
If an engine comes up explicitely, it must also come...
blob
|
commitdiff
|
raw
|
diff to current
2016-10-14
FdaSilvaYY
Constify command options
blob
|
commitdiff
|
raw
|
diff to current
2016-08-24
Matt Caswell
Clarify the error messages in 08f6ae5b28
blob
|
commitdiff
|
raw
|
diff to current
2016-08-24
Matt Caswell
Fix some resource leaks in the apps
blob
|
commitdiff
|
raw
|
diff to current
2016-08-22
Richard Levitte
Make 'openssl req -x509' more equivalent to 'openssl...
blob
|
commitdiff
|
raw
|
diff to current
2016-08-19
Dr. Stephen Henson
Set certificate times in one function.
blob
|
commitdiff
|
raw
|
diff to current
2016-08-17
FdaSilvaYY
Constify char* input parameters in apps code
blob
|
commitdiff
|
raw
|
diff to current
2016-07-20
FdaSilvaYY
Use more X509_REQ_get0_pubkey & X509_get0_pubkey
blob
|
commitdiff
|
raw
|
diff to current
2016-06-29
FdaSilvaYY
Whitespace cleanup in apps
blob
|
commitdiff
|
raw
|
diff to current
2016-06-20
Richard Levitte
apps/req.c: Increment the right variable when parsing '+'
blob
|
commitdiff
|
raw
|
diff to current
2016-06-15
Richard Levitte
Deal with the consequences of constifying getters
blob
|
commitdiff
|
raw
|
diff to current
2016-06-01
Matt Caswell
req command incorrectly displays the bits for an EC key
blob
|
commitdiff
|
raw
|
diff to current
2016-05-17
Rich Salz
Copyright consolidation 01/10
blob
|
commitdiff
|
raw
|
diff to current
2016-05-16
Dr. Stephen Henson
Don't load same config file twice.
blob
|
commitdiff
|
raw
|
diff to current
2016-04-13
Matt Caswell
Deprecate OBJ_cleanup() and make it a no-op
blob
|
commitdiff
|
raw
|
diff to current
2016-04-06
Richard Levitte
Make the RSA structure opaque
blob
|
commitdiff
|
raw
|
diff to current
2016-04-04
FdaSilvaYY
Fix a shadow symbol warning
blob
|
commitdiff
|
raw
|
diff to current
2016-04-04
FdaSilvaYY
Use X509_REQ_get0_pubkey
blob
|
commitdiff
|
raw
|
diff to current
2016-03-19
Schüller Felix
Don't free up EVP_MD_CTX.
blob
|
commitdiff
|
raw
|
diff to current
2016-03-07
Viktor Dukhovni
Don't free NCONF obtained values
blob
|
commitdiff
|
raw
|
diff to current
2016-02-25
Rich Salz
GH715: ENGINE_finish can take NULL
blob
|
commitdiff
|
raw
|
diff to current
2016-02-24
Flavio Medeiros
GH480: Don't break statements with CPP stuff.
blob
|
commitdiff
|
raw
|
diff to current
2016-02-20
Kurt Roeckx
argv was set but unused
blob
|
commitdiff
|
raw
|
diff to current
2016-02-18
Rich Salz
GH681: More command help cleanup
blob
|
commitdiff
|
raw
|
diff to current
2016-02-12
Emilia Kasper
RT 3854: Update apps/req
blob
|
commitdiff
|
raw
|
diff to current
2016-02-11
Dr. Stephen Henson
Fix engine key support in cms and req utilities.
blob
|
commitdiff
|
raw
|
diff to current
2016-02-06
Insu Yun
GH634: fix potential memory leak
blob
|
commitdiff
|
raw
|
diff to current
2016-01-20
Dr. Stephen Henson
make EVP_PKEY opaque
blob
|
commitdiff
|
raw
|
diff to current
2015-12-16
Rich Salz
Rename some BUF_xxx to OPENSSL_xxx
blob
|
commitdiff
|
raw
|
diff to current
2015-12-07
Richard Levitte
Cleanup: fix all sources that used EVP_MD_CTX_(create...
blob
|
commitdiff
|
raw
|
diff to current
2015-12-07
Richard Levitte
Adjust all accesses to EVP_MD_CTX to use accessor funct...
blob
|
commitdiff
|
raw
|
diff to current
2015-11-09
Matt Caswell
Continue standardisation of malloc handling in apps
blob
|
commitdiff
|
raw
|
diff to current
2015-10-12
Matt Caswell
Rename -set-serial command to req
blob
|
commitdiff
|
raw
|
diff to current
2015-09-05
Richard Levitte
Change the way apps open their input and output files
blob
|
commitdiff
|
raw
|
diff to current
2015-09-05
Richard Levitte
Make the handling of output and input formats consistent
blob
|
commitdiff
|
raw
|
diff to current
2015-08-31
Dr. Stephen Henson
make X509_REQ opaque
blob
|
commitdiff
|
raw
|
diff to current
2015-08-31
Dr. Stephen Henson
Remove asn1-kludge option.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-31
Adam Eijdenberg
RT3961: Fix switch/case errors in flag parsing
blob
|
commitdiff
|
raw
|
diff to current
2015-07-07
Richard Levitte
Make "oneline" the default for nameopt
blob
|
commitdiff
|
raw
|
diff to current
2015-06-15
Rich Salz
RT2547: Tighten perms on generated privkey files
blob
|
commitdiff
|
raw
|
diff to current
2015-06-15
Tim Hudson
Fix argument processing error from the option parsing...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-02
Rich Salz
Standardize handling of #ifdef'd options.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-29
Richard Levitte
Restore module loading
blob
|
commitdiff
|
raw
|
diff to current
2015-05-29
Richard Levitte
Fix double BIO_free in req
blob
|
commitdiff
|
raw
|
diff to current
2015-05-28
Rich Salz
RT3876: Only load config when needed
blob
|
commitdiff
|
raw
|
diff to current
2015-05-25
Hanno Böck
RT3861: Mem/bio leak in req command
blob
|
commitdiff
|
raw
|
diff to current
2015-05-11
Rich Salz
Use p==NULL not !p (in if statements, mainly)
blob
|
commitdiff
|
raw
|
diff to current
2015-05-07
Rich Salz
Use "==0" instead of "!strcmp" etc
blob
|
commitdiff
|
raw
|
diff to current
2015-05-01
Rich Salz
free NULL cleanup -- coda
blob
|
commitdiff
|
raw
|
diff to current
2015-05-01
Rich Salz
free NULL cleanup 11
blob
|
commitdiff
|
raw
|
diff to current
2015-05-01
Rich Salz
free null cleanup finale
blob
|
commitdiff
|
raw
|
diff to current
2015-04-25
Rich Salz
fewer NO_ENGINE #ifdef's
blob
|
commitdiff
|
raw
|
diff to current
2015-04-24
Rich Salz
Big apps cleanup (option-parsing, etc)
blob
|
commitdiff
|
raw
|
diff to current
2015-03-28
Rich Salz
free NULL cleanup
blob
|
commitdiff
|
raw
|
diff to current
2015-03-11
Rich Salz
Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
blob
|
commitdiff
|
raw
|
diff to current
2015-01-23
Rich Salz
ifdef cleanup part 3: OPENSSL_SYSNAME
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
Matt Caswell
Re-align some comments after running the reformat script.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
Matt Caswell
Run util/openssl-format-source -v -c .
blob
|
commitdiff
|
raw
|
diff to current
2015-01-12
Rich Salz
RT3548: Remove unsupported platforms
blob
|
commitdiff
|
raw
|
diff to current
2015-01-06
Matt Caswell
Further comment amendments to preserve formatting prior...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-30
Tim Hudson
mark all block comments that need format preserving...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-18
Matt Caswell
Remove redundant OPENSSL_NO_DEPRECATED suppression
blob
|
commitdiff
|
raw
|
diff to current
2014-12-10
Rich Salz
RT3543: Remove #ifdef LINT
blob
|
commitdiff
|
raw
|
diff to current
2014-05-11
Viktor Dukhovni
Fix infinite loop. PR#3347
blob
|
commitdiff
|
raw
|
diff to current
2014-02-14
Kurt Roeckx
Use defaults bits in req when not given
blob
|
commitdiff
|
raw
|
diff to current
2013-09-13
Mat
typo
blob
|
commitdiff
|
raw
|
diff to current
2012-12-04
Dr. Stephen Henson
make -subj always override config file
blob
|
commitdiff
|
raw
|
diff to current
2010-03-14
Dr. Stephen Henson
add -sigopt option to ca utility
blob
|
commitdiff
|
raw
|
diff to current
2010-03-12
Dr. Stephen Henson
new sigopt and PSS support for req and x509 utilities
blob
|
commitdiff
|
raw
|
diff to current
2010-03-10
Dr. Stephen Henson
don't leave bogus errors in the queue
blob
|
commitdiff
|
raw
|
diff to current
2009-10-04
Dr. Stephen Henson
Fix warnings about ignoring fgets return value
blob
|
commitdiff
|
raw
|
diff to current
2009-07-27
Dr. Stephen Henson
Update from 1.0.0-stable
blob
|
commitdiff
|
raw
|
diff to current
2009-04-26
Dr. Stephen Henson
Update from 1.0.0-stable.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-15
Dr. Stephen Henson
Updates from 1.0.0-stable.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-07
Dr. Stephen Henson
Experimental new date handling routines. These fix...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-04
Ben Laurie
More type-checking.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-12
Dr. Stephen Henson
Fix from stable branch.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-12
Dr. Stephen Henson
Fix warnings.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-14
Bodo Möller
Fix a bug recently introduced when updating this file...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-05
Dr. Stephen Henson
Complete EVP_PKEY_ASN1_METHOD ENGINE support.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-16
Dr. Stephen Henson
Gather keygen options in req and only use them after...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-12
Dr. Stephen Henson
Typo.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-11
Dr. Stephen Henson
Update 'req' command to use new keygen API.
blob
|
commitdiff
|
raw
|
diff to current
next