Re: Issue with API EVP_PKEY_new_CMAC_key

2021-10-06 Thread Matt Caswell
On 06/10/2021 06:46, Suji wrote: Hi, I am getting an issue with EVP_PKEY_new_CMAC_key while using Engine as an argument. It was a negative test case, passed an invalid key length. It hits the error, and when the application exits , it gets a segmentation fault. From my analysis, the sce

Issue with API EVP_PKEY_new_CMAC_key

2021-10-05 Thread Suji
Hi, I am getting an issue with EVP_PKEY_new_CMAC_key while using Engine as an argument. It was a negative test case, passed an invalid key length. It hits the error, and when the application exits , it gets a segmentation fault. >From my analysis, the scenario seems like this. When the call happe