Daniel Pouzzner f6f8d2eda3 add WC_DO_NOTHING macro to wolfssl/wolfcrypt/types.h, with default expansion "do {} while (0)", and globally refactor to use the macro where appropriate, annotating intended-null macros-with-args with "/* null expansion */"; 11 months ago
..
port f6f8d2eda3 add WC_DO_NOTHING macro to wolfssl/wolfcrypt/types.h, with default expansion "do {} while (0)", and globally refactor to use the macro where appropriate, annotating intended-null macros-with-args with "/* null expansion */"; 11 months ago
aes.c f6f8d2eda3 add WC_DO_NOTHING macro to wolfssl/wolfcrypt/types.h, with default expansion "do {} while (0)", and globally refactor to use the macro where appropriate, annotating intended-null macros-with-args with "/* null expansion */"; 11 months ago
aes_asm.S 9dcc48c8f7 update copyright to 2023 1 year ago
aes_asm.asm 9dcc48c8f7 update copyright to 2023 1 year ago
aes_gcm_asm.S 397537e691 AES-GCM: MSVC use generated assembly instead of inline 1 year ago
aes_gcm_asm.asm 397537e691 AES-GCM: MSVC use generated assembly instead of inline 1 year ago
aes_gcm_x86_asm.S 9dcc48c8f7 update copyright to 2023 1 year ago
arc4.c 9dcc48c8f7 update copyright to 2023 1 year ago
asm.c f6f8d2eda3 add WC_DO_NOTHING macro to wolfssl/wolfcrypt/types.h, with default expansion "do {} while (0)", and globally refactor to use the macro where appropriate, annotating intended-null macros-with-args with "/* null expansion */"; 11 months ago
asn.c f6f8d2eda3 add WC_DO_NOTHING macro to wolfssl/wolfcrypt/types.h, with default expansion "do {} while (0)", and globally refactor to use the macro where appropriate, annotating intended-null macros-with-args with "/* null expansion */"; 11 months ago
blake2b.c 03a6eed037 wolfcrypt/src/{aes.c,blake2b.c,siphash.c}: fix W64LIT() arguments to not have improper 'U' suffix; 1 year ago
blake2s.c f396989d20 more -Wconversion fixes, now covering everything inside the 140-3 boundary with default build options, everything in wolfcrypt with default build options, all modes of AES, builds with/without intelasm, all permutations of c89/c99 32/64 bit, and much of the crypto-all-cryptonly boundary; 1 year ago
camellia.c 2c9609039d Type conversion fixes: make explicit 11 months ago
chacha.c 8f610bb156 fix for retval overwrite (warned by clang-analyzer-deadcode.DeadStores) in sha.c:wc_ShaFinal(); 1 year ago
chacha20_poly1305.c 131b7c2bcf wolfcrypt/src/chacha20_poly1305.c: refactor ssize_t uses in wc_XChaCha20Poly1305_crypt_oneshot() as long int, for portability. 1 year ago
chacha_asm.S 9dcc48c8f7 update copyright to 2023 1 year ago
cmac.c bab35c4de2 add WOLF_CRYPTO_CB_FIND macro to guard find device ID callback 1 year ago
coding.c f2c97d5d35 fixes for various wolfcrypt -Wconversions visible only on compilers that promote byte and word16 to signed int, then warn of a sign conflict when an intrinsically safe result is assigned back to the original type. 1 year ago
compress.c 578f56e60c Test api.c: change more tests to use Expect instead of Assert 11 months ago
cpuid.c 59a7c0d7e4 move definitions of XASM_LINK() from wolfcrypt/src/aes.c, wolfcrypt/src/asm.c, and wolfcrypt/src/cpuid.c, to wolfssl/wolfcrypt/types.h, and use __asm__() instead of asm() if __GNUC__, for compatibility with -std=c99. 1 year ago
cryptocb.c 266307da6c Add in ARIA wrappers 11 months ago
curve25519.c f396989d20 more -Wconversion fixes, now covering everything inside the 140-3 boundary with default build options, everything in wolfcrypt with default build options, all modes of AES, builds with/without intelasm, all permutations of c89/c99 32/64 bit, and much of the crypto-all-cryptonly boundary; 1 year ago
curve448.c f396989d20 more -Wconversion fixes, now covering everything inside the 140-3 boundary with default build options, everything in wolfcrypt with default build options, all modes of AES, builds with/without intelasm, all permutations of c89/c99 32/64 bit, and much of the crypto-all-cryptonly boundary; 1 year ago
des3.c ed01b14356 cppcheck: fixes from scan 1 year ago
dh.c f6f8d2eda3 add WC_DO_NOTHING macro to wolfssl/wolfcrypt/types.h, with default expansion "do {} while (0)", and globally refactor to use the macro where appropriate, annotating intended-null macros-with-args with "/* null expansion */"; 11 months ago
dilithium.c 9dcc48c8f7 update copyright to 2023 1 year ago
dsa.c b62e0b7ceb Fix type conversion warnings by gcc 1 year ago
ecc.c f6f8d2eda3 add WC_DO_NOTHING macro to wolfssl/wolfcrypt/types.h, with default expansion "do {} while (0)", and globally refactor to use the macro where appropriate, annotating intended-null macros-with-args with "/* null expansion */"; 11 months ago
ecc_fp.c 5d377b7bc5 for make dist and also aes compatibility 9 years ago
eccsi.c b62e0b7ceb Fix type conversion warnings by gcc 1 year ago
ed25519.c 98b718f91b wolfcrypt polish: init, checks, corrections (#6249) 1 year ago
ed448.c 9dcc48c8f7 update copyright to 2023 1 year ago
error.c e2424e6744 SM2/SM3/SM4: Chinese cipher support 11 months ago
evp.c f6f8d2eda3 add WC_DO_NOTHING macro to wolfssl/wolfcrypt/types.h, with default expansion "do {} while (0)", and globally refactor to use the macro where appropriate, annotating intended-null macros-with-args with "/* null expansion */"; 11 months ago
ext_kyber.c 49ae7d4845 Make old compilers happy. 1 year ago
falcon.c 9dcc48c8f7 update copyright to 2023 1 year ago
fe_448.c 2c9609039d Type conversion fixes: make explicit 11 months ago
fe_low_mem.c 9dcc48c8f7 update copyright to 2023 1 year ago
fe_operations.c ed01b14356 cppcheck: fixes from scan 1 year ago
fe_x25519_128.i b62e0b7ceb Fix type conversion warnings by gcc 1 year ago
fe_x25519_asm.S 9dcc48c8f7 update copyright to 2023 1 year ago
fp_mont_small.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_mul_comba_12.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_mul_comba_17.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_mul_comba_20.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_mul_comba_24.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_mul_comba_28.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_mul_comba_3.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_mul_comba_32.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_mul_comba_4.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_mul_comba_48.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_mul_comba_6.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_mul_comba_64.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_mul_comba_7.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_mul_comba_8.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_mul_comba_9.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_mul_comba_small_set.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_sqr_comba_12.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_sqr_comba_17.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_sqr_comba_20.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_sqr_comba_24.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_sqr_comba_28.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_sqr_comba_3.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_sqr_comba_32.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_sqr_comba_4.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_sqr_comba_48.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_sqr_comba_6.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_sqr_comba_64.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_sqr_comba_7.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_sqr_comba_8.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_sqr_comba_9.i 9dcc48c8f7 update copyright to 2023 1 year ago
fp_sqr_comba_small_set.i 9dcc48c8f7 update copyright to 2023 1 year ago
ge_448.c 2c9609039d Type conversion fixes: make explicit 11 months ago
ge_low_mem.c ed01b14356 cppcheck: fixes from scan 1 year ago
ge_operations.c 2c9609039d Type conversion fixes: make explicit 11 months ago
hash.c 1912f1bc2a fixes for clang-analyzer-core.NullDereference, clang-analyzer-core.NonNullParamChecker, clang-analyzer-deadcode.DeadStores, readability-redundant-preprocessor, clang-diagnostic-unreachable-code-break, -Werror=sign-conversion, bugprone-macro-parentheses, "Call to 'malloc' has an allocation size of 0 bytes", clang-diagnostic-declaration-after-statement re tests/unit.h:ExpectPtr() pragmas. 11 months ago
hmac.c e2424e6744 SM2/SM3/SM4: Chinese cipher support 11 months ago
hpke.c 2c9609039d Type conversion fixes: make explicit 11 months ago
include.am 266307da6c Add in ARIA wrappers 11 months ago
integer.c b18bc86ef8 Heap Math exptmod: fixes for valid modulus checks 11 months ago
kdf.c e2424e6744 SM2/SM3/SM4: Chinese cipher support 11 months ago
logging.c 2c9609039d Type conversion fixes: make explicit 11 months ago
md2.c 2c9609039d Type conversion fixes: make explicit 11 months ago
md4.c 9dcc48c8f7 update copyright to 2023 1 year ago
md5.c dc8f348bdf smaller sized build with curl 1 year ago
memory.c 578f56e60c Test api.c: change more tests to use Expect instead of Assert 11 months ago
misc.c e2424e6744 SM2/SM3/SM4: Chinese cipher support 11 months ago
pkcs12.c 5be883a995 ASN: fix so that NO_CERTS configurations work 11 months ago
pkcs7.c 7866a40d06 resolve kari decode without recipient certificate 11 months ago
poly1305.c 4b9302cdb3 another batch of -Wconversion fixes. 1 year ago
poly1305_asm.S 51ffe9691f Spelling fixes in script generated files 11 months ago
pwdbased.c 2c9609039d Type conversion fixes: make explicit 11 months ago
random.c 4862b57415 Simplify Windows `Entropy_TimeHiRes`, which just needs a precision timer to differentiate, not specific time. 11 months ago
rc2.c 9dcc48c8f7 update copyright to 2023 1 year ago
ripemd.c 98b718f91b wolfcrypt polish: init, checks, corrections (#6249) 1 year ago
rsa.c e2424e6744 SM2/SM3/SM4: Chinese cipher support 11 months ago
sakke.c ed01b14356 cppcheck: fixes from scan 1 year ago
sha.c 57546405c0 refactor WROOM32 ESP32 11 months ago
sha256.c 8f36f78e6c Merge pull request #6400 from bandi13/ARIA-cipher 11 months ago
sha256_asm.S 9dcc48c8f7 update copyright to 2023 1 year ago
sha3.c 4b9302cdb3 another batch of -Wconversion fixes. 1 year ago
sha3_asm.S 9dcc48c8f7 update copyright to 2023 1 year ago
sha512.c 8f36f78e6c Merge pull request #6400 from bandi13/ARIA-cipher 11 months ago
sha512_asm.S 9dcc48c8f7 update copyright to 2023 1 year ago
signature.c 9ca53ac7f7 Fix for `wc_SignatureGenerate_ex` calling verify twice. 11 months ago
siphash.c 03a6eed037 wolfcrypt/src/{aes.c,blake2b.c,siphash.c}: fix W64LIT() arguments to not have improper 'U' suffix; 1 year ago
sm2.c e2424e6744 SM2/SM3/SM4: Chinese cipher support 11 months ago
sm3.c e2424e6744 SM2/SM3/SM4: Chinese cipher support 11 months ago
sm3_asm.S e2424e6744 SM2/SM3/SM4: Chinese cipher support 11 months ago
sm4.c e2424e6744 SM2/SM3/SM4: Chinese cipher support 11 months ago
sp_arm32.c 51ffe9691f Spelling fixes in script generated files 11 months ago
sp_arm64.c 51ffe9691f Spelling fixes in script generated files 11 months ago
sp_armthumb.c 51ffe9691f Spelling fixes in script generated files 11 months ago
sp_c32.c 51ffe9691f Spelling fixes in script generated files 11 months ago
sp_c64.c 51ffe9691f Spelling fixes in script generated files 11 months ago
sp_cortexm.c 51ffe9691f Spelling fixes in script generated files 11 months ago
sp_dsp32.c 9dcc48c8f7 update copyright to 2023 1 year ago
sp_int.c f6f8d2eda3 add WC_DO_NOTHING macro to wolfssl/wolfcrypt/types.h, with default expansion "do {} while (0)", and globally refactor to use the macro where appropriate, annotating intended-null macros-with-args with "/* null expansion */"; 11 months ago
sp_x86_64.c 51ffe9691f Spelling fixes in script generated files 11 months ago
sp_x86_64_asm.S 51ffe9691f Spelling fixes in script generated files 11 months ago
sp_x86_64_asm.asm 51ffe9691f Spelling fixes in script generated files 11 months ago
sphincs.c 7c14ea67ae Rename sphincs algs to follow upstream 11 months ago
srp.c f396989d20 more -Wconversion fixes, now covering everything inside the 140-3 boundary with default build options, everything in wolfcrypt with default build options, all modes of AES, builds with/without intelasm, all permutations of c89/c99 32/64 bit, and much of the crypto-all-cryptonly boundary; 1 year ago
tfm.c 57546405c0 refactor WROOM32 ESP32 11 months ago
wc_dsp.c 9dcc48c8f7 update copyright to 2023 1 year ago
wc_encrypt.c a4aef0e55d refinements from peer review for #6303. 1 year ago
wc_kyber.c 9dcc48c8f7 update copyright to 2023 1 year ago
wc_kyber_asm.S 9dcc48c8f7 update copyright to 2023 1 year ago
wc_kyber_poly.c 9dcc48c8f7 update copyright to 2023 1 year ago
wc_pkcs11.c f6f8d2eda3 add WC_DO_NOTHING macro to wolfssl/wolfcrypt/types.h, with default expansion "do {} while (0)", and globally refactor to use the macro where appropriate, annotating intended-null macros-with-args with "/* null expansion */"; 11 months ago
wc_port.c 8f36f78e6c Merge pull request #6400 from bandi13/ARIA-cipher 11 months ago
wolfevent.c 9dcc48c8f7 update copyright to 2023 1 year ago
wolfmath.c ed11669f3c more fixes for implicit casts, including asn=template. 1 year ago