John Safranek 6462986bf2 OCSP Extension Encoding Fix 2 months ago
..
port a0befd396f SHA256 ARMv8: fix wc_Sha256Transform 2 months ago
aes.c d5142d8553 Merge pull request #7234 from douzzer/20240208-test-config-and-linuxkm-tweaks 3 months ago
aes_asm.S 3ba5dd3e6d MacOS X Intel ASM clang 15: fix asm to compile without warning 2 months ago
aes_asm.asm 347a17f7cf wolfcrypt/src/aes_asm.asm: fix missed _AESNI suffixing. 6 months ago
aes_gcm_asm.S a10260ca5f refactor AESNI implementations and *VECTOR_REGISTERS* macros to allow dynamic as-needed fallback to pure C, via WC_AES_C_DYNAMIC_FALLBACK. 6 months ago
aes_gcm_asm.asm a10260ca5f refactor AESNI implementations and *VECTOR_REGISTERS* macros to allow dynamic as-needed fallback to pure C, via WC_AES_C_DYNAMIC_FALLBACK. 6 months ago
aes_gcm_x86_asm.S 3ba5dd3e6d MacOS X Intel ASM clang 15: fix asm to compile without warning 2 months ago
aes_xts_asm.S a10260ca5f refactor AESNI implementations and *VECTOR_REGISTERS* macros to allow dynamic as-needed fallback to pure C, via WC_AES_C_DYNAMIC_FALLBACK. 6 months 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 */"; 10 months ago
asn.c 6462986bf2 OCSP Extension Encoding Fix 2 months ago
blake2b.c 03a6eed037 wolfcrypt/src/{aes.c,blake2b.c,siphash.c}: fix W64LIT() arguments to not have improper 'U' suffix; 11 months 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 10 months ago
chacha.c 8a32e7f3f9 fixes for clang -Wunreachable-code-aggressive: 5 months ago
chacha20_poly1305.c b1edb08119 linuxkm/linuxkm_wc_port.h: 3 months ago
chacha_asm.S 3ea0fb30dd AES XTS x64 ASM: add AVX1 and AESNI implementations 8 months ago
cmac.c d1b16f2c7b Regression testing fixes 2 months 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 492490f7e6 SHA-256: Implementation using Intel instructions 4 months ago
cryptocb.c 4d259da60a PQC: CryptoCb support for KEM algorithm Kyber 4 months ago
curve25519.c 6146485d2a linuxkm/linuxkm_wc_port.h: 3 months 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 ad9779cdc1 Explicitly define code with WOLFCRYPT_ASYNC_CRYPT_SW 8 months ago
dh.c 6146485d2a linuxkm/linuxkm_wc_port.h: 3 months ago
dilithium.c ac81d9d29c Merge pull request #7110 from Frauschi/pq_secure_element 4 months ago
dsa.c 6146485d2a linuxkm/linuxkm_wc_port.h: 3 months ago
ecc.c 56f3c93272 Revert per https://github.com/wolfSSL/wolfssl/pull/7304#pullrequestreview-1925571495 2 months ago
ecc_fp.c 5d377b7bc5 for make dist and also aes compatibility 9 years ago
eccsi.c 6146485d2a linuxkm/linuxkm_wc_port.h: 3 months ago
ed25519.c c8d0bb0bd8 Merge pull request #7212 from SparkiDev/eddsa_check_priv 3 months ago
ed448.c 5aa06c26ff Fix unchecked ge448_scalarmult_base return value. 3 months ago
error.c a5961907b0 XMSS implementation 4 months ago
evp.c 469760e186 wc_ecc_shared_secret_ssh fix 3 months ago
ext_kyber.c 4d259da60a PQC: CryptoCb support for KEM algorithm Kyber 4 months ago
ext_lms.c 7223b5a708 Fix spelling warnings 6 months ago
ext_xmss.c 13e427433c Fix ext_xmss sigsleft null deref. 4 months ago
falcon.c ac81d9d29c Merge pull request #7110 from Frauschi/pq_secure_element 4 months ago
fe_448.c 2c9609039d Type conversion fixes: make explicit 10 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 3ba5dd3e6d MacOS X Intel ASM clang 15: fix asm to compile without warning 2 months 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 44e0ee1ecd wolfssl/wolfcrypt/types.h: 3 months ago
ge_low_mem.c 36b92a4cef Thumb2 ASM, Curve25519 9 months ago
ge_operations.c 90467aa578 Curve25519/Ed25519: align buffers 9 months ago
hash.c 340aed5498 Fix for crypto callbacks to allow invalid devId for non _ex single shot hash functions. 4 months ago
hmac.c 2001d1c74b Fixes for TLS v1.3 with crypto callbacks not offloading DeriveKeyMsg, KDF HMAC and ECH. 5 months ago
hpke.c 21f34ef028 Merge pull request #6905 from bandi13/moreCodeSonarFixes 7 months ago
include.am b42a8b6c5d initial AutoSAR shim layer 3 months ago
integer.c be90fe073e tfm and integer: skip whitespace at end in radix read 4 months ago
kdf.c 91681f378f configure.ac: 3 months ago
logging.c e40eb3c774 Update Arduino examples; add wolfcrypt breadcrumbs. 3 months ago
md2.c 2c9609039d Type conversion fixes: make explicit 10 months ago
md4.c 9dcc48c8f7 update copyright to 2023 1 year ago
md5.c bf29066d70 Add wolfSSL debug messages 3 months ago
memory.c dfbde4514b global refactor of static mutex initialization to use WOLFSSL_MUTEX_INITIALIZER, and adjustment of WOLFSSL_MUTEX_INITIALIZER macro to take an argument, for Linux kernel compatibility. 3 months ago
misc.c 6c8df33191 LMS: initial implementation 3 months ago
pkcs12.c bf23357c8c refactor streaming and additional comments 4 months ago
pkcs7.c d51bef3d43 fix for memory leak on error 2 months ago
poly1305.c 4b9302cdb3 another batch of -Wconversion fixes. 1 year ago
poly1305_asm.S 3ea0fb30dd AES XTS x64 ASM: add AVX1 and AESNI implementations 8 months ago
pwdbased.c a10260ca5f refactor AESNI implementations and *VECTOR_REGISTERS* macros to allow dynamic as-needed fallback to pure C, via WC_AES_C_DYNAMIC_FALLBACK. 6 months ago
random.c e40eb3c774 Update Arduino examples; add wolfcrypt breadcrumbs. 3 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 f031d034df RSA ct test: force RsaFunctionCheckIn to not be inlined 3 months ago
sakke.c 44e0ee1ecd wolfssl/wolfcrypt/types.h: 3 months ago
sha.c 83169f91e9 Fix ShaFinal overrun. 4 months ago
sha256.c ab8f5f71a0 revert null check in wc_Sha256Update 2 months ago
sha256_asm.S 6c8df33191 LMS: initial implementation 3 months ago
sha3.c 66f4101569 Update documentation for wc_Shake256_Final to match function signature. 7 months ago
sha3_asm.S 3ea0fb30dd AES XTS x64 ASM: add AVX1 and AESNI implementations 8 months ago
sha512.c 3ba5dd3e6d MacOS X Intel ASM clang 15: fix asm to compile without warning 2 months ago
sha512_asm.S 3ea0fb30dd AES XTS x64 ASM: add AVX1 and AESNI implementations 8 months ago
signature.c 9ca53ac7f7 Fix for `wc_SignatureGenerate_ex` calling verify twice. 11 months ago
siphash.c 86b663d67e Siphash: x64 asm fix 3 months ago
sm2.c 0cc21a42f3 SP updates for SM2 7 months ago
sm3.c 0cc21a42f3 SP updates for SM2 7 months ago
sm3_asm.S 0cc21a42f3 SP updates for SM2 7 months ago
sm4.c 0cc21a42f3 SP updates for SM2 7 months ago
sp_arm32.c dfbde4514b global refactor of static mutex initialization to use WOLFSSL_MUTEX_INITIALIZER, and adjustment of WOLFSSL_MUTEX_INITIALIZER macro to take an argument, for Linux kernel compatibility. 3 months ago
sp_arm64.c dfbde4514b global refactor of static mutex initialization to use WOLFSSL_MUTEX_INITIALIZER, and adjustment of WOLFSSL_MUTEX_INITIALIZER macro to take an argument, for Linux kernel compatibility. 3 months ago
sp_armthumb.c dfbde4514b global refactor of static mutex initialization to use WOLFSSL_MUTEX_INITIALIZER, and adjustment of WOLFSSL_MUTEX_INITIALIZER macro to take an argument, for Linux kernel compatibility. 3 months ago
sp_c32.c dfbde4514b global refactor of static mutex initialization to use WOLFSSL_MUTEX_INITIALIZER, and adjustment of WOLFSSL_MUTEX_INITIALIZER macro to take an argument, for Linux kernel compatibility. 3 months ago
sp_c64.c dfbde4514b global refactor of static mutex initialization to use WOLFSSL_MUTEX_INITIALIZER, and adjustment of WOLFSSL_MUTEX_INITIALIZER macro to take an argument, for Linux kernel compatibility. 3 months ago
sp_cortexm.c dfbde4514b global refactor of static mutex initialization to use WOLFSSL_MUTEX_INITIALIZER, and adjustment of WOLFSSL_MUTEX_INITIALIZER macro to take an argument, for Linux kernel compatibility. 3 months ago
sp_dsp32.c dfbde4514b global refactor of static mutex initialization to use WOLFSSL_MUTEX_INITIALIZER, and adjustment of WOLFSSL_MUTEX_INITIALIZER macro to take an argument, for Linux kernel compatibility. 3 months ago
sp_int.c 3ba5dd3e6d MacOS X Intel ASM clang 15: fix asm to compile without warning 2 months ago
sp_sm2_arm32.c 0cc21a42f3 SP updates for SM2 7 months ago
sp_sm2_arm64.c 0cc21a42f3 SP updates for SM2 7 months ago
sp_sm2_armthumb.c 0cc21a42f3 SP updates for SM2 7 months ago
sp_sm2_c32.c 0cc21a42f3 SP updates for SM2 7 months ago
sp_sm2_c64.c 0cc21a42f3 SP updates for SM2 7 months ago
sp_sm2_cortexm.c 0cc21a42f3 SP updates for SM2 7 months ago
sp_sm2_x86_64.c 0cc21a42f3 SP updates for SM2 7 months ago
sp_sm2_x86_64_asm.S 0cc21a42f3 SP updates for SM2 7 months ago
sp_x86_64.c dfbde4514b global refactor of static mutex initialization to use WOLFSSL_MUTEX_INITIALIZER, and adjustment of WOLFSSL_MUTEX_INITIALIZER macro to take an argument, for Linux kernel compatibility. 3 months ago
sp_x86_64_asm.S cefe108cab Thumb2 inline ASM: IAR doesn't do register variables 7 months ago
sp_x86_64_asm.asm cefe108cab Thumb2 inline ASM: IAR doesn't do register variables 7 months ago
sphincs.c 9be390250d Adding support for dual key/signature certificates. (#7112) 4 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 d71776aced coverity CID 352930, fix for out of bounds write 2 months ago
wc_dsp.c dfbde4514b global refactor of static mutex initialization to use WOLFSSL_MUTEX_INITIALIZER, and adjustment of WOLFSSL_MUTEX_INITIALIZER macro to take an argument, for Linux kernel compatibility. 3 months ago
wc_encrypt.c a4aef0e55d refinements from peer review for #6303. 1 year ago
wc_kyber.c 25b2c664f4 Kyber: Implementation in wolfSSL 2 months ago
wc_kyber_asm.S 25b2c664f4 Kyber: Implementation in wolfSSL 2 months ago
wc_kyber_poly.c 3728cd3dc5 Kyber fixes: 2 months ago
wc_lms.c 6c8df33191 LMS: initial implementation 3 months ago
wc_lms_impl.c 6c8df33191 LMS: initial implementation 3 months ago
wc_pkcs11.c ca56b79209 Add compile-time option WOLFSSL_PKCS11_RW_TOKENS 8 months ago
wc_port.c dfbde4514b global refactor of static mutex initialization to use WOLFSSL_MUTEX_INITIALIZER, and adjustment of WOLFSSL_MUTEX_INITIALIZER macro to take an argument, for Linux kernel compatibility. 3 months ago
wc_xmss.c 33d4b331fb Add XMSS/XMSSMT wolfCrypt hooks. 8 months ago
wc_xmss_impl.c a5961907b0 XMSS implementation 4 months ago
wolfevent.c 23ebace6b1 Fix event handling 9 months ago
wolfmath.c ed11669f3c more fixes for implicit casts, including asn=template. 1 year ago