David Garske
|
a03ed32380
Support for Android KeyStore compatibility API's:
|
3 yıl önce |
Sean Parkinson
|
f04380d624
Merge pull request #4475 from douzzer/fix-scan-build-UnreachableCode
|
3 yıl önce |
Sean Parkinson
|
7f5a3a4e74
Merge pull request #4484 from dgarske/memtest
|
3 yıl önce |
Sean Parkinson
|
41eecd37e5
Merge pull request #4471 from embhorn/zd11886
|
3 yıl önce |
Sean Parkinson
|
93f033823c
Merge pull request #4482 from miyazakh/mindowngarde_staticrsa
|
3 yıl önce |
David Garske
|
498884eadb
Fix for missing `dhKeyFile` and `dhKeyPubFile` with file system enabled, `WOLFSSL_DH_EXTRA` and `USE_CERT_BUFFERS_2048` set.
|
3 yıl önce |
David Garske
|
dcb2ebba39
Fix for openssl.test extraction of version and cipher suites. Fix mem tracking to use stderr. Fix client version print to use single printf with newline.
|
3 yıl önce |
Eric Blankenhorn
|
c0b592ef82
Fix build error with WOLFSSL_USER_IO
|
3 yıl önce |
Hideki Miyazaki
|
91cd2b1731
TLS 1.3 ServerHello additional fix for PR4439 in Static RSA case
|
3 yıl önce |
Daniel Pouzzner
|
768496be4a
scan-build LLVM-13 fixes: in examples/echoclient/echoclient.c, remove frivolous "break;", avoiding need to pragma-ignore clang -Wunreachable-code-break.
|
3 yıl önce |
Daniel Pouzzner
|
e341291d99
scan-build LLVM-13 fixes: tests/api.c: fix -Wunused-but-set-variable for drive_len in test_wolfSSL_EVP_Cipher_extra() by removing the unused drive_len code.
|
3 yıl önce |
Daniel Pouzzner
|
69bc801c13
scan-build LLVM-13 fixes: src/ssl.c: work around deadcode.DeadStores warning in wolfSSL_X509_REQ_sign() in a different way, avoiding WC_MAYBE_UNUSED.
|
3 yıl önce |
Daniel Pouzzner
|
76332069ea
examples/client/client.c: remove frivolous `break` to avoid need for PRAGMA_CLANG("clang diagnostic ignored \"-Wunreachable-code-break\"").
|
3 yıl önce |
Daniel Pouzzner
|
a5006d580c
scan-build LLVM-13 fixes: sp_int.c: drop "&& defined(SP_DEBUG_VERBOSE)" from preprocessor gates around debugging printfs.
|
3 yıl önce |
Daniel Pouzzner
|
007f01e7ec
scan-build LLVM-13 fixes: in src/tls.c TLSX_PopulateExtensions(), avoid -Wunreachable-code-return by refactoring iteration to use an array terminator (a new "WOLFSSL_NAMED_GROUP_INVALID" with value 0) rather than a compile-time-calculated constant of iteration.
|
3 yıl önce |
Daniel Pouzzner
|
816527e826
scan-build fixes: back out all "#ifndef __clang_analyzer__" wrappers added to suppress false and frivolous positives from alpha.deadcode.UnreachableCode, and rename new macro WC_UNUSED to WC_MAYBE_UNUSED to make its meaning more precisely apparent. build is still clean with -Wunreachable-code-break -Wunreachable-code-return under scan-build-13.
|
3 yıl önce |
Daniel Pouzzner
|
f621a93081
more scan-build LLVM-13 fixes and expanded coverage: deadcode.DeadStores in client.c and server.c (no functional changes).
|
3 yıl önce |
Daniel Pouzzner
|
62822be6ce
scan-build LLVM-13 fixes and expanded coverage: add WC_UNUSED and PRAGMA_CLANG_DIAG_{PUSH,POP} macros; deploy "#ifndef __clang_analyzer__" as needed; fix violations and suppress false positives of -Wunreachable-code-break, -Wunreachable-code-return, and -enable-checker alpha.deadcode.UnreachableCode; expand scan-build clean build scope to --enable-all --enable-sp-math-all.
|
3 yıl önce |
Sean Parkinson
|
7447a567e1
Merge pull request #4480 from JacobBarthelmeh/fuzzing
|
3 yıl önce |
Sean Parkinson
|
84b845c65b
Merge pull request #4478 from maximevince/zephyr-user-settings-override
|
3 yıl önce |
David Garske
|
a50d1f4870
Merge pull request #4301 from julek-wolfssl/issue-4298
|
3 yıl önce |
Jacob Barthelmeh
|
c07a7deec2
sanity check on q value with DSA sign
|
3 yıl önce |
Maxime Vincent
|
77895ac964
Rename leftover CONFIG_WOLFSSL_OPTIONS_FILE to CONFIG_WOLFSSL_SETTINGS_FILE
|
3 yıl önce |
Daniel Pouzzner
|
60adf22ce1
Merge pull request #4468 from SparkiDev/sp_fixes_6
|
3 yıl önce |
Sean Parkinson
|
b2b39f01b7
Merge pull request #4474 from cconlon/includekds
|
3 yıl önce |
Chris Conlon
|
7bd92e606b
Merge pull request #4473 from JacobBarthelmeh/dks7g2
|
3 yıl önce |
Eric Blankenhorn
|
17e0249a26
Fixing NO_BIO and OPENSSL_ALL errrors
|
3 yıl önce |
Chris Conlon
|
228f1e233a
include IDE/KDS in make dist archive
|
3 yıl önce |
Jacob Barthelmeh
|
82a1c4b9f1
Update DK-S7G2 README.md
|
3 yıl önce |
David Garske
|
2aa2ef84b2
Merge pull request #4470 from LinuxJedi/md-cleanups
|
3 yıl önce |