index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
ec2_smpl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: Fix various typos, repeated words, align some spelling to LDP.
FdaSilvaYY
2022-10-12
1
-2
/
+2
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-3
/
+3
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-1
/
+1
*
add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
1
-2
/
+2
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Fix external symbols related to ec & sm2 keys
Shane Lontis
2021-02-26
1
-89
/
+91
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-15
/
+11
*
deprecate EC_POINT_make_affine and EC_POINTs_make_affine
Billy Brumley
2020-05-20
1
-1
/
+2
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-14
/
+14
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
[crypto/ec] deprecate Jprojective_coordinates_GFp functions
Billy Brumley
2020-04-22
1
-2
/
+0
*
Deprecate the ECDSA and EV_KEY_METHOD functions.
Pauli
2020-02-04
1
-0
/
+6
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Enable curve-spefific ECDSA implementations via EC_METHOD
Patrick Steuer
2019-08-15
1
-0
/
+3
*
Make the EC code available from inside the FIPS provider
Matt Caswell
2019-08-06
1
-8
/
+36
*
Added NULL check to BN_clear() & BN_CTX_end()
Shane Lontis
2019-03-19
1
-2
/
+1
*
SCA hardening for mod. field inversion in EC_GROUP
Billy Brumley
2019-02-17
1
-1
/
+17
*
Following the license change, modify the boilerplates in crypto/ec/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Use the new non-curve type specific EC functions internally
Matt Caswell
2018-07-31
1
-6
/
+6
*
EC2M Lopez-Dahab ladder: use it also for ECDSA verify
Nicola Tuveri
2018-07-16
1
-1
/
+58
*
EC2M Lopez-Dahab ladder implementation
Nicola Tuveri
2018-07-16
1
-60
/
+214
*
EC point multiplication: add `ladder` scaffold
Nicola Tuveri
2018-07-16
1
-1
/
+4
*
Implement coordinate blinding for EC_POINT
Sohaib ul Hassan
2018-06-19
1
-1
/
+3
*
Update copyright year
Matt Caswell
2018-05-29
1
-1
/
+1
*
Improve compatibility of point and curve checks
Matt Caswell
2018-05-24
1
-0
/
+1
*
ECC: unify generic ec2 and ecp scalar multiplication, deprecate ec2_mult.c
Billy Brumley
2018-05-09
1
-8
/
+3
*
Address some code-analysis issues.
FdaSilvaYY
2017-12-08
1
-6
/
+4
*
Modify Sun copyright to follow OpenSSL style
Rich Salz
2017-06-20
1
-15
/
+1
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
1
-53
/
+9
*
Add default operations to EC_METHOD
Dr. Stephen Henson
2016-03-01
1
-2
/
+11
*
Add group_order_bits to EC_METHOD.
Dr. Stephen Henson
2016-02-28
1
-0
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
RT3863 ECC: Add missing NULL check. Set a flag
Billy Brumley
2016-01-21
1
-0
/
+1
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-2
/
+2
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-22
/
+11
*
Re-align some comments after running the reformat script.
Matt Caswell
2015-01-22
1
-6
/
+6
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-588
/
+659
*
More comments
Matt Caswell
2015-01-22
1
-1
/
+2
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-2
/
+4
*
Implement internally opaque bn access from ec
Matt Caswell
2014-12-08
1
-72
/
+88
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
PR: 2632
Dr. Stephen Henson
2011-10-26
1
-1
/
+1
*
Reorganise ECC code for inclusion in FIPS module.
Dr. Stephen Henson
2011-02-14
1
-337
/
+4
*
New option to disable characteristic two fields in EC code.
Dr. Stephen Henson
2011-02-12
1
-0
/
+4
*
PR: 1612
Dr. Stephen Henson
2011-01-24
1
-0
/
+3
*
oops, revert mistakenly committed EC changes
Dr. Stephen Henson
2011-01-19
1
-18
/
+1
*
Add additional parameter to dsa_builtin_paramgen to output the generated
Dr. Stephen Henson
2011-01-19
1
-1
/
+18
*
Always check bn_wexpend() return values for failure (CVE-2009-3245).
Bodo Möller
2010-02-23
1
-4
/
+4
*
Change array representation of binary polynomials to make GF2m part of
Bodo Möller
2006-06-19
1
-1
/
+3
[next]