Sign in
pigweed
/
third_party
/
github
/
ARMmbed
/
mbedtls
/
2cf5a7c98eff6796f5bf4a474c48312b52e7b339
/
library
/
ecp.c
2cf5a7c
The Great Renaming
by Manuel Pégourié-Gonnard
· 10 years ago
998930a
Replace non-ascii characters in source files
by Manuel Pégourié-Gonnard
· 10 years ago
7f80997
Rename include directory to mbedtls
by Manuel Pégourié-Gonnard
· 10 years ago
fe44643
Rename website and repository
by Manuel Pégourié-Gonnard
· 10 years ago
981732b
Fix missing/misplaced #include's
by Manuel Pégourié-Gonnard
· 10 years ago
c531b4a
Apply the semantic patch rm-malloc-cast.cocci.
by Mansour Moufid
· 10 years ago
00ab470
cleanup library and some basic tests. Includes, add guards to includes
by Rich Evans
· 10 years ago
860b516
Fix url again
by Manuel Pégourié-Gonnard
· 10 years ago
085ab04
Fix website url to use https.
by Manuel Pégourié-Gonnard
· 10 years ago
9698f58
Remove maintainer line.
by Manuel Pégourié-Gonnard
· 10 years ago
19f6b5d
Remove redundant "all rights reserved"
by Manuel Pégourié-Gonnard
· 10 years ago
a658a40
Update copyright
by Manuel Pégourié-Gonnard
· 10 years ago
967a2a5
Change name to mbed TLS in the copyright notice
by Manuel Pégourié-Gonnard
· 10 years ago
30668d6
Add ecp_check_pub_priv()
by Manuel Pégourié-Gonnard
· 10 years ago
82788fb
Fix minor style issues
by Paul Bakker
· 10 years ago
a676acf
Fix missing curly braces.
by Peter Vaskovic
· 10 years ago
ba782bb
Save some space in ECP curve tables
by Manuel Pégourié-Gonnard
· 11 years ago
67dbe1e
Better length checking in ecp_point_read_binary()
by Manuel Pégourié-Gonnard
· 11 years ago
66d5d07
Fix formatting in various code to match spacing from coding style
by Paul Bakker
· 11 years ago
d8bb826
Fix code styling for return statements
by Paul Bakker
· 11 years ago
3461772
Introduce polarssl_zeroize() instead of memset() for zeroization
by Paul Bakker
· 11 years ago
9af723c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
by Paul Bakker
· 11 years ago
cef4ad2
Adapt sources to configurable config.h name
by Manuel Pégourié-Gonnard
· 11 years ago
3d8fb63
Added missing MPI_CHK around mpi functions
by Paul Bakker
· 11 years ago
c042cf0
Fix broken tests due to changed error code
by Manuel Pégourié-Gonnard
· 11 years ago
5246ee5
Work around compressed EC public key in some cases
by Manuel Pégourié-Gonnard
· 11 years ago
2a2ae64
Fix forgotten curves in #ifdef
by Manuel Pégourié-Gonnard
· 11 years ago
7dc4c44
Library files moved to use platform layer
by Paul Bakker
· 11 years ago
ac71941
Renamings and other fixes
by Manuel Pégourié-Gonnard
· 11 years ago
e40c469
The default ECDH curve list will be dynamically built in the ecp module based on ecp_supported_curves[].
by Gergely Budai
· 11 years ago
6e8e34d
Fix ecp_gen_keypair()
by Manuel Pégourié-Gonnard
· 11 years ago
bf98c3d
Merged deterministic ECDSA
by Paul Bakker
· 11 years ago
9bcff39
Add OIDs and TLS IDs for prime Koblitz curves
by Manuel Pégourié-Gonnard
· 11 years ago
c957399
Fix unchecked error codes in ecp_gen_keypair()
by Manuel Pégourié-Gonnard
· 11 years ago
79f73b9
Remove bias in EC private key generation
by Manuel Pégourié-Gonnard
· 11 years ago
c738791
Merged ECP memory usage optimizations
by Paul Bakker
· 11 years ago
26bc1c0
Fix a few unchecked return codes in EC
by Manuel Pégourié-Gonnard
· 11 years ago
9e4191c
Add another option to reduce EC memory usage
by Manuel Pégourié-Gonnard
· 11 years ago
ec4bea7
Forced cast to unsigned int for %u format in ecp_selftest()
by Paul Bakker
· 11 years ago
1f789b8
Lessen peak memory usage in EC by freeing earlier
by Manuel Pégourié-Gonnard
· 11 years ago
72c172a
Save some small memory allocations inside ecp_mul()
by Manuel Pégourié-Gonnard
· 11 years ago
92bcadb
Removed 'z' length modifier from low-value size_t in ecp_selftest()
by Paul Bakker
· 11 years ago
1f82b04
Adapt ecp_group_free() to static constants
by Manuel Pégourié-Gonnard
· 11 years ago
73cc01d
Remove last non-static parts of known EC groups
by Manuel Pégourié-Gonnard
· 11 years ago
731d08b
Start using constants from ROM for EC groups
by Manuel Pégourié-Gonnard
· 11 years ago
93f41db
Fix possible issue in corner-case for ecp_mul_mx()
by Manuel Pégourié-Gonnard
· 11 years ago
7a949d3
Update comments
by Manuel Pégourié-Gonnard
· 11 years ago
d962273
Add #ifdef's for curve types
by Manuel Pégourié-Gonnard
· 11 years ago
7c94d8b
WIP #ifdef's
by Manuel Pégourié-Gonnard
· 11 years ago
b6f45a6
Avoid potential leak in ecp_mul_mxz()
by Manuel Pégourié-Gonnard
· 11 years ago
97871ef
Some operations are not supported with Curve25519
by Manuel Pégourié-Gonnard
· 11 years ago
357ff65
Details in ecp_mul_mxz()
by Manuel Pégourié-Gonnard
· 11 years ago
fe0af40
Adapt ecp_gen_keypair() to Curve25519
by Manuel Pégourié-Gonnard
· 11 years ago
a0179b8
Change ecp_mul to handle Curve25519 too
by Manuel Pégourié-Gonnard
· 11 years ago
312d2e8
Adapt key checking functions for Curve25519
by Manuel Pégourié-Gonnard
· 11 years ago
3afa07f
Add coordinate randomization for Curve25519
by Manuel Pégourié-Gonnard
· 11 years ago
d9ea82e7
Add basic arithmetic for Curve25519
by Manuel Pégourié-Gonnard
· 11 years ago
3c0b4ea
Rename a few functions
by Manuel Pégourié-Gonnard
· 11 years ago
d5e0fbe
Remove now useless function
by Manuel Pégourié-Gonnard
· 11 years ago
32b04c1
Split ecp.c
by Manuel Pégourié-Gonnard
· 11 years ago
43863ee
Declare internal variables static in ecp.c
by Manuel Pégourié-Gonnard
· 11 years ago
d35e191
Drop useless include in ecp.c
by Manuel Pégourié-Gonnard
· 11 years ago
0267e3d
Add ecp_curve_info_from_name()
by Manuel Pégourié-Gonnard
· 11 years ago
104ee1d
Add ecp_genkey(), prettier wrapper
by Manuel Pégourié-Gonnard
· 11 years ago
c57b654
Use t_uint rather than uintXX_t when appropriate
by Manuel Pégourié-Gonnard
· 11 years ago
96c7a92
Change mpi_safe_cond_assign() for more const-ness
by Manuel Pégourié-Gonnard
· 11 years ago
9181481
Enhance ecp_selftest
by Manuel Pégourié-Gonnard
· 11 years ago
d728350
Make memory access pattern constant
by Manuel Pégourié-Gonnard
· 11 years ago
aade42f
Change method for making M odd in ecp_mul()
by Manuel Pégourié-Gonnard
· 11 years ago
36daa13
Misc details
by Manuel Pégourié-Gonnard
· 11 years ago
469a209
Rm subtraction from ecp_add_mixed()
by Manuel Pégourié-Gonnard
· 11 years ago
01fca5e
Do point inversion without leaking information
by Manuel Pégourié-Gonnard
· 11 years ago
44aab79
Update bibliographic references
by Manuel Pégourié-Gonnard
· 11 years ago
7f76231
Use mpi_shrink() in ecp_precompute()
by Manuel Pégourié-Gonnard
· 11 years ago
e282012
Spare some memory
by Manuel Pégourié-Gonnard
· 11 years ago
edc1a1f
Small code cleanups
by Manuel Pégourié-Gonnard
· 11 years ago
ff27b7c
Tighten ecp_mul() validity checks
by Manuel Pégourié-Gonnard
· 11 years ago
09ceaf4
Rm multiplication using NAF
by Manuel Pégourié-Gonnard
· 11 years ago
04a0225
Optimize w in the comb method
by Manuel Pégourié-Gonnard
· 11 years ago
70c1437
Add coordinate randomization back
by Manuel Pégourié-Gonnard
· 11 years ago
c30200e
Fix bound issues
by Manuel Pégourié-Gonnard
· 11 years ago
101a39f
Improve comb method (less precomputed points)
by Manuel Pégourié-Gonnard
· 11 years ago
d1c1ba9
First version of ecp_mul_comb()
by Manuel Pégourié-Gonnard
· 11 years ago
6a6087e
Added missing inline definition for MSCV and ARM environments
by Paul Bakker
· 11 years ago
9fcceac
Add a comment about modules coupling
by Manuel Pégourié-Gonnard
· 11 years ago
b21c81f
Use less memory in fix_negative()
by Manuel Pégourié-Gonnard
· 11 years ago
cae6f3e
Reorganize code in ecp.c
by Manuel Pégourié-Gonnard
· 11 years ago
5779cbe
Make mod_p{224,256,384] a bit faster
by Manuel Pégourié-Gonnard
· 11 years ago
c04c530
Make NIST curves optimisation an option
by Manuel Pégourié-Gonnard
· 11 years ago
0f9149c
Add mod_p384
by Manuel Pégourié-Gonnard
· 11 years ago
ec655c9
Add mod_p256
by Manuel Pégourié-Gonnard
· 11 years ago
210b458
Document and slightly reorganize mod_pXXX
by Manuel Pégourié-Gonnard
· 11 years ago
2a08c0d
mod_p224 now working with 8-bit and 16-bit ints
by Manuel Pégourié-Gonnard
· 11 years ago
a47e705
mod_p224 now endian-neutral
by Manuel Pégourié-Gonnard
· 11 years ago
e783f06
Start working on mod_p224
by Manuel Pégourié-Gonnard
· 11 years ago
cc67aee
Make ecp_mod_p521 a bit faster
by Manuel Pégourié-Gonnard
· 11 years ago
c9e387c
Optimize ecp_modp()
by Manuel Pégourié-Gonnard
· 11 years ago
d1e7a45
Rework ecp_mod_p192()
by Manuel Pégourié-Gonnard
· 11 years ago
b9cfaa0
Explicit conversions and minor changes to prevent MSVC compiler warnings
by Paul Bakker
· 11 years ago
0cd6f98
Don't special-case a = -3, not worth it
by Manuel Pégourié-Gonnard
· 11 years ago
Next »