Files
mbedtls/library
Manuel Pégourié-Gonnard 994193326b Use plain memset() in context init functions
We call xxx_init() on a structure when it has been freshly allocated (on the
stack or heap).

At this point it contains random-looking data none of which should be
sensitive, as all sensitive data is wiped using mbedtls_platform_zeroize()
when we're done using it and the memory area is going to be reclaimed (by
exiting the function or free()ing the buffer).
2019-10-22 10:03:07 +02:00
..
2019-02-11 21:13:33 +00:00
2019-04-24 10:51:54 +02:00
2019-10-22 10:03:07 +02:00
2019-10-22 10:03:07 +02:00
2019-09-09 09:45:57 +01:00
2019-09-19 10:45:14 +02:00
2019-09-04 16:17:45 +01:00
2015-09-04 14:21:07 +02:00
2019-10-22 10:03:07 +02:00
2019-10-22 10:03:07 +02:00
2019-10-22 10:03:07 +02:00
2019-09-09 17:21:18 +03:00
2019-06-20 16:33:02 +01:00