index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
dhparam.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
apps/dsaparam.c generates code that is intended to be pasted or included
Beat Bolli
2018-07-29
1
-22
/
+13
*
Fix late opening of output file
Richard Levitte
2018-04-23
1
-4
/
+5
*
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
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
1
-2
/
+2
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-1
/
+1
*
Standardize apps use of -rand, etc.
Rich Salz
2017-07-17
1
-14
/
+7
*
Clean up a bundle of codingstyle stuff in apps directory
Paul Yang
2017-06-12
1
-4
/
+5
*
Ensure dhparams can handle X9.42 params in DER
Matt Caswell
2017-04-03
1
-5
/
+17
*
If an engine comes up explicitely, it must also come down explicitely
Richard Levitte
2016-10-19
1
-1
/
+3
*
Constify command options
FdaSilvaYY
2016-10-14
1
-1
/
+1
*
Deal with the consequences of constifying getters
Richard Levitte
2016-06-15
1
-2
/
+2
*
Add dhparam sanity check and update DH_check documentation
Matt Caswell
2016-06-01
1
-5
/
+20
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-107
/
+6
*
GH932: Add more help messages to some apps options.
FdaSilvaYY
2016-05-04
1
-1
/
+1
*
Make DH opaque
Matt Caswell
2016-04-09
1
-13
/
+23
*
Fix no-dsa
Matt Caswell
2016-03-21
1
-1
/
+6
*
Use NON_EMPTY_TRANSLATION_UNIT, consistently.
Rich Salz
2016-02-10
1
-9
/
+5
*
Continue standardisation of malloc handling in apps
Matt Caswell
2015-11-09
1
-3
/
+3
*
Centralise loading default apps config file
Matt Caswell
2015-10-12
1
-3
/
+0
*
Change the way apps open their input and output files
Richard Levitte
2015-09-06
1
-2
/
+2
*
Make the handling of output and input formats consistent
Richard Levitte
2015-09-06
1
-1
/
+1
*
Standardize handling of #ifdef'd options.
Rich Salz
2015-06-02
1
-3
/
+3
*
Restore module loading
Richard Levitte
2015-05-29
1
-0
/
+3
*
In apps, malloc or die
Rich Salz
2015-04-30
1
-5
/
+1
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
fewer NO_ENGINE #ifdef's
Rich Salz
2015-04-25
1
-7
/
+2
*
Big apps cleanup (option-parsing, etc)
Rich Salz
2015-04-24
1
-219
/
+132
*
free NULL cleanup
Rich Salz
2015-03-25
1
-4
/
+2
*
free NULL cleanup
Rich Salz
2015-03-25
1
-4
/
+2
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-443
/
+423
*
RT3548: Remove unsupported platforms
Rich Salz
2015-01-12
1
-2
/
+2
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+2
*
RT3543: Remove #ifdef LINT
Rich Salz
2014-12-10
1
-3
/
+0
*
Update apps for bn opaque change
Matt Caswell
2014-12-08
1
-6
/
+17
*
RT2626: Change default_bits from 1K to 2K
Kurt Roeckx
2014-09-08
1
-2
/
+2
*
PR: 2908
Dr. Stephen Henson
2012-11-21
1
-1
/
+0
*
transparently handle X9.42 DH parameters
Dr. Stephen Henson
2011-12-07
1
-1
/
+6
*
Fix warnings.
Ben Laurie
2010-06-12
1
-4
/
+1
*
Update from 1.0.0-stable.
Dr. Stephen Henson
2009-04-27
1
-0
/
+6
*
make
Nils Larsch
2005-07-16
1
-0
/
+1
*
Update any code that was using deprecated functions so that everything builds
Geoff Thorpe
2003-10-29
1
-10
/
+14
*
Add the possibility to build without the ENGINE framework.
Richard Levitte
2003-01-30
1
-1
/
+12
*
EXIT() may mean return(). That's confusing, so let's have it really mean
Richard Levitte
2002-12-03
1
-1
/
+1
*
ENGINE module additions.
Dr. Stephen Henson
2002-03-06
1
-1
/
+1
*
Config code updates.
Dr. Stephen Henson
2002-02-22
1
-0
/
+3
*
Reduce the header dependencies on engine.h in apps/.
Geoff Thorpe
2001-09-12
1
-1
/
+0
*
Use apps_shutdown() in all applications, in case someone decides not
Richard Levitte
2001-06-23
1
-0
/
+1
*
Provide an application-common setup function for engines and use it
Richard Levitte
2001-06-18
1
-17
/
+1
*
Use new-style system-id macros everywhere possible. I hope I haven't
Richard Levitte
2001-02-20
1
-1
/
+1
[next]