Jouni Malinen
6014890bfb
OpenSSL: Fix memory leak with EVP_CIPHER_CTX_new()
...
Commit 1eb87ae48d829b77e805de9ba71f958b53930c88 ('OpenSSL: Use
EVP_CIPHER_CTX_new() to work with OpenSSL 1.1.0') started using
EVP_CIPHER_CTX_new() to allocate EVP_CIPHER_CTX from heap instead of
using stack memory. This commit used incorrect EVP_CIPHER_CTX_reset()
function in number of cases when the allocated memory was supposed to be
freed instead of just reset for reuse. Fix this by using
EVP_CIPHER_CTX_free() properly.
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
2016-02-16 00:30:43 +02:00
..
2009-12-05 22:03:46 +02:00
2012-09-09 13:30:51 +03:00
2014-10-19 12:43:38 +03:00
2015-01-24 19:37:42 +02:00
2015-11-28 20:46:36 +02:00
2014-07-02 12:38:47 +03:00
2012-02-11 19:39:36 +02:00
2015-01-06 02:49:13 +02:00
2012-02-11 19:39:36 +02:00
2014-07-02 12:38:47 +03:00
2012-09-09 13:30:51 +03:00
2012-09-09 13:30:51 +03:00
2012-09-09 13:30:51 +03:00
2015-10-17 20:40:36 +03:00
2015-01-06 02:49:13 +02:00
2014-10-07 14:57:10 +03:00
2014-10-07 14:57:10 +03:00
2012-02-11 19:39:36 +02:00
2012-02-11 19:39:36 +02:00
2012-09-09 14:12:59 +03:00
2012-02-11 19:39:36 +02:00
2014-05-19 23:27:30 +03:00
2015-11-29 18:21:08 +02:00
2012-02-11 19:39:36 +02:00
2015-11-24 00:00:21 +02:00
2012-02-11 19:39:36 +02:00
2016-02-16 00:30:43 +02:00
2015-11-29 18:21:08 +02:00
2012-02-11 19:39:36 +02:00
2012-02-11 19:39:36 +02:00
2015-11-29 20:53:20 +02:00
2012-06-27 21:22:12 +03:00
2015-11-29 20:53:20 +02:00
2013-01-12 17:51:54 +02:00
2012-02-11 19:39:36 +02:00
2015-12-04 11:30:36 +02:00
2015-11-29 18:19:32 +02:00
2015-11-29 21:01:33 +02:00
2012-02-11 19:39:36 +02:00
2015-11-29 21:01:33 +02:00
2015-01-06 02:49:13 +02:00
2012-08-19 16:53:15 +03:00
2014-07-02 12:38:47 +03:00
2012-02-11 19:39:36 +02:00
2015-10-10 18:38:37 +03:00
2015-03-29 22:27:00 +03:00
2015-08-01 21:08:11 +03:00
2012-02-11 19:39:36 +02:00
2012-02-11 19:39:36 +02:00
2012-02-11 19:39:36 +02:00
2015-12-28 18:12:03 +02:00
2012-08-07 16:07:25 +03:00
2015-01-06 02:49:13 +02:00
2015-03-29 16:43:03 +03:00
2015-03-29 16:40:55 +03:00
2015-01-06 02:49:13 +02:00
2012-08-07 16:07:25 +03:00
2012-02-11 19:39:36 +02:00
2015-11-29 21:01:33 +02:00
2015-03-29 16:38:37 +03:00
2015-01-06 02:49:13 +02:00
2012-02-11 19:39:36 +02:00
2012-08-16 22:34:35 +03:00
2014-12-04 12:08:59 +02:00
2015-11-29 18:19:32 +02:00
2015-11-29 18:19:32 +02:00
2015-08-27 20:42:14 +03:00
2015-08-27 20:42:14 +03:00
2015-11-29 18:19:32 +02:00
2015-11-29 18:19:32 +02:00
2015-12-24 00:54:30 +02:00
2015-12-24 00:54:30 +02:00
2015-08-24 02:29:30 +03:00
2016-02-06 00:58:32 +02:00
2016-02-15 21:53:33 +02:00
2015-12-04 20:08:31 +02:00
2015-12-31 20:52:58 +02:00