Questions tagged [openssl-engine]

62 questions
0
votes
0 answers

openssl CAPI Engine dll not generating in openssl version 1.0.1x

I am trying to use capi engine using windows certificate store. openssl version used is 1.0.1x. Acc. to my knowledge for version 0.9.8, CAPI engine is not compiled by default thus we have to use a switch enable-capieng to compile it and there is no…
User1234
  • 1,543
  • 4
  • 22
  • 32
-1
votes
1 answer

Error while printing values of EVP_PKEY_CTX structure

In the tester side, I'm trying to print the value of structure evp_pkey_ctx_st but I'm getting error dereferencing pointer to incomplete type EVP_PKEY_CTX. printf("\nOpearation:%d",ctx->operation); Can anyone please guide me. Is this a feasible…
1 2 3 4
5