Catalin Vasile
2016-07-27 14:52:17 UTC
Hi,
I'm trying to use the EVP_PKEY_TLS1_PRF interface.
The first thing I do inside my code is:
pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL);
But pctx is NULL after that call.
I've watched test/evp_test.c and it does not seem it does anything special, but it successful in running the TLS1-PRF tests.
Is there something I'm missing?
Best regards,
Cata
I'm trying to use the EVP_PKEY_TLS1_PRF interface.
The first thing I do inside my code is:
pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL);
But pctx is NULL after that call.
I've watched test/evp_test.c and it does not seem it does anything special, but it successful in running the TLS1-PRF tests.
Is there something I'm missing?
Best regards,
Cata
--
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev