Implement a stricter ECX_KEY type
Add ref counting and control how we allocate storage for the private key. We will need this type in following commits where we move the ecx code to be provider aware. Reviewed-by: Patrick Steuer <patrick.steuer@de.ibm.com> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/10964)
This commit is contained in:
parent
620c97b671
commit
4de88fe6da
10 changed files with 160 additions and 75 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <string.h>
|
||||
#include <openssl/e_os2.h>
|
||||
#include <openssl/evp.h>
|
||||
#include "crypto/ecx.h"
|
||||
#include "curve448_local.h"
|
||||
#include "testutil.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue