add WOLFSSL_ATECC6088A, Trust&GO support, PIC32 HAL compatibility, 608A expansions

This commit is contained in:
Chris Conlon
2020-04-20 14:59:00 -06:00
parent 8ebd121cac
commit 896fcd9aec
11 changed files with 266 additions and 129 deletions

View File

@@ -32961,7 +32961,8 @@ int wolfSSL_EC_POINT_set_affine_coordinates_GFp(const WOLFSSL_EC_GROUP *group,
return WOLFSSL_SUCCESS;
}
#if !defined(WOLFSSL_ATECC508A) && !defined(HAVE_SELFTEST)
#if !defined(WOLFSSL_ATECC508A) && !defined(WOLFSSL_ATECC608A) && \
!defined(HAVE_SELFTEST)
/* Calculate the value: generator * n + q * m
* return code compliant with OpenSSL :
* 1 if success, 0 if error