Initial public key ASN1 method engine support. Not integrated yet.

This commit is contained in:
Dr. Stephen Henson
2006-06-02 17:52:27 +00:00
parent 7e5b06813d
commit de9fcfe348
6 changed files with 178 additions and 2 deletions

View File

@@ -166,6 +166,8 @@ struct engine_st
ENGINE_DIGESTS_PTR digests;
/* Public key handling via this callback */
ENGINE_PKEY_METHS_PTR pkey_meths;
/* ASN1 public key handling via this callback */
ENGINE_PKEY_ASN1_METHS_PTR pkey_asn1_meths;
ENGINE_GEN_INT_FUNC_PTR destroy;