David Garske
|
e8cf4b5ff0
|
Coverity fixes for TLS 1.3, async, small stack and normal math.
|
2017-05-09 09:13:21 -07:00 |
|
toddouska
|
dea092fa0a
|
Merge pull request #901 from SparkiDev/tls13_interop
TLS v1.3 interop fixes
|
2017-05-09 09:08:31 -07:00 |
|
Sean Parkinson
|
46c4adcf4c
|
TLS v1.3 interop fixes
|
2017-05-09 14:49:21 +10:00 |
|
JacobBarthelmeh
|
285a338054
|
Merge pull request #899 from kaleb-himes/release-update
Credit E.S. from W.A. with report of DTLS interop bug
|
2017-05-08 12:06:41 -06:00 |
|
kaleb-himes
|
7b6e2b1002
|
Credit E.S. from W.A. with report of DTLS interop bug
|
2017-05-08 10:26:08 -06:00 |
|
toddouska
|
d23f1e5637
|
Merge pull request #895 from JacobBarthelmeh/Testing
use type with XFREE
|
2017-05-05 16:27:03 -07:00 |
|
toddouska
|
176193a835
|
Merge pull request #877 from dgarske/tls13
Add TLS 1.3 support
|
2017-05-05 12:50:40 -07:00 |
|
Jacob Barthelmeh
|
a4ceeed462
|
use type with XFREE
|
2017-05-05 13:27:33 -06:00 |
|
David Garske
|
af0103bc94
|
Fix for Valgrind memory leak with the “ssl->hsHashes”. The DTLS wolfSSL_connect for “IsDtlsNotSctpMode” at line 8134 calls InitHandshakeHashes, but doesn’t free existing. Best overall solution is to make sure and free an existing on InitHandshakeHashes, since WOLFSSL is memset to 0.
|
2017-05-04 14:51:31 -07:00 |
|
Sean Parkinson
|
758c2a761c
|
Increase timeout on ready file for tls13.test
|
2017-05-04 14:51:31 -07:00 |
|
Sean Parkinson
|
902f5cf53f
|
Stack size enabled config fix
|
2017-05-04 14:51:31 -07:00 |
|
Sean Parkinson
|
f0204de881
|
Fix for async and tls13 config
|
2017-05-04 14:51:31 -07:00 |
|
David Garske
|
570befb63f
|
Fixes for using async. Combine duplicate DoCertificate and DoTls13Certificate code into ProcessPeerCerts. Cleanup of the XMALLOC/XFREE to use ssl->heap.
|
2017-05-04 14:51:31 -07:00 |
|
David Garske
|
efb4b3c183
|
Fix for unit test with non-blocking set.
|
2017-05-04 14:51:31 -07:00 |
|
David Garske
|
253140f37e
|
Fixes for TLS 1.3. Fix issue with wc_AesGcmDecrypt checking for authIn arg (allowed to be NULL). Fix for preMasterSz in TLSX_KeyShare_ProcessEcc. Fix for building with --disable-asn (NO_CERTS). Fix to remove client “-t” option from help, which no longer exists. Added new WOLFSSL_DEBUG_TLS option for new messages added.
|
2017-05-04 14:51:31 -07:00 |
|
David Garske
|
77f9126edf
|
Rebase fixes for TLS 1.3. Getting a decrypt error with the TLS 1.3 test from the SendTls13CertificateVerify.
|
2017-05-04 14:51:31 -07:00 |
|
Sean Parkinson
|
2b1e9973ec
|
Add TLS v1.3 as an option
|
2017-05-04 14:51:30 -07:00 |
|
toddouska
|
edf5d6d777
|
Merge pull request #894 from JacobBarthelmeh/Release
Prepare for release 3.11.0
v3.11.0-stable
|
2017-05-04 14:49:43 -07:00 |
|
Jacob Barthelmeh
|
b51643c344
|
prepare for release version 3.11.0
|
2017-05-04 14:17:35 -06:00 |
|
Jacob Barthelmeh
|
7dd877554b
|
build for windows visual studio with AES GCM
|
2017-05-04 14:14:12 -06:00 |
|
Jacob Barthelmeh
|
9b5340d3af
|
sanity checks before copying copying peer certificate
|
2017-05-04 13:10:46 -06:00 |
|
toddouska
|
bfc43cee15
|
Merge pull request #893 from cconlon/pkcs7-valgrind-fix
fix PKCS7 signedData valgrind issue
|
2017-05-03 18:14:32 -07:00 |
|
Chris Conlon
|
5e06d59c79
|
fix PKCS7 signedData valgrind issue
|
2017-05-03 17:16:44 -06:00 |
|
toddouska
|
e771611c29
|
Merge pull request #891 from JacobBarthelmeh/Testing
sanity check on input buffer index
|
2017-05-03 12:13:43 -07:00 |
|
toddouska
|
86f10086bb
|
Merge pull request #890 from dgarske/fix_sb_sni
Fix for scan build warning for `TLSX_SNI_GetRequest` possible use of null ptr
|
2017-05-03 10:03:59 -07:00 |
|
Jacob Barthelmeh
|
55538b5de0
|
sanity check on input buffer index
|
2017-05-03 10:21:03 -06:00 |
|
David Garske
|
338194be25
|
Fix for scan build warning for TLSX_SNI_GetRequest possible use of null pointer.
|
2017-05-03 07:33:13 -07:00 |
|
toddouska
|
1dc5a0fba2
|
Merge pull request #889 from JacobBarthelmeh/master
add digsigku to renewcerts script and update the not after date
|
2017-05-02 19:59:07 -07:00 |
|
toddouska
|
a8a5841b7c
|
Merge pull request #888 from JacobBarthelmeh/Testing
Testing
|
2017-05-02 17:52:14 -07:00 |
|
Jacob Barthelmeh
|
4c8fdf99c5
|
add digsigku to renewcerts script and update the not after date
|
2017-05-02 18:08:10 -06:00 |
|
Jacob Barthelmeh
|
8146f73eff
|
warnings when using g++ compiler
|
2017-05-02 15:20:20 -06:00 |
|
Jacob Barthelmeh
|
aa990ed1ce
|
in error case close FILE
|
2017-05-02 14:54:27 -06:00 |
|
Jacob Barthelmeh
|
dbb67d8582
|
warnings for builds of haproxy, nginx, and leanpsk
|
2017-05-02 14:29:53 -06:00 |
|
toddouska
|
0532adf653
|
Merge pull request #887 from dgarske/minor_cleanups
Added return code checking for `wolfCrypt_Init()`
|
2017-05-02 12:19:12 -07:00 |
|
David Garske
|
ddcf11011e
|
Added return code checking for wolfCrypt_Init(). Added initRefCount check on wolfCrypt_Cleanup(). Fix link for tenAsys INtime RTOS readme.
|
2017-05-02 10:20:31 -07:00 |
|
toddouska
|
27aafd674a
|
Merge pull request #886 from dgarske/fixes_coverity2
Fixes for coverity scan (part 2)
|
2017-05-02 08:53:03 -07:00 |
|
Chris Conlon
|
8d032081ae
|
Merge pull request #767 from shihrer/hexiwear_pr
Hexiwear changes and KDS Project for Hexiwear platform
|
2017-05-02 07:31:41 -06:00 |
|
John Safranek
|
4135279f82
|
Merge pull request #843 from kaleb-himes/dtls-interop
DTLS update per RFC 6347 Section 4.2.3
|
2017-05-01 19:29:27 -07:00 |
|
toddouska
|
f61380da21
|
Merge pull request #870 from kaleb-himes/PSK-UPDATE
Update PSK identity length per RFC 4279 - section 5.3
|
2017-05-01 19:04:32 -07:00 |
|
David Garske
|
3647e50c17
|
Fixes for the GrowInputBuffer and GrowOutputBuffer changes to only use align when WOLFSSL_GENERAL_ALIGNMENT > 0.
|
2017-05-01 18:48:54 -07:00 |
|
David Garske
|
9491027c85
|
Fixes for coverity scan (part 2).
|
2017-05-01 16:34:24 -07:00 |
|
toddouska
|
1a0b408658
|
Merge pull request #883 from dgarske/fixes_coverity
Fixes for coverity scan
|
2017-05-01 16:30:04 -07:00 |
|
toddouska
|
9655a1e38c
|
Merge pull request #885 from dgarske/async_cavium
Fixes for Cavium Nitrox with async
|
2017-05-01 13:36:59 -07:00 |
|
David Garske
|
f19cf4cb34
|
Fix the client PSK callback to always null terminate after callback. Remove the +1 on the test.h examples for PSK callbacks.
|
2017-05-01 12:10:05 -07:00 |
|
John Safranek
|
7a1776e931
|
Merge pull request #881 from cconlon/sniffer
fix sniffer with AES-GCM, add scratch authTag buffer
|
2017-05-01 11:51:01 -07:00 |
|
toddouska
|
893b6f7d75
|
Merge pull request #884 from JacobBarthelmeh/Testing
fix warnings and errors with FreeBSD PowerPC
|
2017-05-01 11:37:04 -07:00 |
|
Michael Shihrer
|
9269298034
|
Merge branch 'hexiwear_pr' of https://github.com/shihrer/wolfssl into hexiwear_pr
|
2017-05-01 12:04:35 -06:00 |
|
Michael Shihrer
|
abe5a318f2
|
Added hexiwear to include.am and removed dev environment specific variable
|
2017-05-01 10:44:09 -06:00 |
|
Jacob Barthelmeh
|
2de6c88b80
|
correct typo when checking if variable rng is null
|
2017-04-30 18:53:58 -06:00 |
|
Takashi Kojo
|
7270134aec
|
Merge pull request #788 from takotakot/readme
Fix spacing and comma
|
2017-04-30 06:48:45 +09:00 |
|