2014-12-29 20:27:03 +03:00
|
|
|
ctaocrypt/src/src/
|
2012-09-20 10:38:41 +04:00
|
|
|
*.swp
|
2011-02-09 22:40:03 +03:00
|
|
|
*.lo
|
2011-02-09 22:41:42 +03:00
|
|
|
*.la
|
2011-02-09 22:40:03 +03:00
|
|
|
*.o
|
2014-10-02 21:18:11 +04:00
|
|
|
*.patch
|
2011-02-09 22:41:42 +03:00
|
|
|
*.deps
|
2020-08-13 22:42:01 +03:00
|
|
|
*.d
|
2011-02-09 22:41:42 +03:00
|
|
|
*.libs
|
|
|
|
*.cache
|
2011-04-27 04:45:41 +04:00
|
|
|
.dirstamp
|
2011-06-04 00:01:45 +04:00
|
|
|
*.user
|
2024-10-22 00:05:51 +03:00
|
|
|
!*-VS2022.vcxproj.user
|
2023-09-11 19:05:11 +03:00
|
|
|
configure
|
2017-07-11 00:21:19 +03:00
|
|
|
config.*
|
2020-10-21 21:41:02 +03:00
|
|
|
!cmake/config.in
|
2011-06-04 00:01:45 +04:00
|
|
|
*Debug/
|
2011-09-24 03:13:02 +04:00
|
|
|
*Release/
|
|
|
|
*.ncb
|
|
|
|
*.suo
|
2015-03-23 09:21:34 +03:00
|
|
|
*.sdf
|
|
|
|
*.opensdf
|
2015-11-20 00:36:21 +03:00
|
|
|
*.cmd
|
2015-03-23 09:21:34 +03:00
|
|
|
ipch/
|
2012-10-19 22:44:16 +04:00
|
|
|
build-aux/
|
2012-10-22 22:37:46 +04:00
|
|
|
rpm/spec
|
2016-09-23 21:40:07 +03:00
|
|
|
*.rpm
|
2011-08-25 02:54:58 +04:00
|
|
|
stamp-h
|
2013-04-12 22:21:38 +04:00
|
|
|
cyassl/options.h
|
2015-01-06 20:36:35 +03:00
|
|
|
wolfssl/options.h
|
2021-09-14 05:26:50 +03:00
|
|
|
.build_params
|
2011-04-27 02:41:16 +04:00
|
|
|
libtool.m4
|
2011-04-27 02:54:56 +04:00
|
|
|
aclocal.m4
|
2012-10-27 02:38:37 +04:00
|
|
|
aminclude.am
|
2011-04-27 02:41:16 +04:00
|
|
|
lt*.m4
|
2011-02-09 22:40:03 +03:00
|
|
|
Makefile.in
|
|
|
|
Makefile
|
2011-02-09 22:41:42 +03:00
|
|
|
depcomp
|
|
|
|
missing
|
|
|
|
libtool
|
2011-02-28 23:21:06 +03:00
|
|
|
tags
|
2012-04-27 03:27:27 +04:00
|
|
|
.tags*
|
2012-10-26 21:36:20 +04:00
|
|
|
cyassl-config
|
2015-01-01 00:06:01 +03:00
|
|
|
wolfssl-config
|
2012-04-27 03:27:27 +04:00
|
|
|
cyassl.sublime*
|
2017-12-01 22:45:16 +03:00
|
|
|
fips.h
|
2014-03-19 20:43:57 +04:00
|
|
|
fips.c
|
2014-03-22 01:49:49 +04:00
|
|
|
fips_test.c
|
2014-11-19 23:00:04 +03:00
|
|
|
fips
|
2018-03-07 21:55:29 +03:00
|
|
|
wolfcrypt_first.c
|
|
|
|
wolfcrypt_last.c
|
2018-02-23 02:17:08 +03:00
|
|
|
selftest.c
|
2018-07-07 02:02:37 +03:00
|
|
|
fipsv2.c
|
2016-03-04 21:05:22 +03:00
|
|
|
src/async.c
|
|
|
|
wolfssl/async.h
|
2016-08-15 22:59:41 +03:00
|
|
|
wolfcrypt/src/async.c
|
|
|
|
wolfssl/wolfcrypt/async.h
|
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-08 01:46:32 +03:00
|
|
|
wolfcrypt/src/port/intel/quickassist.c
|
|
|
|
wolfcrypt/src/port/intel/quickassist_mem.c
|
|
|
|
wolfcrypt/src/port/cavium/cavium_nitrox.c
|
|
|
|
wolfssl/wolfcrypt/port/intel/quickassist.h
|
|
|
|
wolfssl/wolfcrypt/port/intel/quickassist_mem.h
|
|
|
|
wolfssl/wolfcrypt/port/cavium/cavium_nitrox.h
|
2011-05-26 20:55:59 +04:00
|
|
|
ctaocrypt/benchmark/benchmark
|
2011-08-25 02:54:58 +04:00
|
|
|
ctaocrypt/test/testctaocrypt
|
2014-12-29 20:27:03 +03:00
|
|
|
wolfcrypt/benchmark/benchmark
|
|
|
|
wolfcrypt/test/testwolfcrypt
|
2023-09-11 19:05:11 +03:00
|
|
|
examples/async/async_client
|
|
|
|
examples/async/async_server
|
2018-02-07 22:13:13 +03:00
|
|
|
examples/benchmark/tls_bench
|
2011-05-26 20:55:59 +04:00
|
|
|
examples/client/client
|
|
|
|
examples/echoclient/echoclient
|
|
|
|
examples/echoserver/echoserver
|
|
|
|
examples/server/server
|
2016-08-19 03:02:54 +03:00
|
|
|
examples/sctp/sctp-server
|
|
|
|
examples/sctp/sctp-server-dtls
|
|
|
|
examples/sctp/sctp-client
|
|
|
|
examples/sctp/sctp-client-dtls
|
2023-04-28 05:10:05 +03:00
|
|
|
examples/asn1/asn1
|
2023-07-03 08:39:27 +03:00
|
|
|
examples/pem/pem
|
2014-11-26 23:13:47 +03:00
|
|
|
server_ready
|
2011-02-09 22:41:42 +03:00
|
|
|
snifftest
|
|
|
|
output
|
2013-03-20 21:14:06 +04:00
|
|
|
mcapi/test
|
2011-05-26 20:55:59 +04:00
|
|
|
testsuite/testsuite
|
2014-03-07 09:34:33 +04:00
|
|
|
testsuite/testsuite.test
|
2024-03-07 02:13:37 +03:00
|
|
|
testsuite/*.der
|
|
|
|
testsuite/*.pem
|
|
|
|
testsuite/*.raw
|
|
|
|
testsuite/*.obj
|
|
|
|
testsuite/*.pdb
|
|
|
|
testsuite/*.idb
|
|
|
|
tests/unit
|
2014-03-07 09:34:33 +04:00
|
|
|
tests/unit.test
|
2016-12-08 19:10:54 +03:00
|
|
|
tests/bio_write_test.txt
|
2020-08-10 05:46:53 +03:00
|
|
|
tests/test-log-dump-to-file.txt
|
2023-07-07 01:54:22 +03:00
|
|
|
tests/cert_cache.tmp
|
2019-07-18 19:35:57 +03:00
|
|
|
test-write-dhparams.pem
|
2011-08-25 04:39:23 +04:00
|
|
|
cert.der
|
|
|
|
cert.pem
|
2013-11-15 03:00:22 +04:00
|
|
|
certecc.der
|
|
|
|
certecc.pem
|
2011-08-25 04:39:23 +04:00
|
|
|
othercert.der
|
|
|
|
othercert.pem
|
2017-10-20 02:17:51 +03:00
|
|
|
certeccrsa.der
|
|
|
|
certeccrsa.pem
|
2014-07-12 02:22:16 +04:00
|
|
|
ntru-cert.der
|
|
|
|
ntru-cert.pem
|
|
|
|
ntru-key.raw
|
2011-09-07 21:12:25 +04:00
|
|
|
key.der
|
|
|
|
key.pem
|
2016-04-01 19:43:45 +03:00
|
|
|
ecc-public-key.der
|
2017-12-12 20:17:00 +03:00
|
|
|
ecc-key-pkcs8.der
|
2014-09-08 22:33:06 +04:00
|
|
|
ecc-key.der
|
|
|
|
ecc-key.pem
|
2014-01-08 22:57:46 +04:00
|
|
|
certreq.der
|
|
|
|
certreq.pem
|
2014-01-21 03:52:41 +04:00
|
|
|
pkcs7cert.der
|
2018-09-22 00:35:41 +03:00
|
|
|
pkcs7authEnvelopedDataAES128GCM.der
|
|
|
|
pkcs7authEnvelopedDataAES128GCM_ECDH_SHA1KDF.der
|
|
|
|
pkcs7authEnvelopedDataAES128GCM_KEKRI.der
|
|
|
|
pkcs7authEnvelopedDataAES128GCM_ORI.der
|
|
|
|
pkcs7authEnvelopedDataAES128GCM_PWRI.der
|
|
|
|
pkcs7authEnvelopedDataAES192GCM.der
|
|
|
|
pkcs7authEnvelopedDataAES256GCM.der
|
|
|
|
pkcs7authEnvelopedDataAES256GCM_ECDH_SHA256KDF.der
|
2018-09-25 01:42:12 +03:00
|
|
|
pkcs7authEnvelopedDataAES256GCM_ECDH_SHA256KDF_authAttribs.der
|
|
|
|
pkcs7authEnvelopedDataAES256GCM_ECDH_SHA256KDF_bothAttribs.der
|
|
|
|
pkcs7authEnvelopedDataAES256GCM_ECDH_SHA256KDF_fw_bothAttribs.der
|
|
|
|
pkcs7authEnvelopedDataAES256GCM_ECDH_SHA256KDF_unauthAttribs.der
|
2018-09-22 00:35:41 +03:00
|
|
|
pkcs7authEnvelopedDataAES256GCM_ECDH_SHA512KDF.der
|
|
|
|
pkcs7authEnvelopedDataAES256GCM_ECDH_SHA512KDF_ukm.der
|
2018-09-22 02:13:33 +03:00
|
|
|
pkcs7authEnvelopedDataAES256GCM_firmwarePkgData.der
|
2018-09-22 00:35:41 +03:00
|
|
|
pkcs7authEnvelopedDataAES256GCM_IANDS.der
|
|
|
|
pkcs7authEnvelopedDataAES256GCM_SKID.der
|
2018-09-15 01:33:51 +03:00
|
|
|
pkcs7compressedData_data_zlib.der
|
|
|
|
pkcs7compressedData_firmwarePkgData_zlib.der
|
|
|
|
pkcs7encryptedDataAES128CBC.der
|
|
|
|
pkcs7encryptedDataAES192CBC.der
|
|
|
|
pkcs7encryptedDataAES256CBC.der
|
|
|
|
pkcs7encryptedDataAES256CBC_attribs.der
|
|
|
|
pkcs7encryptedDataAES256CBC_firmwarePkgData.der
|
|
|
|
pkcs7encryptedDataAES256CBC_multi_attribs.der
|
|
|
|
pkcs7encryptedDataDES.der
|
|
|
|
pkcs7encryptedDataDES3.der
|
2016-10-31 20:36:23 +03:00
|
|
|
pkcs7envelopedDataAES128CBC.der
|
2018-09-15 01:33:51 +03:00
|
|
|
pkcs7envelopedDataAES128CBC_ECDH_SHA1KDF.der
|
2018-09-12 22:23:35 +03:00
|
|
|
pkcs7envelopedDataAES128CBC_KEKRI.der
|
2018-09-15 00:41:48 +03:00
|
|
|
pkcs7envelopedDataAES128CBC_PWRI.der
|
2018-09-18 01:10:56 +03:00
|
|
|
pkcs7envelopedDataAES128CBC_ORI.der
|
2016-10-31 20:36:23 +03:00
|
|
|
pkcs7envelopedDataAES192CBC.der
|
|
|
|
pkcs7envelopedDataAES256CBC.der
|
2018-09-18 19:12:28 +03:00
|
|
|
pkcs7envelopedDataAES256CBC_IANDS.der
|
|
|
|
pkcs7envelopedDataAES256CBC_SKID.der
|
2018-09-15 01:33:51 +03:00
|
|
|
pkcs7envelopedDataAES256CBC_ECDH_SHA256KDF.der
|
|
|
|
pkcs7envelopedDataAES256CBC_ECDH_SHA512KDF.der
|
|
|
|
pkcs7envelopedDataAES256CBC_ECDH_SHA512KDF_ukm.der
|
|
|
|
pkcs7envelopedDataDES3.der
|
2017-04-14 22:33:54 +03:00
|
|
|
pkcs7signedData_ECDSA_SHA224.der
|
2018-09-15 01:33:51 +03:00
|
|
|
pkcs7signedData_ECDSA_SHA256_custom_contentType.der
|
2017-04-14 22:33:54 +03:00
|
|
|
pkcs7signedData_ECDSA_SHA256.der
|
2018-09-15 01:33:51 +03:00
|
|
|
pkcs7signedData_ECDSA_SHA256_firmwarePkgData.der
|
|
|
|
pkcs7signedData_ECDSA_SHA256_SKID.der
|
2017-04-14 22:33:54 +03:00
|
|
|
pkcs7signedData_ECDSA_SHA384.der
|
|
|
|
pkcs7signedData_ECDSA_SHA512.der
|
2018-09-15 01:33:51 +03:00
|
|
|
pkcs7signedData_ECDSA_SHA.der
|
|
|
|
pkcs7signedData_ECDSA_SHA_noattr.der
|
|
|
|
pkcs7signedData_RSA_SHA224.der
|
|
|
|
pkcs7signedData_RSA_SHA256_custom_contentType.der
|
|
|
|
pkcs7signedData_RSA_SHA256.der
|
|
|
|
pkcs7signedData_RSA_SHA256_firmwarePkgData.der
|
|
|
|
pkcs7signedData_RSA_SHA256_SKID.der
|
|
|
|
pkcs7signedData_RSA_SHA256_with_ca_cert.der
|
2018-11-14 23:11:36 +03:00
|
|
|
pkcs7signedData_RSA_SHA256_detachedSig.der
|
2018-09-15 01:33:51 +03:00
|
|
|
pkcs7signedData_RSA_SHA384.der
|
|
|
|
pkcs7signedData_RSA_SHA512.der
|
|
|
|
pkcs7signedData_RSA_SHA.der
|
|
|
|
pkcs7signedData_RSA_SHA_noattr.der
|
2018-10-10 22:46:11 +03:00
|
|
|
pkcs7signedCompressedFirmwarePkgData_ECDSA_SHA256.der
|
|
|
|
pkcs7signedCompressedFirmwarePkgData_ECDSA_SHA256_noattr.der
|
|
|
|
pkcs7signedCompressedFirmwarePkgData_RSA_SHA256.der
|
|
|
|
pkcs7signedCompressedFirmwarePkgData_RSA_SHA256_noattr.der
|
|
|
|
pkcs7signedEncryptedFirmwarePkgData_ECDSA_SHA256.der
|
|
|
|
pkcs7signedEncryptedFirmwarePkgData_ECDSA_SHA256_noattr.der
|
|
|
|
pkcs7signedEncryptedFirmwarePkgData_RSA_SHA256.der
|
|
|
|
pkcs7signedEncryptedFirmwarePkgData_RSA_SHA256_noattr.der
|
|
|
|
pkcs7signedFirmwarePkgData_ECDSA_SHA256.der
|
|
|
|
pkcs7signedFirmwarePkgData_ECDSA_SHA256_SKID.der
|
|
|
|
pkcs7signedFirmwarePkgData_ECDSA_SHA256_noattr.der
|
|
|
|
pkcs7signedFirmwarePkgData_RSA_SHA256.der
|
|
|
|
pkcs7signedFirmwarePkgData_RSA_SHA256_SKID.der
|
|
|
|
pkcs7signedFirmwarePkgData_RSA_SHA256_noattr.der
|
|
|
|
pkcs7signedFirmwarePkgData_RSA_SHA256_with_ca_cert.der
|
2018-10-11 00:10:47 +03:00
|
|
|
pkcs7signedEncryptedCompressedFirmwarePkgData_ECDSA_SHA256.der
|
|
|
|
pkcs7signedEncryptedCompressedFirmwarePkgData_ECDSA_SHA256_noattr.der
|
|
|
|
pkcs7signedEncryptedCompressedFirmwarePkgData_RSA_SHA256.der
|
|
|
|
pkcs7signedEncryptedCompressedFirmwarePkgData_RSA_SHA256_noattr.der
|
2011-02-28 23:21:06 +03:00
|
|
|
diff
|
2011-03-02 00:16:31 +03:00
|
|
|
sslSniffer/sslSnifferTest/tracefile.txt
|
2015-04-18 18:35:47 +03:00
|
|
|
tracefile.txt
|
2011-02-28 23:21:06 +03:00
|
|
|
*.gz
|
|
|
|
*.zip
|
|
|
|
*.bak
|
2011-04-05 04:42:50 +04:00
|
|
|
*.dummy
|
2011-09-26 03:35:54 +04:00
|
|
|
*.xcworkspace
|
|
|
|
xcuserdata
|
2011-04-27 04:45:41 +04:00
|
|
|
compile
|
2011-03-02 22:43:58 +03:00
|
|
|
NTRU_algorithm/
|
2011-09-24 03:13:02 +04:00
|
|
|
NTRU/
|
2011-03-02 22:43:58 +03:00
|
|
|
build-test/
|
2011-03-04 22:13:28 +03:00
|
|
|
build/
|
|
|
|
cyassl.xcodeproj/
|
2011-08-25 02:54:58 +04:00
|
|
|
cyassl*rc*
|
|
|
|
autoscan.log
|
|
|
|
TAGS
|
2011-11-01 04:33:40 +04:00
|
|
|
.DS_Store
|
2013-08-06 22:29:37 +04:00
|
|
|
support/cyassl.pc
|
2017-04-24 13:52:08 +03:00
|
|
|
support/wolfssl.pc
|
2011-08-25 02:54:58 +04:00
|
|
|
cyassl/ctaocrypt/stamp-h1
|
|
|
|
stamp-h1
|
2012-08-08 22:51:13 +04:00
|
|
|
clang_output_*
|
|
|
|
internal.plist
|
2013-02-15 02:13:19 +04:00
|
|
|
cov-int
|
|
|
|
cyassl.tgz
|
2013-03-27 09:00:39 +04:00
|
|
|
*.log
|
|
|
|
*.trs
|
2015-11-02 21:51:01 +03:00
|
|
|
IDE/MDK-ARM/Projects/
|
|
|
|
IDE/MDK-ARM/STM32F2xx_StdPeriph_Lib/inc
|
|
|
|
IDE/MDK-ARM/STM32F2xx_StdPeriph_Lib/src
|
|
|
|
IDE/MDK-ARM/LPC43xx/Drivers/
|
|
|
|
IDE/MDK-ARM/LPC43xx/LPC43xx/
|
2013-08-27 21:16:16 +04:00
|
|
|
*.gcno
|
|
|
|
*.gcda
|
|
|
|
*.gcov
|
2021-06-14 23:40:11 +03:00
|
|
|
*.dgcov
|
2020-08-18 22:17:44 +03:00
|
|
|
!linuxkm/Makefile
|
|
|
|
/Kbuild
|
|
|
|
linuxkm/*.ko
|
2022-01-08 07:39:38 +03:00
|
|
|
linuxkm/*.ko.signed
|
2020-08-18 22:17:44 +03:00
|
|
|
linuxkm/Module.symvers
|
|
|
|
linuxkm/built-in.a
|
|
|
|
linuxkm/modules.order
|
|
|
|
linuxkm/wolfcrypt
|
|
|
|
linuxkm/libwolfssl.mod
|
|
|
|
linuxkm/libwolfssl.mod.c
|
2021-09-30 07:27:12 +03:00
|
|
|
linuxkm/libwolfssl.lds
|
2020-08-28 19:06:06 +03:00
|
|
|
linuxkm/module_exports.c
|
|
|
|
linuxkm/linuxkm/get_thread_size
|
2024-09-18 22:27:53 +03:00
|
|
|
*.nds
|
2014-03-26 02:20:24 +04:00
|
|
|
|
2021-02-05 21:40:31 +03:00
|
|
|
# autotools generated
|
|
|
|
scripts/unit.test
|
|
|
|
wolfcrypt/test/test_paths.h
|
|
|
|
|
2014-03-26 02:20:24 +04:00
|
|
|
# MPLAB Generated Files (OS X)
|
2015-02-20 02:04:42 +03:00
|
|
|
mcapi/wolfcrypt_mcapi.X/nbproject/Makefile-*
|
|
|
|
mcapi/wolfcrypt_mcapi.X/nbproject/Package-default.bash
|
|
|
|
mcapi/wolfcrypt_test.X/nbproject/Makefile-*
|
|
|
|
mcapi/wolfcrypt_test.X/nbproject/Package-default.bash
|
|
|
|
mcapi/wolfssl.X/nbproject/Makefile-*
|
|
|
|
mcapi/wolfssl.X/nbproject/Package-default.bash
|
2014-03-26 02:20:24 +04:00
|
|
|
mcapi/zlib.X/nbproject/Makefile-*
|
|
|
|
mcapi/zlib.X/nbproject/Package-default.bash
|
2015-02-20 02:04:42 +03:00
|
|
|
mplabx/wolfcrypt_benchmark.X/nbproject/Makefile-*
|
|
|
|
mplabx/wolfcrypt_benchmark.X/nbproject/Package-default.bash
|
|
|
|
mplabx/wolfcrypt_test.X/nbproject/Makefile-*
|
|
|
|
mplabx/wolfcrypt_test.X/nbproject/Package-default.bash
|
|
|
|
mplabx/wolfssl.X/nbproject/Makefile-*
|
|
|
|
mplabx/wolfssl.X/nbproject/Package-default.bash
|
2017-08-01 22:42:09 +03:00
|
|
|
mplabx/wolfssl.X/nbproject/private
|
|
|
|
mplabx/wolfcrypt_test.X/nbproject/private
|
|
|
|
mplabx/wolfcrypt_benchmark.X/nbproject/private
|
|
|
|
mplabx/wolfssl.X/dist/default/
|
|
|
|
mplabx/wolfcrypt_test.X/dist/default/
|
|
|
|
mplabx/wolfcrypt_benchmark.X/dist/default/
|
2016-10-29 22:12:26 +03:00
|
|
|
*.dSYM
|
2014-03-26 02:20:24 +04:00
|
|
|
|
2014-08-18 21:55:27 +04:00
|
|
|
# Vagrant folder
|
|
|
|
.vagrant/
|
2014-09-18 02:55:02 +04:00
|
|
|
|
|
|
|
# CodeWarrior Generated Files (Windows)
|
|
|
|
mqx/cyassl/.settings
|
|
|
|
mqx/cyassl_client/.settings
|
|
|
|
mqx/cyassl_client/.cwGeneratedFileSetLog
|
|
|
|
mqx/cyassl_client/SaAnalysispointsManager.apconfig
|
|
|
|
mqx/util_lib/.settings
|
|
|
|
mqx/wolfcrypt_test/.settings
|
|
|
|
mqx/wolfcrypt_test/.cwGeneratedFileSetLog
|
|
|
|
mqx/wolfcrypt_test/SaAnalysispointsManager.apconfig
|
2014-09-19 21:25:08 +04:00
|
|
|
mqx/wolfcrypt_benchmark/.settings
|
|
|
|
mqx/wolfcrypt_benchmark/.cwGeneratedFileSetLog
|
|
|
|
mqx/wolfcrypt_benchmark/SaAnalysispointsManager.apconfig
|
2015-09-28 19:06:30 +03:00
|
|
|
|
2015-11-20 06:51:32 +03:00
|
|
|
# wolfSSL CSharp wrapper
|
|
|
|
wrapper/CSharp/x64/
|
2016-08-16 16:18:20 +03:00
|
|
|
|
|
|
|
# Visual Studio Code Workspace Files
|
2016-12-08 19:10:54 +03:00
|
|
|
*.vscode
|
2017-09-19 00:20:00 +03:00
|
|
|
*.userprefs
|
2018-04-04 01:48:19 +03:00
|
|
|
*.exe
|
|
|
|
*.dll
|
|
|
|
.vs
|
|
|
|
Backup
|
|
|
|
UpgradeLog.htm
|
2018-09-28 21:46:22 +03:00
|
|
|
*.aps
|
|
|
|
*.VC.db
|
2019-07-18 21:39:59 +03:00
|
|
|
*.filters
|
2017-02-25 01:47:28 +03:00
|
|
|
|
2017-03-13 19:48:55 +03:00
|
|
|
IDE/INTIME-RTOS/Debug_*
|
2017-09-19 00:20:00 +03:00
|
|
|
IDE/VS-ARM/.vs
|
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-08 01:46:32 +03:00
|
|
|
|
2017-02-25 01:47:28 +03:00
|
|
|
# Hexiwear
|
|
|
|
IDE/HEXIWEAR/wolfSSL_HW/Debug
|
2017-04-14 21:03:42 +03:00
|
|
|
|
2017-06-13 01:18:12 +03:00
|
|
|
# Linux-SGX
|
|
|
|
IDE/LINUX-SGX/*.a
|
|
|
|
|
2021-08-16 23:05:56 +03:00
|
|
|
IDE/iotsafe/*.map
|
|
|
|
IDE/iotsafe/*.elf
|
|
|
|
IDE/iotsafe/*.bin
|
|
|
|
|
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-08 01:46:32 +03:00
|
|
|
# Binaries
|
|
|
|
wolfcrypt/src/port/intel/qat_test
|
2017-08-01 22:42:09 +03:00
|
|
|
/mplabx/wolfssl.X/dist/default/
|
2017-09-19 00:20:00 +03:00
|
|
|
/mplabx/wolfcrypt_test.X/dist/default/
|
2018-06-09 00:27:54 +03:00
|
|
|
|
|
|
|
# Arduino Generated Files
|
|
|
|
/IDE/ARDUINO/wolfSSL
|
2018-07-27 20:16:14 +03:00
|
|
|
scripts/memtest.txt
|
2024-02-01 19:31:00 +03:00
|
|
|
/IDE/ARDUINO/Arduino_README_prepend.md.tmp
|
|
|
|
/IDE/ARDUINO/library.properties.tmp
|
|
|
|
/IDE/ARDUINO/library.properties.tmp.backup
|
|
|
|
/IDE/ARDUINO/PREPENDED_README.md
|
2018-09-06 22:02:30 +03:00
|
|
|
|
|
|
|
# Doxygen generated files
|
|
|
|
doc/doxygen_warnings
|
|
|
|
doc/html
|
|
|
|
doc/pdf
|
2019-03-12 19:36:12 +03:00
|
|
|
|
|
|
|
# XCODE Index
|
|
|
|
IDE/XCODE/Index
|
2023-07-13 21:02:12 +03:00
|
|
|
IDE/**/xcshareddata
|
|
|
|
IDE/**/DerivedData
|
2019-05-10 15:26:53 +03:00
|
|
|
|
2019-10-15 21:17:51 +03:00
|
|
|
# ARM DS-5 && Eclipse
|
2019-05-10 15:26:53 +03:00
|
|
|
\.settings/
|
|
|
|
\.cproject
|
|
|
|
\.project
|
2019-10-15 21:17:51 +03:00
|
|
|
\.autotools
|
2019-08-19 11:32:22 +03:00
|
|
|
|
|
|
|
# Renesas e2studio
|
|
|
|
/IDE/Renesas/e2studio/Projects/test/src/smc_gen
|
|
|
|
/IDE/Renesas/e2studio/Projects/test/trash
|
|
|
|
/IDE/Renesas/e2studio/Projects/test/*.launch
|
|
|
|
/IDE/Renesas/e2studio/Projects/test/*.scfg
|
2020-08-17 21:50:54 +03:00
|
|
|
|
2021-12-10 13:01:01 +03:00
|
|
|
/IDE/Renesas/e2studio/RX65N/GR-ROSE/.metadata
|
|
|
|
/IDE/Renesas/e2studio/RX65N/GR-ROSE/smc/src
|
|
|
|
/IDE/Renesas/e2studio/RX65N/GR-ROSE/smc/trash
|
|
|
|
/IDE/Renesas/e2studio/RX65N/GR-ROSE/test/src/smc_gen
|
|
|
|
/IDE/Renesas/e2studio/RX65N/GR-ROSE/test/generate
|
|
|
|
|
|
|
|
/IDE/Renesas/e2studio/RX65N/RSK/.metadata
|
|
|
|
/IDE/Renesas/e2studio/RX65N/RSK/smc/src
|
|
|
|
/IDE/Renesas/e2studio/RX65N/RSK/smc/trash
|
|
|
|
/IDE/Renesas/e2studio/RX65N/RSK/test/src/smc_gen
|
|
|
|
/IDE/Renesas/e2studio/RX65N/RSK/test/generate
|
|
|
|
|
|
|
|
/IDE/Renesas/e2studio/RX72N/EnvisionKit/.metadata
|
|
|
|
/IDE/Renesas/e2studio/RX72N/EnvisionKit/smc/src
|
|
|
|
/IDE/Renesas/e2studio/RX72N/EnvisionKit/smc/trash
|
|
|
|
/IDE/Renesas/e2studio/RX72N/EnvisionKit/test/src/smc_gen
|
|
|
|
/IDE/Renesas/e2studio/RX72N/EnvisionKit/test/generate
|
|
|
|
|
2020-08-07 23:40:44 +03:00
|
|
|
# QNX CAAM
|
|
|
|
/IDE/QNX/example-server/server-tls
|
|
|
|
/IDE/QNX/example-client/client-tls
|
|
|
|
/IDE/QNX/example-cmac/cmac-test
|
|
|
|
/IDE/QNX/CAAM-DRIVER/wolfCrypt
|
|
|
|
|
2022-05-20 15:28:39 +03:00
|
|
|
# Xilinx
|
|
|
|
/IDE/XilinxSDK/data
|
|
|
|
|
2020-08-17 21:50:54 +03:00
|
|
|
# Emacs
|
|
|
|
*~
|
2020-10-20 00:07:48 +03:00
|
|
|
|
|
|
|
# CMake
|
|
|
|
CMakeFiles/
|
|
|
|
CMakeCache.txt
|
|
|
|
cmake_install.cmake
|
2021-08-12 15:25:19 +03:00
|
|
|
|
|
|
|
# GDB Settings
|
|
|
|
\.gdbinit
|
|
|
|
|
2023-02-08 22:25:53 +03:00
|
|
|
libFuzzer
|
|
|
|
|
2022-08-08 14:24:00 +03:00
|
|
|
# Pycharm and other IDEs
|
|
|
|
\.idea
|
2022-09-19 12:42:45 +03:00
|
|
|
|
|
|
|
# FIPS
|
|
|
|
XXX-fips-test
|
|
|
|
|
|
|
|
# ASYNC
|
2023-09-08 22:05:22 +03:00
|
|
|
/wolfAsyncCrypt
|
2023-09-29 14:07:21 +03:00
|
|
|
/async
|
2022-09-28 18:16:46 +03:00
|
|
|
|
|
|
|
# Generated user_settings_asm.h.
|
|
|
|
user_settings_asm.h
|
2022-12-06 19:10:14 +03:00
|
|
|
|
2024-03-07 02:13:37 +03:00
|
|
|
# VisualGDB
|
2022-12-06 19:10:14 +03:00
|
|
|
**/.visualgdb
|
|
|
|
|
|
|
|
# Espressif sdk config default should be saved in sdkconfig.defaults
|
|
|
|
# we won't track the actual working sdkconfig files
|
|
|
|
/IDE/Espressif/**/sdkconfig
|
2023-11-22 23:37:15 +03:00
|
|
|
/IDE/Espressif/**/sdkconfig.old
|
2022-12-06 19:10:14 +03:00
|
|
|
|
2024-06-11 19:13:24 +03:00
|
|
|
# ESP8266 RTOS SDK has a slightly different sdkconfig filename to exclude:
|
|
|
|
/IDE/Espressif/**/sdkconfig.debug
|
|
|
|
/IDE/Espressif/**/sdkconfig.release
|
|
|
|
|
|
|
|
# Always include Espressif makefiles (typically only used for ESP8266)
|
|
|
|
!/IDE/Espressif/**/Makefile
|
|
|
|
!/IDE/Espressif/**/component.mk
|
|
|
|
|
2024-01-29 22:50:00 +03:00
|
|
|
# MPLAB
|
|
|
|
/IDE/MPLABX16/wolfssl.X/dist/default/
|
|
|
|
/IDE/MPLABX16/wolfssl.X/.generated_files
|
|
|
|
/IDE/MPLABX16/wolfcrypt_test.X/dist/default/
|
|
|
|
/IDE/MPLABX16/wolfcrypt_test.X/.generated_files
|
|
|
|
|
2022-12-06 19:10:14 +03:00
|
|
|
# auto-created CMake backups
|
2023-02-08 22:25:53 +03:00
|
|
|
**/CMakeLists.txt.old
|
2023-07-06 20:05:39 +03:00
|
|
|
|
|
|
|
# MagicCrypto (ARIA Cipher)
|
|
|
|
MagicCrypto
|
2023-08-09 01:39:55 +03:00
|
|
|
|
2023-09-19 20:57:02 +03:00
|
|
|
# CMake build directory
|
|
|
|
/out
|
|
|
|
/out_temp
|
|
|
|
|
2023-08-09 01:39:55 +03:00
|
|
|
# debian packaging
|
|
|
|
debian/changelog
|
|
|
|
debian/control
|
|
|
|
*.deb
|
2024-04-06 00:23:26 +03:00
|
|
|
|
|
|
|
# Ada/Alire files
|
|
|
|
wrapper/Ada/alire/
|
|
|
|
wrapper/Ada/config/
|
|
|
|
wrapper/Ada/lib/
|
|
|
|
wrapper/Ada/obj/
|
2024-08-10 14:56:14 +03:00
|
|
|
|
2024-05-14 05:12:34 +03:00
|
|
|
# PlatformIO
|
|
|
|
/**/.pio
|
|
|
|
/**/.vscode/.browse.c_cpp.db*
|
|
|
|
/**/.vscode/c_cpp_properties.json
|
|
|
|
/**/.vscode/launch.json
|
|
|
|
/**/.vscode/ipch
|
|
|
|
/**/sdkconfig.esp32dev
|