Hanno Becker f25ee7f79d Fix parameter validation for mbedtls_mpi_lsb()
The MPI_VALIDATE_RET() macro cannot be used for parameter
validation of mbedtls_mpi_lsb() because this function returns
a size_t.

Use the underlying MBEDTLS_INTERNAL_VALIDATE_RET() insteaed,
returning 0 on failure.

Also, add a test for this behaviour.
2018-12-19 16:51:50 +00:00
..
2018-12-06 12:22:46 +00:00
2018-11-06 13:12:47 +00:00
2018-11-09 13:57:37 +00:00
2018-11-09 15:01:07 +00:00
2018-10-16 10:41:31 +02:00
2018-10-25 16:07:16 +01:00
2018-12-11 12:28:56 +01:00