Skip to content

Commit 8f44cdf

Browse files
Ron EldorRon Eldor
authored andcommitted
Resolve issues raised after rebasing
Remove `cc_rand.h` and duplicate check in `mbedtls_ecdsa_sign()`, that were inserted after rebasing.
1 parent 2b2aa0f commit 8f44cdf

File tree

2 files changed

+0
-79
lines changed

2 files changed

+0
-79
lines changed

features/mbedtls/targets/TARGET_CRYPTOCELL310/cc_rand.h

Lines changed: 0 additions & 73 deletions
This file was deleted.

features/mbedtls/targets/TARGET_CRYPTOCELL310/ecdsa_alt.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@ int mbedtls_ecdsa_sign( mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s,
8484
goto cleanup;
8585
}
8686

87-
if( blen > 0xFFFFFFFF )
88-
{
89-
ret = MBEDTLS_ERR_ECP_BAD_INPUT_DATA;
90-
goto cleanup;
91-
}
92-
9387
if ( pDomain != NULL )
9488
{
9589
uint8_t temp_buf[ MAX_KEY_SIZE_IN_BYTES ] = {0};

0 commit comments

Comments
 (0)