Skip to content

Commit

Permalink
Expose the raw mbedtls API
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Nov 15, 2024
1 parent 9f0402d commit d50070f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/include/esp-idf/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,15 @@
#endif

#ifdef ESP_IDF_COMP_MBEDTLS_ENABLED
#include "mbedtls/ssl.h"
#include "mbedtls/aes.h"
#include "mbedtls/cipher.h"
#include "mbedtls/entropy.h"
#include "mbedtls/ctr_drbg.h"
#include "mbedtls/cmac.h"
#include "mbedtls/ecdh.h"
#include "mbedtls/ecp.h"

#ifdef CONFIG_MBEDTLS_CERTIFICATE_BUNDLE
#include "esp_crt_bundle.h"
#endif
Expand Down

0 comments on commit d50070f

Please sign in to comment.