wolfssl/IDE/zephyr/wolfssl_tls_sock
Sean Parkinson 411aee6e05 Fixes from cppcheck
Added PRIVATE_D version of rsa private key operation for SP
implementation for specific platforms.
WC_NO_RNG results in warnings when RNG calls don't do anything.
Added ifdef checks for variables not used otherwise.
Remove superfluous if statements like when checking ret == 0.
Change names of globals that are generic and are used locally before
global definition.
Remove definition of variable len that isn't used except as a
replacement for sz which is parameter.
Don't subtract two variables when one has just been assigned the value
of the other.
Fix shifting of signed value.
Fix parameter checking in aes.c and des3.c for platform specific code.
2020-04-08 09:46:22 +10:00
..
src Fixes from cppcheck 2020-04-08 09:46:22 +10:00
CMakeLists.txt Add threaded samples using buffers and sockets 2019-02-19 11:47:45 +10:00
README Fixes from review and added REAMEs and setup.sh 2019-02-19 11:47:45 +10:00
install_sample.sh Add threaded samples using buffers and sockets 2019-02-19 11:47:45 +10:00
prj.conf Add threaded samples using buffers and sockets 2019-02-19 11:47:45 +10:00
sample.yaml Add threaded samples using buffers and sockets 2019-02-19 11:47:45 +10:00

README

wolfSSL (formerly known as CyaSSL) and wolfCrypt are either licensed for use
under the GPLv2 or a standard commercial license. For our users who cannot use
wolfSSL under GPLv2, a commercial license to wolfSSL and wolfCrypt is available.
Please contact wolfSSL Inc. directly at:

Email: licensing@wolfssl.com
Phone: +1 425 245-8247

More information can be found on the wolfSSL website at www.wolfssl.com.