index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
ecparam.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use NON_EMPTY_TRANSLATION_UNIT, consistently.
Rich Salz
2016-02-10
1
-7
/
+4
*
Fix memory leak and print out keygen errors.
Dr. Stephen Henson
2016-02-01
1
-1
/
+7
*
Remove useless code
Alessandro Ghedini
2015-10-23
1
-2
/
+0
*
Centralise loading default apps config file
Matt Caswell
2015-10-12
1
-3
/
+0
*
Enable -Wmissing-variable-declarations and
Ben Laurie
2015-09-11
1
-2
/
+2
*
Change the way apps open their input and output files
Richard Levitte
2015-09-06
1
-2
/
+2
*
Exit on error in ecparam
Peter Waltenberg
2015-07-09
1
-2
/
+3
*
RT2547: Tighten perms on generated privkey files
Rich Salz
2015-06-16
1
-4
/
+5
*
Restore module loading
Richard Levitte
2015-05-29
1
-0
/
+3
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-07
1
-2
/
+2
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-2
/
+1
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-12
/
+6
*
In apps, malloc or die
Rich Salz
2015-04-30
1
-15
/
+5
*
remove malloc casts
Rich Salz
2015-04-28
1
-2
/
+1
*
fewer NO_ENGINE #ifdef's
Rich Salz
2015-04-25
1
-6
/
+2
*
Big apps cleanup (option-parsing, etc)
Rich Salz
2015-04-24
1
-325
/
+193
*
free NULL cleanup.
Rich Salz
2015-03-25
1
-2
/
+1
*
free NULL cleanup
Rich Salz
2015-03-25
1
-4
/
+2
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-627
/
+554
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+2
*
Fix various spelling errors
Scott Schaefer
2014-02-14
1
-2
/
+2
*
Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convert
Dr. Stephen Henson
2012-02-21
1
-0
/
+3
*
Fix warnings.
Ben Laurie
2010-06-12
1
-4
/
+1
*
Merge from 1.0.0-stable branch.
Dr. Stephen Henson
2009-04-23
1
-0
/
+6
*
include opensslconf.h if OPENSSL_NO_* is used
Nils Larsch
2005-05-31
1
-0
/
+2
*
ecc api cleanup; summary:
Nils Larsch
2005-05-16
1
-5
/
+3
*
give EC_GROUP_new_by_nid a more meanigful name:
Nils Larsch
2005-05-10
1
-1
/
+1
*
some const fixes
Nils Larsch
2005-04-05
1
-1
/
+1
*
Update ECDSA and ECDH for OPENSSL_NO_ENGINE.
Geoff Thorpe
2004-10-21
1
-0
/
+4
*
Adds warnings about two curves and fixes the "seed" value for two other
Geoff Thorpe
2004-03-25
1
-6
/
+2
*
Fix declaration inconsistency in ecparam.c.
Andy Polyakov
2004-01-24
1
-1
/
+1
*
avoid potential confusion about curves (prime192v1 and prime256v1 are
Bodo Möller
2003-01-16
1
-1
/
+20
*
EXIT() may mean return(). That's confusing, so let's have it really mean
Richard Levitte
2002-12-03
1
-1
/
+1
*
Sun has agreed to removing the covenant language from most files.
Bodo Möller
2002-10-29
1
-13
/
+0
*
change API for looking at the internal curve list
Bodo Möller
2002-09-02
1
-8
/
+23
*
change 'usage' formatting
Bodo Möller
2002-08-27
1
-53
/
+49
*
fix spacing
Bodo Möller
2002-08-26
1
-10
/
+10
*
typo
Bodo Möller
2002-08-16
1
-1
/
+1
*
Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),
Bodo Möller
2002-08-15
1
-79
/
+24
*
use a generic EC_KEY structure (EC keys are not ECDSA specific)
Bodo Möller
2002-08-07
1
-13
/
+18
*
extend curve list (additional curves over binary fields)
Bodo Möller
2002-08-02
1
-21
/
+94
*
Replace 'ecdsaparam' commandline utility by 'ecparam'
Bodo Möller
2002-07-14
1
-0
/
+688