4e735631e7
* Adds crypto HW support for AES Direct and AES CCM. * Fixes to enable PIC32MZ hardware hashing where updates are cached via heap buffer and final performs single operations against hardware. * Fix for benchmark with 1024-bit certs passing in wrong size for `wc_RsaPrivateDecrypt` when using `USE_CERT_BUFFERS_1024`. * Fix to resolve missing `strncasecmp` for the Microchip XC32. Workaround to use case sensitive version instead. This error occurred when building with HAVE_ECC defined in Harmony with XC32. * Cleanup of the PIC32MZ crypto and hashing hardware code. Replace `pic32mz-hash.c` with `pic32mz-crypt.c` * Add user_settings.h for mplabx and mcapi examples. * Sync up with Harmony changes for MCAPI.
20 lines
810 B
XML
Executable File
20 lines
810 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://www.netbeans.org/ns/project/1">
|
|
<type>com.microchip.mplab.nbide.embedded.makeproject</type>
|
|
<configuration>
|
|
<data xmlns="http://www.netbeans.org/ns/make-project/1">
|
|
<name>wolfcrypt_test</name>
|
|
<creation-uuid>b34c4937-7042-4352-88b1-7717bcdf8aeb</creation-uuid>
|
|
<make-project-type>0</make-project-type>
|
|
<c-extensions>c</c-extensions>
|
|
<cpp-extensions/>
|
|
<header-extensions>h</header-extensions>
|
|
<sourceEncoding>ISO-8859-1</sourceEncoding>
|
|
<asminc-extensions/>
|
|
<make-dep-projects>
|
|
<make-dep-project>../wolfssl.X</make-dep-project>
|
|
</make-dep-projects>
|
|
</data>
|
|
</configuration>
|
|
</project>
|