Christoph M. Wintersteiger
8592958205
ECDH: Use macro-based sizes in Everest x25519
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
2f563e3482
ECDH: Fix memory leaks due to context re-initialization
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
2be66d44a5
ECDH: Remove duplicate lines of code
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
ac0e64df68
ECDH: Removed unnecessary calls to mbedtls_ecp_group_load in ECDH benchmark
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
efdf4d7baa
ECDH: Fix Everest x25519 make_public
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
537f41ebbf
3rdparty: Updated comments for Everest x25519
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
088ef49681
3rdparty: Make proper use of mbedtls_platform_zeroize in Everest x25519
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
fb779f1700
3rdparty: Pull Everest x25519 key size into macro
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
f21aba4cb2
3rdparty: Fix Everest platform detection for CMake
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
cb31073e1c
ECP: add Curve448 to ecp_supported_curves
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
4061f04acd
ECDH: Remove unnecessary #include
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
737df0c755
Fix file permissions
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
9b5e77e2e3
3rdparty: Use LOCAL_FLAGS instead of CFLAGS
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
2d4725f204
3rdparty: Rename THIRDPARTY_OBJECTS
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
3ff60bcf1a
ECDH/ECDSA: Fix indentation
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
ef17e3b59c
ECDSA: Fix formatting
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
5833de7ab2
3rdparty: Update description of MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
f43e1d942f
3rdparty: Remove unnecessary copy of license file
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
20819afcad
3rdparty: Adjust .gitignore
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
02174b90dc
3rdparty: Fix Makefile coding conventions
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
41fb2c05e8
ECDSA: Refactor return value checks for mbedtls_ecdsa_can_do
2019-08-19 13:37:46 +01:00
Gilles Peskine
d2085f5a17
Document that curve lists can include partially-supported curves
...
Document that a curve returned by mbedtls_ecp_curve_list() or
mbedtls_ecp_grp_id_list() may lack support for ECDH or ECDSA.
Add a corresponding changelog entry, under "API Changes" because we
have changed the behavior: formerly, these functions skipped ECDH-only
curves, although this was not documented.
2019-08-19 13:37:46 +01:00
Gilles Peskine
20b3ef3cad
Add mbedtls_ecdh_can_do
...
All curves can currently do ECDH, but to make the API symmetric and
future-proof, add mbedtls_ecdh_can_do() to go with mbedtls_ecdsa_can_do().
2019-08-19 13:37:46 +01:00
Gilles Peskine
1fdf2c2d1c
Fix build with gcc -Wshadow
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
9597238058
ECDH: Make benchmarks check MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
6ea2dea1c5
3rdparty: Add additional build facilities for 3rd-party code
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
405b371a84
Silences missing documentation warning for MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
78450a3dd1
ECDH: Disables MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED by default
2019-08-19 13:37:46 +01:00
Christoph M. Wintersteiger
ea24394c03
ECDH: Fix whitespace and permission problems
2019-08-19 13:36:44 +01:00
Christoph M. Wintersteiger
0082f9df6f
ECDSA: Add mbedtls_ecdsa_can_do
2019-08-19 13:36:44 +01:00
Christoph M. Wintersteiger
8a0f5bb3c1
Make check-names.sh find the right names in 3rdparty
...
Essentially adds the Everest .h and .c files to the various variables. This
should be generalized at some point, but there is no infrastructure for this
yet.
2019-08-19 13:36:44 +01:00
Christoph M. Wintersteiger
1083a25a29
ECDH: Exclude FStar and Hacl* from exported symbol checks
2019-08-19 13:36:44 +01:00
Christoph M. Wintersteiger
7cc4c68eb6
Fix preprocessor directive recognition in list-enum-consts.pl
2019-08-19 13:36:44 +01:00
Christoph M. Wintersteiger
62dddd08fd
Add new 3rdparty build scripts
2019-08-19 13:36:44 +01:00
Christoph M. Wintersteiger
2e724a18a1
ECDH: Fix Everest ECDH side type
2019-08-19 13:36:44 +01:00
Christoph M. Wintersteiger
24fbceff50
ECDH: Everest: Remove unnecessary file
2019-08-19 13:36:44 +01:00
Christoph M. Wintersteiger
3c449621ce
ECDH: Fix error checks in benchmark.c
2019-08-19 13:36:44 +01:00
Christoph M. Wintersteiger
34811a8db2
ECDH: Use LOCAL_CFLAGS instead of CFLAGS
2019-08-19 13:36:44 +01:00
Christoph M. Wintersteiger
c3cbddecb5
ECDH: Fix whitespace, permissions
2019-08-19 13:36:44 +01:00
Christoph M. Wintersteiger
999f3b53a1
ECDH: Remove YOTTA config #define
2019-08-19 13:36:44 +01:00
Christoph M. Wintersteiger
4936beb513
ECDH: Clean up the interface to Everest code
2019-08-19 13:36:44 +01:00
Christoph M. Wintersteiger
48d26c21c6
ECDH: Add Everest Curve25519 to VS project files
...
This being the first 3rdparty-contribution, we may want to consider the
structure of the project file generation scripts. Perhaps add small,
constribution-specific scripts to each directory in 3rdparty instead of adding
all constraints to generate_visualc_files.pl?
2019-08-19 13:36:44 +01:00
Christoph M. Wintersteiger
79acf95199
ECDH: Improve ECDH full handshake benchmark
2019-08-19 13:36:44 +01:00
Christoph M. Wintersteiger
6acfbb52d7
ECDH: Add #ifdef to cleanly disable the Everest code
2019-08-19 13:36:44 +01:00
Christoph M. Wintersteiger
86e36c4c2b
ECDH: Replace hex literal with decimal in ecp.c
2019-08-19 13:36:44 +01:00
Christoph M. Wintersteiger
fb72367f96
ECDH: Remove old code from mbedtls_everest_make_params
2019-08-19 13:36:44 +01:00
Christoph M. Wintersteiger
fba94e9726
ECDH: Fix error code in mbedtls_ecdsa_sign
2019-08-19 13:36:44 +01:00
Christoph M. Wintersteiger
78c9c461cf
ECDH: Fix typo in ecdh.c
2019-08-19 13:36:44 +01:00
Christoph M. Wintersteiger
65bab9772e
ECDH: Rename full handshake benchmark
2019-08-19 13:36:44 +01:00
Christoph M. Wintersteiger
6817b9e819
ECDH: Add #ifdef filter to tests/scripts/list-enum-consts.pl
...
This allows the use of #ifdef ... #endif in enum definitions (e.g.,
mbedtls_ecdh_variant in ecdh.h).
2019-08-19 13:36:44 +01:00