Switch to safe calloc wrapper
authorFelix Morgner <felix.morgner@gmail.com>
Tue, 22 Sep 2015 00:37:40 +0000 (17:37 -0700)
committerFelix Morgner <felix.morgner@gmail.com>
Tue, 22 Sep 2015 00:37:40 +0000 (17:37 -0700)
The mbedTLS backend was still using plain calloc. I refactored the code
to use the new safe calloc wrapper.


No differences found