mbedtls/programs
Hanno Becker 294e584e5e Fix memory leak and freeing without initialization in cert_write
* The variables `csr` and `issuer_crt` are initialized but not freed.
* The variable `entropy` is unconditionally freed in the cleanup section
  but there's a conditional jump to that section before its initialization.
  This cmmot Moves it to the other initializations happening before the
  first conditional jump to the cleanup section.

Fixes #1422.
2018-10-05 09:55:13 +01:00
..
aes Fix typo in platform macro defines for examples 2018-07-10 17:34:25 +01:00
hash Fix typo in platform macro defines for examples 2018-07-10 17:34:25 +01:00
pkey pk_encrypt: Uniformize debugging output 2018-08-23 15:57:15 +01:00
random Fix typo in platform macro defines for examples 2018-07-10 17:34:25 +01:00
ssl Remove trailing whitespace 2018-09-26 22:53:13 +01:00
test Fix hmac_drbg failure in benchmark, with threading 2018-07-30 11:13:18 +03:00
util Fix typo in platform macro defines for examples 2018-07-10 17:34:25 +01:00
x509 Fix memory leak and freeing without initialization in cert_write 2018-10-05 09:55:13 +01:00
.gitignore Add new program to gitignore 2015-11-02 06:34:29 +09:00
CMakeLists.txt
Makefile Make DLEXT var configurable in programs and tests makefiles 2018-03-27 20:04:18 +01:00
wince_main.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00