Balu

Results 3 issues of Balu

When I compile this project for target **ATCA_HAL_KIT_HID** (Kit with USB HID) and it failed to link the Linux udev static library. Fix: cryptoauthlib/Makefile ``` $(OUTDIR)/libateccssl.so: $(LIBATECCSSL_OBJECTS) $(LIBCRYPTOAUTH_OBJECTS) | $(OUTDIR)...

It supposed to be `DEBUG_ENGINE()` instead of `eccx08_debug()`. Fix: File: cryptoauthlib/lib/openssl/eccx08_rand.c ``` static int RAND_eccx08_rand_bytes(unsigned char *buf, int num) { ................ if (total_num == 0) { **DEBUG_ENGINE**("RAND_eccx08_rand_bytes() - hw\n"); ```

I noticed the segmentation fault \when I tried to execute TLS authentication example. This error occurs in one of the debug function where it prints the `eckey` and so it's...