Add some check for malloc failure in the CAPI engine
authorMatt Caswell <matt@openssl.org>
Wed, 4 May 2016 09:49:06 +0000 (10:49 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 18 May 2016 09:47:15 +0000 (10:47 +0100)
commit690b462126048d4d8ea3376cf13b4833d9f8801d
treeccc2a29e8cfd26ebd0a3ac4e8ea137d7fa049817
parent15b083e44e122b8448002a8579e860f0be622e19
Add some check for malloc failure in the CAPI engine

In the CAPI engine there were some unchecked calls to OPENSSL_strdup().

GH Issue #830

Reviewed-by: Richard Levitte <levitte@openssl.org>
engines/e_capi.c