David Garske
|
bb74dca6e7
|
Added certificate and private key to server example. Enable error strings, server side code and remove slow sha option for Arduino.
|
2019-01-16 10:07:56 -08:00 |
|
David Garske
|
809fed8f05
|
Fix to resolve unit test error with WOLFSSL_CIPHER_INTERNALNAME or NO_ERROR_STRINGS defined.
|
2019-01-13 11:06:04 -08:00 |
|
David Garske
|
56415928ff
|
Added Arduino TLS server sketch.
|
2019-01-11 17:20:35 -08:00 |
|
David Garske
|
ebd68e6afd
|
Fix to return the internal cipher suite name instead of NULL if NO_ERROR_STRINGS is defined. Fix for stray "if" in wolfSSL_SESSION_CIPHER_get_name.
|
2019-01-11 17:20:35 -08:00 |
|
David Garske
|
0ef4856039
|
Added connect and shutdown calls to Arduino sketch. Improved the get cipher suite. Improved error handling.
|
2019-01-11 17:20:35 -08:00 |
|
toddouska
|
141b263546
|
Merge pull request #2024 from dgarske/nb_timeout_det
Nonblocking connect timeout check
|
2019-01-11 17:12:48 -08:00 |
|
David Garske
|
a4a6895900
|
Fix for scan-build "Value stored to 'err' is never read`"
|
2019-01-11 09:42:41 -08:00 |
|
David Garske
|
6eea924a5c
|
Fix for non-blocking read timeout.
|
2019-01-11 08:45:34 -08:00 |
|
David Garske
|
3f46250994
|
Fix to timeout after 10 seconds in non-blocking mode if connect does not complete.
|
2019-01-10 17:12:37 -08:00 |
|
toddouska
|
e1fd7b86f7
|
Merge pull request #2014 from JacobBarthelmeh/Testing
add ocsp stapling test and initialize values
|
2019-01-09 10:41:56 -08:00 |
|
Jacob Barthelmeh
|
26ae39a217
|
check if secure renegotiation struct available
|
2019-01-04 13:22:34 -07:00 |
|
Jacob Barthelmeh
|
a00eaeb877
|
add ocsp stapling test and initialize values
|
2019-01-04 13:16:47 -07:00 |
|
toddouska
|
656c7951cd
|
Merge pull request #2010 from dgarske/mdk_fixes
Fixes for MDK5 project
|
2019-01-02 12:39:35 -08:00 |
|
toddouska
|
ed80cf4f4d
|
Merge pull request #2009 from JacobBarthelmeh/Testing
fix for some warnings and edge case build
|
2019-01-02 12:38:51 -08:00 |
|
toddouska
|
2121607705
|
Merge pull request #2005 from dgarske/fix_sp_arm32_asm
Fix for SP ASM when building sources directly
|
2019-01-02 12:36:40 -08:00 |
|
toddouska
|
71bc571a8a
|
Merge pull request #2000 from kojo1/EVP_CipherInit
EVP_CipherInit: allow NULL iv, key for openSSL compatibility
|
2019-01-02 12:04:38 -08:00 |
|
toddouska
|
5677e71cba
|
Merge pull request #1987 from dgarske/32bit
Fixes for `--enable-32bit` option
|
2019-01-02 11:38:31 -08:00 |
|
toddouska
|
9c75753bd2
|
Merge pull request #1984 from miyazakh/Espressif_port_Phase2A
Support AES and SHA hw acceleration on esp32-wroom-32
|
2019-01-02 11:37:55 -08:00 |
|
John Safranek
|
d5509a4f37
|
Merge pull request #2007 from dgarske/fips_build
Fixes for a few FIPS build macro checks
|
2019-01-02 10:10:08 -08:00 |
|
David Garske
|
332dd75e5f
|
Fix missing semicolon for HAL_CRYP_AESECB_Decrypt call. Fix for NO_MULTIBYTE_PRINT in test.h. These fixes were pulled in from PR #1974.
|
2018-12-31 13:53:12 -08:00 |
|
Jacob Barthelmeh
|
47f5282416
|
fixes for gcc 8 string warnings
|
2018-12-28 17:16:45 -07:00 |
|
Jacob Barthelmeh
|
a1459f6fec
|
fix build when QSH is enabled and TLS 1.3 is enabled
|
2018-12-28 17:16:34 -07:00 |
|
David Garske
|
fb0eb55f28
|
Improved FIPS version check logic for error-crypt.h.
|
2018-12-28 09:36:13 -08:00 |
|
David Garske
|
b5ff99a017
|
Fixes for a few minor build errors where HAVE_FIPS and HAVE_FIPS_VERSION are not checked.
|
2018-12-28 09:22:36 -08:00 |
|
David Garske
|
9df0fc9509
|
Added protection to ensure WOLFSSL_SP_ASM gets defined when required. Updated the SP macro comments in GCC-ARM user_settings.h. ZD 4556.
|
2018-12-28 08:48:28 -08:00 |
|
Hideki Miyazaki
|
30612ad3ed
|
addressed review comments
|
2018-12-28 11:48:39 +09:00 |
|
Hideki Miyazaki
|
965c68abdf
|
Chaged to match filename and standard in file header
|
2018-12-28 08:39:19 +09:00 |
|
Hideki Miyazaki
|
913fe6ea2b
|
addressed review comments
|
2018-12-28 08:39:19 +09:00 |
|
Hideki Miyazaki
|
e8bf2bbb02
|
removed multiple user_settings.h
|
2018-12-28 08:39:19 +09:00 |
|
Hideki Miyazaki
|
9d2294b967
|
Support AES and SHA hw acceleration on esp32-wroom-32
Removed unnecessary codes
Added README
Some clean up for maintenancebility
Removed unused methods
Removed unused methods
|
2018-12-28 08:39:19 +09:00 |
|
toddouska
|
c54e8e31bd
|
Merge pull request #2003 from dgarske/async_rel_3.15.7
Async release v3.15.7 prep
|
2018-12-27 13:55:12 -08:00 |
|
David Garske
|
cc8c6078b6
|
Fix to adjust WC_ASYNC_DEV_SIZE. Fix for tests/test-trustpeer.conf typo in include.am.
|
2018-12-27 11:08:49 -08:00 |
|
David Garske
|
2351047409
|
Fixes for various scan-build reports.
|
2018-12-27 11:08:30 -08:00 |
|
David Garske
|
1eccaae25f
|
Fix for DTLS async shrinking input buffer too soon and causing -308 (INCOMPLETE_DATA).
|
2018-12-27 11:07:32 -08:00 |
|
David Garske
|
5cb5b510ab
|
Added blocking support for PKCS 7 with async. Fix for RSA async key gen in wolfCryp test.
|
2018-12-27 11:07:07 -08:00 |
|
Jacob Barthelmeh
|
66442c4bd5
|
add initialization value for af_alg
|
2018-12-26 16:57:24 -07:00 |
|
toddouska
|
697c99a9ec
|
Merge pull request #1934 from dgarske/fix_alt_chain
Fixes and cleanups for processing peer certificates
|
2018-12-26 15:09:42 -08:00 |
|
toddouska
|
9c88218b62
|
Merge pull request #1998 from dgarske/async_fix_smallstack
Fix double free with async and small stack
|
2018-12-26 14:35:57 -08:00 |
|
David Garske
|
a7350b7d2e
|
Merge pull request #1994 from JacobBarthelmeh/Release
prepare for release 3.15.7
v3.15.7-stable
|
2018-12-26 10:49:35 -08:00 |
|
Takashi Kojo
|
f97696a546
|
AesSetKey_ to AesSetKey_ex
|
2018-12-26 13:52:41 +09:00 |
|
Takashi Kojo
|
0c828d14a0
|
Name conficted. filter out with NO_AES
|
2018-12-24 17:27:41 +09:00 |
|
Jacob Barthelmeh
|
a73bca090b
|
fix for nginx port
|
2018-12-23 22:19:03 -07:00 |
|
Jacob Barthelmeh
|
b6d61f2987
|
prepare for release 3.15.7
|
2018-12-23 22:18:48 -07:00 |
|
Takashi Kojo
|
ae09fbe8a2
|
EVP_CipherInit: allow NULL iv for openSSL compatibility
|
2018-12-24 12:00:21 +09:00 |
|
David Garske
|
86177d1830
|
Removes the forced 32-bit instruction (via -m32) from --enable-32bit option and replaces with comment. Some compilers do not support the -m32 option, plus to work properly it must be used with configure directly like ./configure CFLAGS="-m32" LDFLAGS="-m32". Removes the NO_64BIT option to allow building corect on x86_64 and aarch64 (math libs detect platform properly). Fixes #1985.
|
2018-12-23 15:59:57 -08:00 |
|
toddouska
|
3eff20904a
|
Merge pull request #1991 from dgarske/rsa_nb_time
Adds RSA non-blocking time support
|
2018-12-21 15:58:54 -08:00 |
|
toddouska
|
75321d72f6
|
Merge pull request #1996 from JacobBarthelmeh/Testing
free internal OCSP buffers
|
2018-12-21 15:57:58 -08:00 |
|
David Garske
|
61757c83eb
|
Fix double free with ./configure --enable-asynccrypt --enable-smallstack.
|
2018-12-21 15:45:33 -08:00 |
|
David Garske
|
a358174b4b
|
Fix for DH prime test (extra leading spaces). Fix for new chain tests with CRL enabled. The current way of testing chain only loads root CA as trusted. The intermediate CA CRL isn't trusted or loaded and causes error.
|
2018-12-21 12:36:47 -08:00 |
|
Jacob Barthelmeh
|
6191cb1927
|
free internal OCSP buffers
|
2018-12-21 12:30:49 -07:00 |
|