Add call to DoQuickSanityCheck in HMQV and FHMQV before private key operation

This commit is contained in:
Jeffrey Walton 2019-01-21 19:55:05 -05:00
parent 76a4a5728d
commit c62bf2b147
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
2 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,7 @@ public:
try
{
this->GetMaterial().DoQuickSanityCheck();
const DL_GroupParameters<Element> &params = GetAbstractGroupParameters();
if(m_role == RoleServer)

1
hmqv.h
View File

@ -134,6 +134,7 @@ public:
try
{
this->GetMaterial().DoQuickSanityCheck();
const DL_GroupParameters<Element> &params = GetAbstractGroupParameters();
if(m_role == RoleServer)