2014-12-17 13:55:34 -07:00
|
|
|
# vim:ft=automake
|
|
|
|
|
# All paths should be given relative to the root
|
|
|
|
|
|
2022-02-10 13:13:24 -08:00
|
|
|
ASYNC_FILES = \
|
|
|
|
|
wolfcrypt/src/port/cavium/cavium_nitrox.c \
|
|
|
|
|
wolfcrypt/src/port/intel/quickassist.c \
|
|
|
|
|
wolfcrypt/src/port/intel/quickassist_mem.c
|
Fix for make distcheck, maintainer-clean, to allow distribution builds.
This the second pass at this after seeing how fips is added to tree in later phases.
This allow autoreconf to be directly called which allows the Makefile to rebuild when seeing that changes have been ( having an autogen.sh is older convention which left to history in the way autotools are invoked )
This fixes "make distcheck" and "make maintainer-clean" which are required by most distributions packaging systems.
The files previously touched by autogen.sh are now properly placed into autoconf.
The include files files are generated by configure. ( There is a note placed in configure.ac as to why and reference to the automake documention for this ). Append to file was done on purpose, touch cannot be in configure safetly. Normally autoheader would be used for this but since the include files are created out of tree, care has to be taken to not overwrite those file.
For the source files, they were moved into the coresponding automake file. It is safe to use touch in automake. Since files can optionally copied from elsewhere, they have to be listed in BUILT_SOURCES. They are written srcdir in order to allow make to do VPATH builds ( which is configure by make distcheck ).
To show fips files are preserved without having the actual fips files, a C style comment can be echoed into the files.
There are a few current, but outstanding issues.
1) config.h needs to be fixed configure.ac to use autoheader in order to allow configure to know to rebuilt depencies on its changes. ( Out of scope for this patch. )
2) verion.h checked into the tree and it is a built file. A make maintainer-clean followed by "git status --ignored" will confirm this. ( Out of scope for this patch )
3) autogen.sh has not been updated to reflect fixes. I believe that for this patch, it should be left alone and checked for regression in Jenkins by itself.
4) There is an out of date .spec file for building RPM which should be updated now that distcheck is working.
5) maintainer-clean should have rule added to remove build-aux testdriver.
This has been tested on current Ubuntu testing, OSX, Fedora 34, and Debian 10.
Additionaly "make distcheck" should be added to regression testing, along with "make maintainer-check".
Other improvement possibilities:
A possible future improvement is to let autoconf handle build with optional out of dist files.
Modify fips configure.ac check to allow for an injection of comments into blank fips files in order to prove distribution of fips/non-fips builds.
Update git rules to use 'make maintainer-clean', 'autoreconf -if', 'make distcheck'.
2021-06-19 20:16:14 -07:00
|
|
|
|
2022-02-10 13:13:24 -08:00
|
|
|
BUILT_SOURCES+= $(ASYNC_FILES)
|
|
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES+= $(ASYNC_FILES)
|
Fix for make distcheck, maintainer-clean, to allow distribution builds.
This the second pass at this after seeing how fips is added to tree in later phases.
This allow autoreconf to be directly called which allows the Makefile to rebuild when seeing that changes have been ( having an autogen.sh is older convention which left to history in the way autotools are invoked )
This fixes "make distcheck" and "make maintainer-clean" which are required by most distributions packaging systems.
The files previously touched by autogen.sh are now properly placed into autoconf.
The include files files are generated by configure. ( There is a note placed in configure.ac as to why and reference to the automake documention for this ). Append to file was done on purpose, touch cannot be in configure safetly. Normally autoheader would be used for this but since the include files are created out of tree, care has to be taken to not overwrite those file.
For the source files, they were moved into the coresponding automake file. It is safe to use touch in automake. Since files can optionally copied from elsewhere, they have to be listed in BUILT_SOURCES. They are written srcdir in order to allow make to do VPATH builds ( which is configure by make distcheck ).
To show fips files are preserved without having the actual fips files, a C style comment can be echoed into the files.
There are a few current, but outstanding issues.
1) config.h needs to be fixed configure.ac to use autoheader in order to allow configure to know to rebuilt depencies on its changes. ( Out of scope for this patch. )
2) verion.h checked into the tree and it is a built file. A make maintainer-clean followed by "git status --ignored" will confirm this. ( Out of scope for this patch )
3) autogen.sh has not been updated to reflect fixes. I believe that for this patch, it should be left alone and checked for regression in Jenkins by itself.
4) There is an out of date .spec file for building RPM which should be updated now that distcheck is working.
5) maintainer-clean should have rule added to remove build-aux testdriver.
This has been tested on current Ubuntu testing, OSX, Fedora 34, and Debian 10.
Additionaly "make distcheck" should be added to regression testing, along with "make maintainer-check".
Other improvement possibilities:
A possible future improvement is to let autoconf handle build with optional out of dist files.
Modify fips configure.ac check to allow for an injection of comments into blank fips files in order to prove distribution of fips/non-fips builds.
Update git rules to use 'make maintainer-clean', 'autoreconf -if', 'make distcheck'.
2021-06-19 20:16:14 -07:00
|
|
|
|
2014-12-19 09:06:27 -07:00
|
|
|
EXTRA_DIST += wolfcrypt/src/misc.c
|
2016-11-08 15:41:26 -07:00
|
|
|
EXTRA_DIST += wolfcrypt/src/evp.c
|
2014-12-19 09:06:27 -07:00
|
|
|
EXTRA_DIST += wolfcrypt/src/asm.c
|
|
|
|
|
EXTRA_DIST += wolfcrypt/src/aes_asm.asm
|
2023-02-16 09:56:36 +10:00
|
|
|
EXTRA_DIST += wolfcrypt/src/aes_gcm_asm.asm
|
2024-04-15 15:57:47 +10:00
|
|
|
EXTRA_DIST += wolfcrypt/src/aes_xts_asm.asm
|
2024-03-12 15:41:36 +10:00
|
|
|
EXTRA_DIST += wolfcrypt/src/chacha_asm.asm
|
|
|
|
|
EXTRA_DIST += wolfcrypt/src/poly1305_asm.asm
|
2019-12-08 20:34:47 -07:00
|
|
|
EXTRA_DIST += wolfcrypt/src/wc_dsp.c
|
|
|
|
|
EXTRA_DIST += wolfcrypt/src/sp_dsp32.c
|
2021-01-12 12:25:52 +10:00
|
|
|
EXTRA_DIST += wolfcrypt/src/sp_x86_64_asm.asm
|
2014-12-17 13:55:34 -07:00
|
|
|
|
|
|
|
|
EXTRA_DIST += \
|
2014-12-19 09:06:27 -07:00
|
|
|
wolfcrypt/src/ecc_fp.c \
|
|
|
|
|
wolfcrypt/src/fp_mont_small.i \
|
|
|
|
|
wolfcrypt/src/fp_mul_comba_12.i \
|
|
|
|
|
wolfcrypt/src/fp_mul_comba_17.i \
|
|
|
|
|
wolfcrypt/src/fp_mul_comba_20.i \
|
|
|
|
|
wolfcrypt/src/fp_mul_comba_24.i \
|
|
|
|
|
wolfcrypt/src/fp_mul_comba_28.i \
|
|
|
|
|
wolfcrypt/src/fp_mul_comba_32.i \
|
|
|
|
|
wolfcrypt/src/fp_mul_comba_3.i \
|
|
|
|
|
wolfcrypt/src/fp_mul_comba_48.i \
|
|
|
|
|
wolfcrypt/src/fp_mul_comba_4.i \
|
|
|
|
|
wolfcrypt/src/fp_mul_comba_64.i \
|
|
|
|
|
wolfcrypt/src/fp_mul_comba_6.i \
|
|
|
|
|
wolfcrypt/src/fp_mul_comba_7.i \
|
|
|
|
|
wolfcrypt/src/fp_mul_comba_8.i \
|
|
|
|
|
wolfcrypt/src/fp_mul_comba_9.i \
|
|
|
|
|
wolfcrypt/src/fp_mul_comba_small_set.i \
|
|
|
|
|
wolfcrypt/src/fp_sqr_comba_12.i \
|
|
|
|
|
wolfcrypt/src/fp_sqr_comba_17.i \
|
|
|
|
|
wolfcrypt/src/fp_sqr_comba_20.i \
|
|
|
|
|
wolfcrypt/src/fp_sqr_comba_24.i \
|
|
|
|
|
wolfcrypt/src/fp_sqr_comba_28.i \
|
|
|
|
|
wolfcrypt/src/fp_sqr_comba_32.i \
|
|
|
|
|
wolfcrypt/src/fp_sqr_comba_3.i \
|
|
|
|
|
wolfcrypt/src/fp_sqr_comba_48.i \
|
|
|
|
|
wolfcrypt/src/fp_sqr_comba_4.i \
|
|
|
|
|
wolfcrypt/src/fp_sqr_comba_64.i \
|
|
|
|
|
wolfcrypt/src/fp_sqr_comba_6.i \
|
|
|
|
|
wolfcrypt/src/fp_sqr_comba_7.i \
|
|
|
|
|
wolfcrypt/src/fp_sqr_comba_8.i \
|
|
|
|
|
wolfcrypt/src/fp_sqr_comba_9.i \
|
2017-04-10 08:30:44 +10:00
|
|
|
wolfcrypt/src/fp_sqr_comba_small_set.i \
|
2024-06-05 16:56:03 -05:00
|
|
|
wolfcrypt/src/fe_x25519_128.h
|
2015-05-27 19:34:11 +09:00
|
|
|
|
|
|
|
|
EXTRA_DIST += wolfcrypt/src/port/ti/ti-aes.c \
|
|
|
|
|
wolfcrypt/src/port/ti/ti-des3.c \
|
|
|
|
|
wolfcrypt/src/port/ti/ti-hash.c \
|
|
|
|
|
wolfcrypt/src/port/ti/ti-ccm.c \
|
2017-08-01 12:42:09 -07:00
|
|
|
wolfcrypt/src/port/pic32/pic32mz-crypt.c \
|
2016-07-22 15:49:15 +00:00
|
|
|
wolfcrypt/src/port/nrf51.c \
|
2019-05-10 14:26:53 +02:00
|
|
|
wolfcrypt/src/port/arm/armv8-aes.c \
|
|
|
|
|
wolfcrypt/src/port/arm/armv8-sha256.c \
|
|
|
|
|
wolfcrypt/src/port/arm/armv8-chacha.c \
|
2023-07-06 13:05:39 -04:00
|
|
|
wolfcrypt/src/port/aria/aria-crypt.c \
|
|
|
|
|
wolfcrypt/src/port/aria/aria-cryptocb.c \
|
2016-12-08 16:52:12 -08:00
|
|
|
wolfcrypt/src/port/nxp/ksdk_port.c \
|
2020-09-18 11:46:08 +02:00
|
|
|
wolfcrypt/src/port/nxp/dcp_port.c \
|
2021-08-20 15:45:10 -07:00
|
|
|
wolfcrypt/src/port/nxp/se050_port.c \
|
|
|
|
|
wolfcrypt/src/port/nxp/README.md \
|
2017-06-07 11:37:21 -06:00
|
|
|
wolfcrypt/src/port/atmel/README.md \
|
|
|
|
|
wolfcrypt/src/port/xilinx/xil-sha3.c \
|
2017-12-14 12:08:28 -07:00
|
|
|
wolfcrypt/src/port/xilinx/xil-aesgcm.c \
|
2022-05-20 14:28:39 +02:00
|
|
|
wolfcrypt/src/port/xilinx/xil-versal-glue.c \
|
|
|
|
|
wolfcrypt/src/port/xilinx/xil-versal-trng.c \
|
2017-12-14 12:08:28 -07:00
|
|
|
wolfcrypt/src/port/caam/caam_aes.c \
|
|
|
|
|
wolfcrypt/src/port/caam/caam_driver.c \
|
2020-08-07 14:40:44 -06:00
|
|
|
wolfcrypt/src/port/caam/caam_error.c \
|
2021-01-04 12:35:51 +07:00
|
|
|
wolfcrypt/src/port/caam/caam_qnx.c \
|
2021-02-10 16:45:00 +07:00
|
|
|
wolfcrypt/src/port/caam/caam_integrity.c \
|
2018-01-02 15:00:35 -07:00
|
|
|
wolfcrypt/src/port/caam/caam_sha.c \
|
2018-02-05 12:57:06 -08:00
|
|
|
wolfcrypt/src/port/caam/caam_doc.pdf \
|
2020-08-07 14:40:44 -06:00
|
|
|
wolfcrypt/src/port/caam/wolfcaam_init.c \
|
2021-12-08 23:59:19 +00:00
|
|
|
wolfcrypt/src/port/caam/wolfcaam_seco.c \
|
2020-08-07 14:40:44 -06:00
|
|
|
wolfcrypt/src/port/caam/wolfcaam_qnx.c \
|
2021-12-08 23:59:19 +00:00
|
|
|
wolfcrypt/src/port/caam/wolfcaam_x25519.c \
|
2020-08-07 14:40:44 -06:00
|
|
|
wolfcrypt/src/port/caam/wolfcaam_ecdsa.c \
|
|
|
|
|
wolfcrypt/src/port/caam/wolfcaam_cmac.c \
|
2021-12-08 23:59:19 +00:00
|
|
|
wolfcrypt/src/port/caam/wolfcaam_hash.c \
|
|
|
|
|
wolfcrypt/src/port/caam/wolfcaam_rsa.c \
|
|
|
|
|
wolfcrypt/src/port/caam/wolfcaam_hmac.c \
|
|
|
|
|
wolfcrypt/src/port/caam/wolfcaam_aes.c \
|
2022-12-28 13:02:07 -08:00
|
|
|
wolfcrypt/src/port/caam/wolfcaam_fsl_nxp.c \
|
2020-11-06 12:20:03 -08:00
|
|
|
wolfcrypt/src/port/silabs/silabs_aes.c \
|
2020-11-30 16:04:27 -08:00
|
|
|
wolfcrypt/src/port/silabs/silabs_ecc.c \
|
2020-11-06 12:20:03 -08:00
|
|
|
wolfcrypt/src/port/silabs/silabs_hash.c \
|
2020-11-30 16:04:27 -08:00
|
|
|
wolfcrypt/src/port/silabs/silabs_random.c \
|
2020-11-06 12:20:03 -08:00
|
|
|
wolfcrypt/src/port/silabs/README.md \
|
2018-07-30 13:58:19 -07:00
|
|
|
wolfcrypt/src/port/st/stm32.c \
|
2018-07-18 17:26:25 -06:00
|
|
|
wolfcrypt/src/port/st/stsafe.c \
|
2018-08-24 11:03:14 -07:00
|
|
|
wolfcrypt/src/port/st/README.md \
|
2018-07-18 17:26:25 -06:00
|
|
|
wolfcrypt/src/port/af_alg/afalg_aes.c \
|
2018-08-17 09:46:16 -06:00
|
|
|
wolfcrypt/src/port/af_alg/afalg_hash.c \
|
2021-08-19 11:25:59 +10:00
|
|
|
wolfcrypt/src/port/kcapi/kcapi_aes.c \
|
|
|
|
|
wolfcrypt/src/port/kcapi/kcapi_hash.c \
|
|
|
|
|
wolfcrypt/src/port/kcapi/kcapi_hmac.c \
|
|
|
|
|
wolfcrypt/src/port/kcapi/kcapi_ecc.c \
|
|
|
|
|
wolfcrypt/src/port/kcapi/kcapi_rsa.c \
|
|
|
|
|
wolfcrypt/src/port/kcapi/kcapi_dh.c \
|
|
|
|
|
wolfcrypt/src/port/kcapi/README.md \
|
2018-08-17 09:46:16 -06:00
|
|
|
wolfcrypt/src/port/devcrypto/devcrypto_hash.c \
|
2018-09-20 15:59:29 -06:00
|
|
|
wolfcrypt/src/port/devcrypto/wc_devcrypto.c \
|
2018-12-04 16:45:30 -07:00
|
|
|
wolfcrypt/src/port/devcrypto/README.md \
|
2018-11-21 18:41:29 +09:00
|
|
|
wolfcrypt/src/port/mynewt/mynewt_port.c \
|
|
|
|
|
wolfcrypt/src/port/Espressif/esp32_aes.c \
|
|
|
|
|
wolfcrypt/src/port/Espressif/esp32_sha.c \
|
2019-02-22 12:05:45 +09:00
|
|
|
wolfcrypt/src/port/Espressif/esp32_util.c \
|
|
|
|
|
wolfcrypt/src/port/Espressif/esp32_mp.c \
|
2024-04-04 20:40:52 -07:00
|
|
|
wolfcrypt/src/port/Espressif/esp_sdk_mem_lib.c \
|
|
|
|
|
wolfcrypt/src/port/Espressif/esp_sdk_time_lib.c \
|
|
|
|
|
wolfcrypt/src/port/Espressif/esp_sdk_wifi_lib.c \
|
2019-03-27 20:44:38 -07:00
|
|
|
wolfcrypt/src/port/Espressif/README.md \
|
|
|
|
|
wolfcrypt/src/port/arm/cryptoCell.c \
|
2019-08-28 18:48:25 +09:00
|
|
|
wolfcrypt/src/port/arm/cryptoCellHash.c \
|
|
|
|
|
wolfcrypt/src/port/Renesas/renesas_tsip_aes.c \
|
|
|
|
|
wolfcrypt/src/port/Renesas/renesas_tsip_sha.c \
|
2023-06-17 11:57:11 +09:00
|
|
|
wolfcrypt/src/port/Renesas/renesas_tsip_rsa.c \
|
2019-08-28 18:48:25 +09:00
|
|
|
wolfcrypt/src/port/Renesas/renesas_tsip_util.c \
|
2023-08-12 17:28:24 +09:00
|
|
|
wolfcrypt/src/port/Renesas/renesas_fspsm_util.c \
|
|
|
|
|
wolfcrypt/src/port/Renesas/renesas_fspsm_aes.c \
|
|
|
|
|
wolfcrypt/src/port/Renesas/renesas_fspsm_sha.c \
|
|
|
|
|
wolfcrypt/src/port/Renesas/renesas_fspsm_rsa.c \
|
2021-10-30 20:21:21 +09:00
|
|
|
wolfcrypt/src/port/Renesas/renesas_common.c \
|
2023-02-21 15:26:10 -06:00
|
|
|
wolfcrypt/src/port/Renesas/renesas_rx64_hw_sha.c \
|
|
|
|
|
wolfcrypt/src/port/Renesas/renesas_rx64_hw_util.c \
|
2020-06-05 15:28:49 +02:00
|
|
|
wolfcrypt/src/port/Renesas/README.md \
|
2023-11-30 10:57:06 +01:00
|
|
|
wolfcrypt/src/port/cypress/psoc6_crypto.c \
|
|
|
|
|
wolfcrypt/src/port/liboqs/liboqs.c
|
2018-11-21 18:41:29 +09:00
|
|
|
|
2022-02-10 13:13:24 -08:00
|
|
|
$(ASYNC_FILES):
|
|
|
|
|
$(AM_V_at)touch $(srcdir)/$@
|
2015-05-27 19:34:11 +09:00
|
|
|
|
2019-01-17 11:01:14 -08:00
|
|
|
if BUILD_CRYPTOCB
|
2022-12-15 10:37:10 -07:00
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/cryptocb.c
|
2018-05-21 13:03:49 -07:00
|
|
|
endif
|
|
|
|
|
|
2018-09-12 08:56:59 +10:00
|
|
|
if BUILD_PKCS11
|
2022-12-15 10:37:10 -07:00
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/wc_pkcs11.c
|
2018-09-12 08:56:59 +10:00
|
|
|
endif
|
|
|
|
|
|
2018-08-17 09:46:16 -06:00
|
|
|
if BUILD_DEVCRYPTO
|
2022-12-15 10:37:10 -07:00
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/devcrypto/devcrypto_ecdsa.c
|
|
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/devcrypto/devcrypto_x25519.c
|
|
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/devcrypto/devcrypto_rsa.c
|
|
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/devcrypto/devcrypto_hmac.c
|
|
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/devcrypto/devcrypto_hash.c
|
|
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/devcrypto/devcrypto_aes.c
|
|
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/devcrypto/wc_devcrypto.c
|
2018-08-17 09:46:16 -06:00
|
|
|
endif
|
|
|
|
|
|
2016-08-15 13:59:41 -06:00
|
|
|
if BUILD_CAVIUM
|
2022-12-15 10:37:10 -07:00
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/cavium/cavium_nitrox.c
|
2016-08-15 13:59:41 -06:00
|
|
|
endif
|
2019-10-02 10:08:46 -07:00
|
|
|
EXTRA_DIST += wolfcrypt/src/port/cavium/README.md
|
Intel QuickAssist (QAT) support and async enhancements/fixes:
* Adds ./configure "--with-intelqa=../QAT1.6”, port files, memory management and README.md (see wolfcrypt/src/port/intel/).
* Added Intel QAT support for RSA public/private (CRT/non-CRT), AES CBC/GCM, ECDH/ECDSA, DH, DES3, SHA, SHA224, SHA256, SHA384, SHA512, MD5 and HMAC.
* wolfSSL async enabled all client and server: PKI, Encrypt/Decrypt, Hashing/HMAC and Certificate Sign/Verify.
* wolfSSL async support in functions: Encrypt, Decrypt, VerifyMAC, BuildMessage, ConfirmSignature, DoCertificate, ParseCertRelative, and MakeSignature.
* wolfCrypt test and benchmark async support added for all HW acceleration.
* wolfCrypt benchmark multi-threading support.
* Added QuickAssist memory overrides for XMALLOC, XFREE and XREALLOC. XREALLOC determines if existing pointer needs reallocated for NUMA.
* Refactor to make sure “heap” is available for async dev init.
* Added async support for all examples for connect, accept, read and write.
* Added new WC_BIGINT (in wolfmath.c) for async hardware support.
* Added async simulator tests for DES3 CBC, AES CBC/GCM.
* Added QAT standalone build for unit testing.
* Added int return code to SHA and MD5 functions.
* Refactor of the async stack variable handling, so async operations have generic args buffer area and cleanup function pointer.
* Combined duplicate code for async push/pop handling.
* Refactor internal.c to add AllocKey / FreeKey.
* Refactor of hash init/free in TLS to use InitHashes and FreeHashes.
* Refactor of the async event->context to use WOLF_EVENT_TYPE_ASYNC_WOLFSSL for WOLFSSL* and WOLF_EVENT_TYPE_ASYNC_WOLFCRYPT for WC_ASYNC_DEV*.
* Suppress error message for WC_PENDING_E.
* Implemented "wolfSSL_EVP_MD_CTX_init" to do memset.
* Cleanup of the openssl compat CTX sizes when async is enabled.
* Cleanup of AES, DES3, DH, SHA, MD5, DES3, DH, HMAC, MD5 for consistency and readability.
* Cleanup of the OPAQUE_LEN.
* Cleanup to use ENCRYPT_LEN instead of sizeof(ssl->arrays.preMasterSecret).
* Changed ssl->arrays.preMasterSecret to use XMALLOC (accelerates HW operations)
* Reduce verbosity with debug enabled for "GetMyVersion", "wolfSSL Using RSA OAEP padding" and "wolfSSL Using RSA PKCSV15 padding".
* Updated RSA un-padding error message so its different than one above it for better debugging.
* Added QAT async enables for each algorithm.
* Refactor of the async init to use _ex.
* Added WC_ASYNC_THRESH_NONE to allow bypass of the async thresholds for testing.
* Reformatted the benchmark results:
PKI: "RSA 2048 private HW 18522 ops took 1.003 sec, avg 0.054 ms, 18467.763 ops/sec"
Crypto/Hashing: SHA-256 SW 350 megs took 1.009 seconds, 346.946 MB/s Cycles per byte = 9.87
* Added min execution time for all benchmarks.
* Moved wc_*GetHash and wc_*RestorePos to appropriate files so use of isCopy flag is local.
* Fix for ECC sign status sometimes being invalid due to uninitialized ECC digest in benchmark.
* Added new DECLARE_VAR/FREE_VAR and DECLARE_ARRAY/FREE_ARRAY macros for helping setup test/benchmark variables to accelerate async.
* Added NO_SW_BENCH option to only run HW bench.
* Added support for PRNG to use hardware SHA256 if _wc devId provided.
* Fix to prevent curve tests from running against wrong curve sizes. Changed wc_ecc_set_curve to match on exact size.
* Added the wc_*GetHash calls to the wolfCrypt tests.
* Added async hardware start/stop to wolfSSL init/cleanup.
* Refactor to add wc_*Copy for hashing context (for async), which replaces wc_*RestorePos.
* Fixes for building with TI hashing (including: SHA224, missing new API’s and building with dummy build for non hw testing). Note: We need to add build test for this `./configure CFLAGS="-DWOLFSSL_TI_HASH -DTI_DUMMY_BUILD”`.
* Added arg checks on wc_*GetHash and wc_*Copy.
* Cleanup of the BuildMD5, BuildSHA, BuildMD5_CertVerify and BuildSHA_CertVerify functions.
* Added new ./configure --enable-asyncthreads, to allow enable/disable of the async threading support. If --enable-asynccrypt set this will be enabled by default if pthread is supported. Allows multi-threaded benchmarks with async simulator.
* Added checks for all hashing to verify valid ->buffLen.
* Fix for SHA512 scan-build warning about un-initialized “W_X”.
* Fix for valgrind un-initialized use of buffer in AllocDer (der->buffer) and BuildTlsFinished handshake_hash.
* Refactor of the benchmarking to use common function for start, check and finish of the stats.
* Fixed issue with ECC cache loading in multi-threading.
* Fix bug with AESNI not aligned code that assumes XMALLOC is 16-byte aligned.
* Added new WC_ASYNC_NO_… options to allow disabling of individual async algorithms. New defines are: WC_ASYNC_NO_CRYPT, WC_ASYNC_NO_PKI and WC_ASYNC_NO_HASH. Additionally each algorithm has a WC_ASYNC_NO_[ALGO] define.
* Added “wolfSSL_GetAllocators” API and fixed the wolfCrypt memcb_test so it restores callback pointers after test is complete (fixes issue with using custom allocators and test breaking it).
2017-04-07 15:46:32 -07:00
|
|
|
|
2019-10-04 11:21:56 -07:00
|
|
|
if BUILD_OCTEON_SYNC
|
2022-12-15 10:37:10 -07:00
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/cavium/cavium_octeon_sync.c
|
2019-10-04 11:21:56 -07:00
|
|
|
endif
|
|
|
|
|
EXTRA_DIST += wolfcrypt/src/port/cavium/README_Octeon.md
|
|
|
|
|
|
Intel QuickAssist (QAT) support and async enhancements/fixes:
* Adds ./configure "--with-intelqa=../QAT1.6”, port files, memory management and README.md (see wolfcrypt/src/port/intel/).
* Added Intel QAT support for RSA public/private (CRT/non-CRT), AES CBC/GCM, ECDH/ECDSA, DH, DES3, SHA, SHA224, SHA256, SHA384, SHA512, MD5 and HMAC.
* wolfSSL async enabled all client and server: PKI, Encrypt/Decrypt, Hashing/HMAC and Certificate Sign/Verify.
* wolfSSL async support in functions: Encrypt, Decrypt, VerifyMAC, BuildMessage, ConfirmSignature, DoCertificate, ParseCertRelative, and MakeSignature.
* wolfCrypt test and benchmark async support added for all HW acceleration.
* wolfCrypt benchmark multi-threading support.
* Added QuickAssist memory overrides for XMALLOC, XFREE and XREALLOC. XREALLOC determines if existing pointer needs reallocated for NUMA.
* Refactor to make sure “heap” is available for async dev init.
* Added async support for all examples for connect, accept, read and write.
* Added new WC_BIGINT (in wolfmath.c) for async hardware support.
* Added async simulator tests for DES3 CBC, AES CBC/GCM.
* Added QAT standalone build for unit testing.
* Added int return code to SHA and MD5 functions.
* Refactor of the async stack variable handling, so async operations have generic args buffer area and cleanup function pointer.
* Combined duplicate code for async push/pop handling.
* Refactor internal.c to add AllocKey / FreeKey.
* Refactor of hash init/free in TLS to use InitHashes and FreeHashes.
* Refactor of the async event->context to use WOLF_EVENT_TYPE_ASYNC_WOLFSSL for WOLFSSL* and WOLF_EVENT_TYPE_ASYNC_WOLFCRYPT for WC_ASYNC_DEV*.
* Suppress error message for WC_PENDING_E.
* Implemented "wolfSSL_EVP_MD_CTX_init" to do memset.
* Cleanup of the openssl compat CTX sizes when async is enabled.
* Cleanup of AES, DES3, DH, SHA, MD5, DES3, DH, HMAC, MD5 for consistency and readability.
* Cleanup of the OPAQUE_LEN.
* Cleanup to use ENCRYPT_LEN instead of sizeof(ssl->arrays.preMasterSecret).
* Changed ssl->arrays.preMasterSecret to use XMALLOC (accelerates HW operations)
* Reduce verbosity with debug enabled for "GetMyVersion", "wolfSSL Using RSA OAEP padding" and "wolfSSL Using RSA PKCSV15 padding".
* Updated RSA un-padding error message so its different than one above it for better debugging.
* Added QAT async enables for each algorithm.
* Refactor of the async init to use _ex.
* Added WC_ASYNC_THRESH_NONE to allow bypass of the async thresholds for testing.
* Reformatted the benchmark results:
PKI: "RSA 2048 private HW 18522 ops took 1.003 sec, avg 0.054 ms, 18467.763 ops/sec"
Crypto/Hashing: SHA-256 SW 350 megs took 1.009 seconds, 346.946 MB/s Cycles per byte = 9.87
* Added min execution time for all benchmarks.
* Moved wc_*GetHash and wc_*RestorePos to appropriate files so use of isCopy flag is local.
* Fix for ECC sign status sometimes being invalid due to uninitialized ECC digest in benchmark.
* Added new DECLARE_VAR/FREE_VAR and DECLARE_ARRAY/FREE_ARRAY macros for helping setup test/benchmark variables to accelerate async.
* Added NO_SW_BENCH option to only run HW bench.
* Added support for PRNG to use hardware SHA256 if _wc devId provided.
* Fix to prevent curve tests from running against wrong curve sizes. Changed wc_ecc_set_curve to match on exact size.
* Added the wc_*GetHash calls to the wolfCrypt tests.
* Added async hardware start/stop to wolfSSL init/cleanup.
* Refactor to add wc_*Copy for hashing context (for async), which replaces wc_*RestorePos.
* Fixes for building with TI hashing (including: SHA224, missing new API’s and building with dummy build for non hw testing). Note: We need to add build test for this `./configure CFLAGS="-DWOLFSSL_TI_HASH -DTI_DUMMY_BUILD”`.
* Added arg checks on wc_*GetHash and wc_*Copy.
* Cleanup of the BuildMD5, BuildSHA, BuildMD5_CertVerify and BuildSHA_CertVerify functions.
* Added new ./configure --enable-asyncthreads, to allow enable/disable of the async threading support. If --enable-asynccrypt set this will be enabled by default if pthread is supported. Allows multi-threaded benchmarks with async simulator.
* Added checks for all hashing to verify valid ->buffLen.
* Fix for SHA512 scan-build warning about un-initialized “W_X”.
* Fix for valgrind un-initialized use of buffer in AllocDer (der->buffer) and BuildTlsFinished handshake_hash.
* Refactor of the benchmarking to use common function for start, check and finish of the stats.
* Fixed issue with ECC cache loading in multi-threading.
* Fix bug with AESNI not aligned code that assumes XMALLOC is 16-byte aligned.
* Added new WC_ASYNC_NO_… options to allow disabling of individual async algorithms. New defines are: WC_ASYNC_NO_CRYPT, WC_ASYNC_NO_PKI and WC_ASYNC_NO_HASH. Additionally each algorithm has a WC_ASYNC_NO_[ALGO] define.
* Added “wolfSSL_GetAllocators” API and fixed the wolfCrypt memcb_test so it restores callback pointers after test is complete (fixes issue with using custom allocators and test breaking it).
2017-04-07 15:46:32 -07:00
|
|
|
if BUILD_INTEL_QA
|
2022-12-15 10:37:10 -07:00
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/intel/quickassist.c
|
|
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/intel/quickassist_mem.c
|
2019-10-02 10:08:46 -07:00
|
|
|
endif
|
Intel QuickAssist (QAT) support and async enhancements/fixes:
* Adds ./configure "--with-intelqa=../QAT1.6”, port files, memory management and README.md (see wolfcrypt/src/port/intel/).
* Added Intel QAT support for RSA public/private (CRT/non-CRT), AES CBC/GCM, ECDH/ECDSA, DH, DES3, SHA, SHA224, SHA256, SHA384, SHA512, MD5 and HMAC.
* wolfSSL async enabled all client and server: PKI, Encrypt/Decrypt, Hashing/HMAC and Certificate Sign/Verify.
* wolfSSL async support in functions: Encrypt, Decrypt, VerifyMAC, BuildMessage, ConfirmSignature, DoCertificate, ParseCertRelative, and MakeSignature.
* wolfCrypt test and benchmark async support added for all HW acceleration.
* wolfCrypt benchmark multi-threading support.
* Added QuickAssist memory overrides for XMALLOC, XFREE and XREALLOC. XREALLOC determines if existing pointer needs reallocated for NUMA.
* Refactor to make sure “heap” is available for async dev init.
* Added async support for all examples for connect, accept, read and write.
* Added new WC_BIGINT (in wolfmath.c) for async hardware support.
* Added async simulator tests for DES3 CBC, AES CBC/GCM.
* Added QAT standalone build for unit testing.
* Added int return code to SHA and MD5 functions.
* Refactor of the async stack variable handling, so async operations have generic args buffer area and cleanup function pointer.
* Combined duplicate code for async push/pop handling.
* Refactor internal.c to add AllocKey / FreeKey.
* Refactor of hash init/free in TLS to use InitHashes and FreeHashes.
* Refactor of the async event->context to use WOLF_EVENT_TYPE_ASYNC_WOLFSSL for WOLFSSL* and WOLF_EVENT_TYPE_ASYNC_WOLFCRYPT for WC_ASYNC_DEV*.
* Suppress error message for WC_PENDING_E.
* Implemented "wolfSSL_EVP_MD_CTX_init" to do memset.
* Cleanup of the openssl compat CTX sizes when async is enabled.
* Cleanup of AES, DES3, DH, SHA, MD5, DES3, DH, HMAC, MD5 for consistency and readability.
* Cleanup of the OPAQUE_LEN.
* Cleanup to use ENCRYPT_LEN instead of sizeof(ssl->arrays.preMasterSecret).
* Changed ssl->arrays.preMasterSecret to use XMALLOC (accelerates HW operations)
* Reduce verbosity with debug enabled for "GetMyVersion", "wolfSSL Using RSA OAEP padding" and "wolfSSL Using RSA PKCSV15 padding".
* Updated RSA un-padding error message so its different than one above it for better debugging.
* Added QAT async enables for each algorithm.
* Refactor of the async init to use _ex.
* Added WC_ASYNC_THRESH_NONE to allow bypass of the async thresholds for testing.
* Reformatted the benchmark results:
PKI: "RSA 2048 private HW 18522 ops took 1.003 sec, avg 0.054 ms, 18467.763 ops/sec"
Crypto/Hashing: SHA-256 SW 350 megs took 1.009 seconds, 346.946 MB/s Cycles per byte = 9.87
* Added min execution time for all benchmarks.
* Moved wc_*GetHash and wc_*RestorePos to appropriate files so use of isCopy flag is local.
* Fix for ECC sign status sometimes being invalid due to uninitialized ECC digest in benchmark.
* Added new DECLARE_VAR/FREE_VAR and DECLARE_ARRAY/FREE_ARRAY macros for helping setup test/benchmark variables to accelerate async.
* Added NO_SW_BENCH option to only run HW bench.
* Added support for PRNG to use hardware SHA256 if _wc devId provided.
* Fix to prevent curve tests from running against wrong curve sizes. Changed wc_ecc_set_curve to match on exact size.
* Added the wc_*GetHash calls to the wolfCrypt tests.
* Added async hardware start/stop to wolfSSL init/cleanup.
* Refactor to add wc_*Copy for hashing context (for async), which replaces wc_*RestorePos.
* Fixes for building with TI hashing (including: SHA224, missing new API’s and building with dummy build for non hw testing). Note: We need to add build test for this `./configure CFLAGS="-DWOLFSSL_TI_HASH -DTI_DUMMY_BUILD”`.
* Added arg checks on wc_*GetHash and wc_*Copy.
* Cleanup of the BuildMD5, BuildSHA, BuildMD5_CertVerify and BuildSHA_CertVerify functions.
* Added new ./configure --enable-asyncthreads, to allow enable/disable of the async threading support. If --enable-asynccrypt set this will be enabled by default if pthread is supported. Allows multi-threaded benchmarks with async simulator.
* Added checks for all hashing to verify valid ->buffLen.
* Fix for SHA512 scan-build warning about un-initialized “W_X”.
* Fix for valgrind un-initialized use of buffer in AllocDer (der->buffer) and BuildTlsFinished handshake_hash.
* Refactor of the benchmarking to use common function for start, check and finish of the stats.
* Fixed issue with ECC cache loading in multi-threading.
* Fix bug with AESNI not aligned code that assumes XMALLOC is 16-byte aligned.
* Added new WC_ASYNC_NO_… options to allow disabling of individual async algorithms. New defines are: WC_ASYNC_NO_CRYPT, WC_ASYNC_NO_PKI and WC_ASYNC_NO_HASH. Additionally each algorithm has a WC_ASYNC_NO_[ALGO] define.
* Added “wolfSSL_GetAllocators” API and fixed the wolfCrypt memcb_test so it restores callback pointers after test is complete (fixes issue with using custom allocators and test breaking it).
2017-04-07 15:46:32 -07:00
|
|
|
EXTRA_DIST += wolfcrypt/src/port/intel/README.md
|
2019-10-02 10:08:46 -07:00
|
|
|
|
|
|
|
|
if BUILD_INTEL_QA_SYNC
|
2022-12-15 10:37:10 -07:00
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/intel/quickassist_sync.c
|
Intel QuickAssist (QAT) support and async enhancements/fixes:
* Adds ./configure "--with-intelqa=../QAT1.6”, port files, memory management and README.md (see wolfcrypt/src/port/intel/).
* Added Intel QAT support for RSA public/private (CRT/non-CRT), AES CBC/GCM, ECDH/ECDSA, DH, DES3, SHA, SHA224, SHA256, SHA384, SHA512, MD5 and HMAC.
* wolfSSL async enabled all client and server: PKI, Encrypt/Decrypt, Hashing/HMAC and Certificate Sign/Verify.
* wolfSSL async support in functions: Encrypt, Decrypt, VerifyMAC, BuildMessage, ConfirmSignature, DoCertificate, ParseCertRelative, and MakeSignature.
* wolfCrypt test and benchmark async support added for all HW acceleration.
* wolfCrypt benchmark multi-threading support.
* Added QuickAssist memory overrides for XMALLOC, XFREE and XREALLOC. XREALLOC determines if existing pointer needs reallocated for NUMA.
* Refactor to make sure “heap” is available for async dev init.
* Added async support for all examples for connect, accept, read and write.
* Added new WC_BIGINT (in wolfmath.c) for async hardware support.
* Added async simulator tests for DES3 CBC, AES CBC/GCM.
* Added QAT standalone build for unit testing.
* Added int return code to SHA and MD5 functions.
* Refactor of the async stack variable handling, so async operations have generic args buffer area and cleanup function pointer.
* Combined duplicate code for async push/pop handling.
* Refactor internal.c to add AllocKey / FreeKey.
* Refactor of hash init/free in TLS to use InitHashes and FreeHashes.
* Refactor of the async event->context to use WOLF_EVENT_TYPE_ASYNC_WOLFSSL for WOLFSSL* and WOLF_EVENT_TYPE_ASYNC_WOLFCRYPT for WC_ASYNC_DEV*.
* Suppress error message for WC_PENDING_E.
* Implemented "wolfSSL_EVP_MD_CTX_init" to do memset.
* Cleanup of the openssl compat CTX sizes when async is enabled.
* Cleanup of AES, DES3, DH, SHA, MD5, DES3, DH, HMAC, MD5 for consistency and readability.
* Cleanup of the OPAQUE_LEN.
* Cleanup to use ENCRYPT_LEN instead of sizeof(ssl->arrays.preMasterSecret).
* Changed ssl->arrays.preMasterSecret to use XMALLOC (accelerates HW operations)
* Reduce verbosity with debug enabled for "GetMyVersion", "wolfSSL Using RSA OAEP padding" and "wolfSSL Using RSA PKCSV15 padding".
* Updated RSA un-padding error message so its different than one above it for better debugging.
* Added QAT async enables for each algorithm.
* Refactor of the async init to use _ex.
* Added WC_ASYNC_THRESH_NONE to allow bypass of the async thresholds for testing.
* Reformatted the benchmark results:
PKI: "RSA 2048 private HW 18522 ops took 1.003 sec, avg 0.054 ms, 18467.763 ops/sec"
Crypto/Hashing: SHA-256 SW 350 megs took 1.009 seconds, 346.946 MB/s Cycles per byte = 9.87
* Added min execution time for all benchmarks.
* Moved wc_*GetHash and wc_*RestorePos to appropriate files so use of isCopy flag is local.
* Fix for ECC sign status sometimes being invalid due to uninitialized ECC digest in benchmark.
* Added new DECLARE_VAR/FREE_VAR and DECLARE_ARRAY/FREE_ARRAY macros for helping setup test/benchmark variables to accelerate async.
* Added NO_SW_BENCH option to only run HW bench.
* Added support for PRNG to use hardware SHA256 if _wc devId provided.
* Fix to prevent curve tests from running against wrong curve sizes. Changed wc_ecc_set_curve to match on exact size.
* Added the wc_*GetHash calls to the wolfCrypt tests.
* Added async hardware start/stop to wolfSSL init/cleanup.
* Refactor to add wc_*Copy for hashing context (for async), which replaces wc_*RestorePos.
* Fixes for building with TI hashing (including: SHA224, missing new API’s and building with dummy build for non hw testing). Note: We need to add build test for this `./configure CFLAGS="-DWOLFSSL_TI_HASH -DTI_DUMMY_BUILD”`.
* Added arg checks on wc_*GetHash and wc_*Copy.
* Cleanup of the BuildMD5, BuildSHA, BuildMD5_CertVerify and BuildSHA_CertVerify functions.
* Added new ./configure --enable-asyncthreads, to allow enable/disable of the async threading support. If --enable-asynccrypt set this will be enabled by default if pthread is supported. Allows multi-threaded benchmarks with async simulator.
* Added checks for all hashing to verify valid ->buffLen.
* Fix for SHA512 scan-build warning about un-initialized “W_X”.
* Fix for valgrind un-initialized use of buffer in AllocDer (der->buffer) and BuildTlsFinished handshake_hash.
* Refactor of the benchmarking to use common function for start, check and finish of the stats.
* Fixed issue with ECC cache loading in multi-threading.
* Fix bug with AESNI not aligned code that assumes XMALLOC is 16-byte aligned.
* Added new WC_ASYNC_NO_… options to allow disabling of individual async algorithms. New defines are: WC_ASYNC_NO_CRYPT, WC_ASYNC_NO_PKI and WC_ASYNC_NO_HASH. Additionally each algorithm has a WC_ASYNC_NO_[ALGO] define.
* Added “wolfSSL_GetAllocators” API and fixed the wolfCrypt memcb_test so it restores callback pointers after test is complete (fixes issue with using custom allocators and test breaking it).
2017-04-07 15:46:32 -07:00
|
|
|
endif
|
2018-09-11 15:46:46 -07:00
|
|
|
|
|
|
|
|
if BUILD_CRYPTOAUTHLIB
|
2022-12-15 10:37:10 -07:00
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/atmel/atmel.c
|
2018-09-11 15:46:46 -07:00
|
|
|
endif
|
2020-08-07 14:40:44 -06:00
|
|
|
|
2021-07-26 19:38:46 +02:00
|
|
|
if BUILD_IOTSAFE
|
2022-12-15 10:37:10 -07:00
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/iotsafe/iotsafe.c
|
2021-07-26 19:38:46 +02:00
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
2020-08-07 14:40:44 -06:00
|
|
|
if BUILD_CAAM
|
2022-12-15 10:37:10 -07:00
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/caam/wolfcaam_init.c
|
|
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/caam/wolfcaam_qnx.c
|
|
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/caam/wolfcaam_seco.c
|
|
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/caam/wolfcaam_x25519.c
|
|
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/caam/wolfcaam_ecdsa.c
|
|
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/caam/wolfcaam_cmac.c
|
|
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/caam/wolfcaam_aes.c
|
|
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/caam/wolfcaam_hash.c
|
|
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/caam/wolfcaam_rsa.c
|
|
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/caam/wolfcaam_hmac.c
|
2020-08-07 14:40:44 -06:00
|
|
|
endif
|
2021-08-20 15:45:10 -07:00
|
|
|
|
|
|
|
|
if BUILD_SE050
|
2022-12-15 10:37:10 -07:00
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/nxp/se050_port.c
|
2021-08-20 15:45:10 -07:00
|
|
|
endif
|
2021-12-21 13:24:27 +01:00
|
|
|
|
|
|
|
|
if BUILD_PSA
|
2022-12-15 10:37:10 -07:00
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/psa/psa.c
|
|
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/psa/psa_hash.c
|
|
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/psa/psa_aes.c
|
|
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/psa/psa_pkcbs.c
|
2021-12-21 13:24:27 +01:00
|
|
|
endif
|
2022-01-10 14:37:29 +01:00
|
|
|
EXTRA_DIST += wolfcrypt/src/port/psa/README.md
|
2022-09-21 03:21:33 -04:00
|
|
|
|
|
|
|
|
if BUILD_MAXQ10XX
|
2022-12-15 10:37:10 -07:00
|
|
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/port/maxim/maxq10xx.c
|
2022-09-21 03:21:33 -04:00
|
|
|
endif
|
|
|
|
|
EXTRA_DIST += wolfcrypt/src/port/maxim/README.md
|
2019-10-03 00:40:34 +07:00
|
|
|
|
|
|
|
|
include wolfcrypt/src/port/autosar/include.am
|
|
|
|
|
|