missing openssl/bn.h in Dockkit ADK 1.0

I downloaded "Dockkit ADK 1.0" and trying to compile, and some openssl include .h files are missing, for example in HAPBoringSSL.c, the below files can't found: #include <openssl/bn.h> #include <openssl/evp.h> #include <openssl/hkdf.h> #include <openssl/hmac.h> #include <openssl/rand.h>

where can I get these .h files? I'm worrying about the version conformance if I fetch these files from internet.

Answered by realmeg in 828086022

I met the same problem while compiling HAPMbedTLS.c, and I download mbedtls package from internet, and still mbedtls_chachapoly_context can't be found in the downloaded mbedtls package, it looks like it's not the correct version of the mbedtls package I got from internet.

Accepted Answer

I met the same problem while compiling HAPMbedTLS.c, and I download mbedtls package from internet, and still mbedtls_chachapoly_context can't be found in the downloaded mbedtls package, it looks like it's not the correct version of the mbedtls package I got from internet.

Two small notes here:

  1. Please file a bug on this and post the number back here so I can track it.

  2. The MFI program has it's own support process, the details of which are in the MFI handbook. You find the detail of that in "Content Center-> Content", then choosing "MFi Licensing Handbook", and finally "Developer Technical Support".

__
Kevin Elliott
DTS Engineer, CoreOS/Hardware

missing openssl/bn.h in Dockkit ADK 1.0
 
 
Q