mbedtls/programs/x509
Hanno Becker b0d59a1084 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:56:17 +01:00
..
cert_app.c Do not add empty cert / key in cert_app 2016-09-26 20:46:10 +01:00
cert_req.c Add extra compilation conditions to X.509 samples 2016-10-10 09:45:17 +01:00
cert_write.c Fix memory leak and freeing without initialization in cert_write 2018-10-05 09:56:17 +01:00
CMakeLists.txt Fix whitespace in CMakeLists.txt 2015-06-25 10:59:57 +02:00
crl_app.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
req_app.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00