index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
ec_lib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
EC_KEY: add EC_KEY_decoded_from_explicit_params()
Tomas Mraz
2020-09-21
1
-0
/
+1
*
Update copyright year
Matt Caswell
2020-04-21
1
-1
/
+1
*
Fix the error handling in EC_POINTs_mul
Bernd Edlinger
2020-04-07
1
-4
/
+4
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-27
1
-1
/
+1
*
[crypto/ec] for ECC parameters with NULL or zero cofactor, compute it
Billy Brumley
2019-09-07
1
-7
/
+96
*
Update copyright year
Richard Levitte
2019-05-28
1
-1
/
+1
*
Added NULL check to BN_clear() & BN_CTX_end()
Shane Lontis
2019-03-19
1
-2
/
+1
*
[test] throw error from wrapper function instead of an EC_METHOD specific one
Billy Brumley
2018-09-03
1
-0
/
+4
*
Deprecate the EC curve type specific functions in 1.2.0
Matt Caswell
2018-07-31
1
-3
/
+9
*
Provide EC functions that are not curve type specific
Matt Caswell
2018-07-31
1
-64
/
+49
*
EC2M Lopez-Dahab ladder: use it also for ECDSA verify
Nicola Tuveri
2018-07-16
1
-3
/
+30
*
[crypto/ec] default to FLT or error
Billy Brumley
2018-06-21
1
-28
/
+34
*
[crypto/ec] remove blinding to support even orders
Billy Brumley
2018-06-21
1
-30
/
+11
*
make EC_GROUP_do_inverse_ord more robust
Billy Brumley
2018-06-21
1
-1
/
+68
*
Implement coordinate blinding for EC_POINT
Sohaib ul Hassan
2018-06-19
1
-0
/
+18
*
Improve compatibility of point and curve checks
Matt Caswell
2018-05-24
1
-17
/
+22
*
Add missing error code when alloc-return-null
FdaSilvaYY
2018-04-26
1
-2
/
+4
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-2
/
+3
*
Update copyright years on all files merged since Jan 1st 2018
Richard Levitte
2018-01-09
1
-1
/
+1
*
ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.
Andy Polyakov
2018-01-07
1
-1
/
+12
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-2
/
+2
*
Updates following feedback on OPENSSL_assert() removal
Matt Caswell
2017-08-21
1
-2
/
+0
*
Remove OPENSSL_assert() from crypto/ec
Matt Caswell
2017-08-21
1
-1
/
+2
*
Modify Sun copyright to follow OpenSSL style
Rich Salz
2017-06-20
1
-6
/
+1
*
Add -Wswitch-enum
Rich Salz
2016-09-22
1
-6
/
+16
*
Use uppercase name for PCT_ enum
Rich Salz
2016-08-29
1
-10
/
+10
*
Whitespace cleanup in crypto
FdaSilvaYY
2016-06-29
1
-1
/
+0
*
RT 4242: reject invalid EC point coordinates
Emilia Kasper
2016-06-09
1
-2
/
+18
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-53
/
+6
*
Add default operations to EC_METHOD
Dr. Stephen Henson
2016-03-01
1
-4
/
+1
*
Replace overrides.
Dr. Stephen Henson
2016-03-01
1
-5
/
+12
*
Add group_order_bits to EC_METHOD.
Dr. Stephen Henson
2016-02-28
1
-0
/
+2
*
Extended EC_METHOD customisation support.
Dr. Stephen Henson
2016-02-28
1
-10
/
+16
*
Fix BN_gcd errors for some curves
Billy Brumley
2016-02-04
1
-2
/
+7
*
Zero newly allocated points
Dr. Stephen Henson
2016-01-31
1
-1
/
+1
*
Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactor
Dr. Stephen Henson
2016-01-31
1
-5
/
+29
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Call single parent free_comp routine.
Rich Salz
2016-01-13
1
-3
/
+3
*
Add missing #ifdef's to fix build break
Rich Salz
2016-01-13
1
-0
/
+4
*
Add CRYPTO_EX_DATA; remove EC_EXTRA_DATA
Rich Salz
2016-01-13
1
-162
/
+61
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-6
/
+6
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-14
/
+2
*
RT3999: Remove sub-component version strings
Rich Salz
2015-08-10
1
-2
/
+0
*
EC_POINT_is_on_curve does not return a boolean
Matt Caswell
2015-06-10
1
-0
/
+7
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-5
/
+5
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-6
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-9
/
+5
*
free NULL cleanup 7
Rich Salz
2015-04-30
1
-24
/
+12
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-10
/
+3
*
free NULL cleanup.
Rich Salz
2015-03-25
1
-13
/
+8
[next]