early-access version 2698
This commit is contained in:
3
externals/libressl/crypto/cms/cms_env.c
vendored
3
externals/libressl/crypto/cms/cms_env.c
vendored
@@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: cms_env.c,v 1.23 2019/10/04 18:03:56 tb Exp $ */
|
||||
/* $OpenBSD: cms_env.c,v 1.24 2021/09/08 14:33:02 tb Exp $ */
|
||||
/*
|
||||
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
|
||||
* project.
|
||||
@@ -792,6 +792,7 @@ cms_RecipientInfo_kekri_decrypt(CMS_ContentInfo *cms, CMS_RecipientInfo *ri)
|
||||
goto err;
|
||||
}
|
||||
|
||||
freezero(ec->key, ec->keylen);
|
||||
ec->key = ukey;
|
||||
ec->keylen = ukeylen;
|
||||
|
||||
|
Reference in New Issue
Block a user