index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2018-09-11
8
-8
/
+8
*
Harmonize the error handling codepath
Nicola Tuveri
2018-09-05
1
-1
/
+1
*
Fix segfault in RSA_free() (and DSA/DH/EC_KEY)
Nicola Tuveri
2018-09-05
1
-1
/
+1
*
[test] throw error from wrapper function instead of an EC_METHOD specific one
Billy Brumley
2018-09-03
1
-0
/
+4
*
Improve the usability of the ca app using EdDSA
Matt Caswell
2018-08-22
1
-3
/
+13
*
Replace GFp ladder implementation with ladd-2002-it-4 from EFD
Nicola Tuveri
2018-08-21
1
-30
/
+33
*
Fix some undefined behaviour in the Curve448 code (2nd attempt)
Dr. Matthias St. Pierre
2018-08-03
1
-6
/
+3
*
Deprecate the EC curve type specific functions in 1.2.0
Matt Caswell
2018-07-31
2
-4
/
+12
*
Use the new non-curve type specific EC functions internally
Matt Caswell
2018-07-31
15
-130
/
+53
*
Provide EC functions that are not curve type specific
Matt Caswell
2018-07-31
3
-92
/
+71
*
EC GFp ladder
Billy Brumley
2018-07-26
4
-14
/
+239
*
Add ec/asm/x25519-ppc64.pl module.
Andy Polyakov
2018-07-26
2
-0
/
+825
*
Check for failures, to avoid memory leak
Rich Salz
2018-07-25
1
-5
/
+6
*
ec/ecp_nistz256.c: fix Coverity nit.
Andy Polyakov
2018-07-25
1
-2
/
+1
*
ec/ecp_nistz256.c: fix ecp_nistz256_set_from_affine.
Andy Polyakov
2018-07-22
1
-22
/
+6
*
ec/asm/ecp_nistz256-{!x86_64}.pl: fix scatter_w7 function.
Andy Polyakov
2018-07-22
5
-25
/
+25
*
ec/ec_lcl.h: fix pre-C9x compilation problems.
Andy Polyakov
2018-07-20
1
-9
/
+9
*
ec/ecdsa_ossl.c: switch to fixed-length Montgomery multiplication.
Andy Polyakov
2018-07-18
1
-9
/
+21
*
ec/ecdsa_ossl.c: formatting and readability fixes.
Andy Polyakov
2018-07-18
1
-30
/
+18
*
ec/ecdsa_ossl.c: revert blinding in ECDSA signature.
Andy Polyakov
2018-07-18
1
-64
/
+7
*
Fix typo in x25519-x86_64.pl
Mat
2018-07-17
1
-1
/
+1
*
EC2M Lopez-Dahab ladder: use it also for ECDSA verify
Nicola Tuveri
2018-07-16
9
-71
/
+138
*
EC2M Lopez-Dahab ladder implementation
Nicola Tuveri
2018-07-16
2
-60
/
+218
*
EC point multiplication: add `ladder` scaffold
Nicola Tuveri
2018-07-16
11
-57
/
+185
*
Remove stale SM2 error codes
Nicola Tuveri
2018-07-16
1
-6
/
+0
*
ec/curve25519.c: reorganize for better accessibility.
Andy Polyakov
2018-07-15
1
-143
/
+150
*
ec/asm/x25519-x86_64.pl: add CFI directives and Windows SE handler.
Andy Polyakov
2018-07-15
1
-1
/
+296
*
ec/asm/x25519-x86_64.pl: fix base 2^64 add/sub and final reduction.
Andy Polyakov
2018-07-15
1
-4
/
+17
*
[crypto/ec] disable SCA mitigations for curves with incomplete parameters
Billy Brumley
2018-07-04
1
-22
/
+24
*
ec/ec_pmeth.c: minor cleanups and readability fixes.
Andy Polyakov
2018-06-25
1
-23
/
+30
*
Add inter-module private header for EC functions
Nicola Tuveri
2018-06-25
1
-3
/
+1
*
ecdsa_ossl: address coverity nit
Benjamin Kaduk
2018-06-22
1
-1
/
+2
*
enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]
Nicola Tuveri
2018-06-22
3
-3
/
+3
*
[crypto/ec] default to FLT or error
Billy Brumley
2018-06-21
4
-35
/
+41
*
[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
2
-35
/
+75
*
Add -Wstrict-prototypes option to --strict-warnings
Bernd Edlinger
2018-06-21
1
-1
/
+1
*
[crypto/ec] don't assume points are of order group->order
Billy Brumley
2018-06-21
1
-14
/
+15
*
Add blinding to a DSA signature
Matt Caswell
2018-06-21
1
-7
/
+7
*
Update copyright year
Matt Caswell
2018-06-20
4
-4
/
+4
*
Implement coordinate blinding for EC_POINT
Sohaib ul Hassan
2018-06-19
11
-7
/
+110
*
Move SM2 algos to SM2 specific PKEY method
Jack Lloyd
2018-06-19
3
-108
/
+19
*
ec/asm/ecp_nistz256-avx2.pl: harmonize clang version detection.
Andy Polyakov
2018-06-18
1
-1
/
+1
*
Add blinding to an ECDSA signature
Matt Caswell
2018-06-13
1
-7
/
+63
*
Add support getting raw private/public keys
Matt Caswell
2018-06-08
1
-0
/
+49
*
Use lowercase for internal SM2 symbols
Matt Caswell
2018-06-04
1
-6
/
+6
*
Improve use of the test framework in the SM2 internal tests
Matt Caswell
2018-06-04
1
-6
/
+10
*
Make SM2 functions private
Jack Lloyd
2018-06-04
1
-1
/
+1
*
Remove some logically dead code
Matt Caswell
2018-05-31
1
-4
/
+0
*
Remove some logically dead code
Matt Caswell
2018-05-31
1
-7
/
+4
[next]