Gilles Peskine e97dc60b42 Implement parameter validation in pk, pkparse and pkwrite
Add checks for null pointers under MBEDTLS_CHECK_PARAMS.

In functions that perform operations with a context, only check if the
context pointer is non-null under MBEDTLS_CHECK_PARAMS. In the default
configuration, unconditionally dereference the context pointer.

In functions that query a context, support NULL as a
pointer-to-context argument, and return the same value as for a
context which has been initialized but not set up.
2018-12-19 00:55:36 +01: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-25 16:07:16 +01:00
2018-12-11 12:28:56 +01:00