index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
ec.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop symlinking, move files to intended directory
Richard Levitte
2015-03-31
1
-1280
/
+0
*
Use named curve parameter encoding by default.
Dr. Stephen Henson
2015-02-19
1
-1
/
+2
*
OPENSSL_NO_xxx cleanup: many removals
Rich Salz
2015-01-27
1
-4
/
+0
*
Re-align some comments after running the reformat script.
Matt Caswell
2015-01-22
1
-8
/
+8
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-429
/
+457
*
Cleanup OPENSSL_NO_xxx, part 1
master-pre-reformat
Rich Salz
2015-01-14
1
-2
/
+2
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+1
*
Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATED
Matt Caswell
2014-12-18
1
-1
/
+1
*
crypto/ecp_nistz256.c: harmonize error codes.
Andy Polyakov
2014-09-21
1
-5
/
+5
*
Add ECP_NISTZ256 by Shay Gueron, Intel Corp.
Andy Polyakov
2014-09-12
1
-0
/
+5
*
Reserve option to use BN_mod_exp_mont_consttime in ECDSA.
Andy Polyakov
2014-09-12
1
-0
/
+6
*
RT2513: Fix typo's paramter-->parameter
Martin Olsson
2014-08-19
1
-1
/
+1
*
Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) and
Bodo Moeller
2014-08-13
1
-1
/
+1
*
misspellings fixes by https://github.com/vlajos/misspell_fixer
Veres Lajos
2013-09-05
1
-25
/
+25
*
Add support for ECDH KARI.
Dr. Stephen Henson
2013-07-17
1
-0
/
+1
*
Add support for X9.62 KDF.
Dr. Stephen Henson
2013-07-17
1
-0
/
+66
*
Make `safe' (EC)DSA nonces the default.
Adam Langley
2013-07-15
1
-11
/
+0
*
Add secure DSA nonce flag.
Adam Langley
2013-06-13
1
-0
/
+11
*
Fix EC_KEY initialization race.
Bodo Möller
2012-10-05
1
-1
/
+9
*
enhance EC method to support setting curve type when generating keys and add ...
Dr. Stephen Henson
2012-09-11
1
-1
/
+7
*
Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convert
Dr. Stephen Henson
2012-02-21
1
-0
/
+2
*
Fix warnings.
Bodo Möller
2011-10-19
1
-1
/
+1
*
Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 and
Bodo Möller
2011-10-18
1
-2
/
+20
*
Give parameters names in prototypes.
Dr. Stephen Henson
2011-06-17
1
-10
/
+10
*
Add PRNG security strength checking.
Dr. Stephen Henson
2011-04-23
1
-0
/
+10
*
* Configure, crypto/ec/ec.h, crypto/ec/ecp_nistp224.c, util/mkdef.pl:
Richard Levitte
2011-03-25
1
-1
/
+1
*
Disable some functions in headers with no-ec2m
Dr. Stephen Henson
2011-02-12
1
-0
/
+2
*
New option to disable characteristic two fields in EC code.
Dr. Stephen Henson
2011-02-12
1
-6
/
+10
*
For now disable EC_GFp_nistp224_method() for WIN32 so the WIN32 build
Dr. Stephen Henson
2011-02-03
1
-0
/
+2
*
New function EC_KEY_set_affine_coordinates() this performs all the
Dr. Stephen Henson
2011-01-24
1
-0
/
+11
*
(formatting error)
Bodo Möller
2010-08-26
1
-0
/
+1
*
New 64-bit optimized implementation EC_GFp_nistp224_method().
Bodo Möller
2010-08-26
1
-0
/
+13
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-2
/
+2
*
More size_tification.
Ben Laurie
2008-11-01
1
-2
/
+2
*
Fix crypto/ec/ec_mult.c to work properly with scalars of value 0
Bodo Möller
2007-05-22
1
-1
/
+2
*
Fix duplicate error number.
Ben Laurie
2007-04-05
1
-1
/
+1
*
Update from 0.9.8 stable. Eliminate duplicate error codes.
Dr. Stephen Henson
2006-11-21
1
-1
/
+0
*
Introduce limits to prevent malicious keys being able to
Bodo Möller
2006-09-28
1
-2
/
+10
*
Fix various error codes to match functions.
Dr. Stephen Henson
2006-07-17
1
-0
/
+2
*
Someone made a mistake, and some function and reason codes got
Richard Levitte
2006-05-12
1
-7
/
+7
*
Provisional support for EC pkey method, supporting ECDH and ECDSA.
Dr. Stephen Henson
2006-04-16
1
-0
/
+17
*
New utility pkeyparam. Enhance and bugfix algorithm specific parameter
Dr. Stephen Henson
2006-03-28
1
-0
/
+1
*
Initial support for pluggable public key ASN1 support. Process most public
Dr. Stephen Henson
2006-03-20
1
-0
/
+7
*
Avoid contradictive error code assignments.
Bodo Möller
2006-01-08
1
-1
/
+0
*
Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)
Bodo Möller
2006-01-08
1
-1
/
+2
*
add some doxygen comments
Nils Larsch
2005-09-19
1
-118
/
+665
*
fix function name in error
Nils Larsch
2005-09-03
1
-1
/
+1
*
ecc api cleanup; summary:
Nils Larsch
2005-05-16
1
-21
/
+22
*
Fix more error codes.
Bodo Möller
2005-05-11
1
-1
/
+1
*
give EC_GROUP_new_by_nid a more meanigful name:
Nils Larsch
2005-05-10
1
-3
/
+4
[next]