David Garske
|
f8876854f4
|
Spelling fixes in comments and error strings (ALGO_ID_E, ASN_TIME_E and WOLFSSL_ERROR function).
|
2016-01-29 16:13:09 -08:00 |
|
toddouska
|
3f87d28190
|
Merge pull request #280 from JacobBarthelmeh/master
Update ChaCha20-Poly1305 cipher suites
|
2016-01-29 14:12:53 -08:00 |
|
Jacob Barthelmeh
|
611e37b3e8
|
naming for AEAD macros and TLSX with chacha-poly
|
2016-01-29 09:38:13 -07:00 |
|
toddouska
|
6856e5bbe6
|
Merge pull request #261 from dgarske/AsnIoCleanup
asm.c time cleanup and io.c include cleanup
|
2016-01-28 13:25:21 -08:00 |
|
Jacob Barthelmeh
|
7d71d756f3
|
update ChaCha20-Poly1305 to most recent RFCs
|
2016-01-27 14:03:05 -07:00 |
|
Jacob Barthelmeh
|
18f1faa13d
|
check error strings and update comment
|
2016-01-27 09:50:20 -07:00 |
|
David Garske
|
5c4a3462ee
|
Cleanup of the time macros in asn.c to allow expanded use of wolf "struct tm", "time_t" and "gmtime". Cleanup of the io.c socket includes for clarity. Cleanup trailing spaces in io.c and asn.c.
|
2016-01-26 13:47:01 -08:00 |
|
Chris Conlon
|
0801eeac8d
|
update support for Freescale KSDK 1.3.0
|
2016-01-25 10:41:26 -07:00 |
|
Jacob Barthelmeh
|
5df55e053d
|
function needed for MYSQL compatibility
|
2016-01-22 16:33:54 -07:00 |
|
JacobBarthelmeh
|
f84722bbac
|
Merge pull request #267 from moisesguimaraes/fix_ocspstapling_dtls_typo
Fix ocspstapling dtls typo
|
2016-01-19 10:34:15 -07:00 |
|
toddouska
|
a7bac3ae9b
|
Merge pull request #266 from JacobBarthelmeh/master
check not CHACHA_BYTE before considering normal suite
|
2016-01-18 17:55:02 -08:00 |
|
Moisés Guimarães
|
a6a2214306
|
removes 'end of line' spaces;
|
2016-01-18 20:51:27 -03:00 |
|
Moisés Guimarães
|
08c67e5cdc
|
fixes typo;
|
2016-01-18 20:51:27 -03:00 |
|
Jacob Barthelmeh
|
3a65f55bd3
|
check not CHACHA_BYTE before considering normal suite
|
2016-01-18 15:33:32 -07:00 |
|
kaleb-himes
|
71741847d3
|
system read return size_t, cast to int
remove whitespace
|
2016-01-15 16:03:45 -07:00 |
|
John Safranek
|
5360e22ba5
|
fix a sequence number issue with DTLS epoch 0 messages earlier in the handshake
|
2016-01-07 13:18:01 -08:00 |
|
John Safranek
|
251550ea62
|
Merge pull request #242 from kaleb-himes/scan-build-fixes
avoid unused variable warnings
|
2016-01-05 15:31:52 -08:00 |
|
kaleb-himes
|
a6ca2c3bdd
|
Avoid un-necessary cast
|
2016-01-05 14:32:45 -07:00 |
|
kaleb-himes
|
29e6f283cf
|
Implement peer suggestion
|
2016-01-05 14:19:46 -07:00 |
|
kaleb-himes
|
21c972f805
|
Remove unnecessary assignment prior to return
|
2016-01-04 16:08:04 -07:00 |
|
kaleb-himes
|
dd469bb67d
|
avoid unused variable warnings
|
2016-01-04 15:03:39 -07:00 |
|
kaleb-himes
|
b78fb311bb
|
Fix cases that were not detected in Jenkins
|
2015-12-31 13:18:37 -07:00 |
|
kaleb-himes
|
6a56a53545
|
catching up on old jenkins issues
|
2015-12-31 09:33:01 -07:00 |
|
toddouska
|
157486ce0d
|
fix hint types for misuse of in_buffer and out_buffer
|
2015-12-29 16:13:09 -08:00 |
|
Moisés Guimarães
|
6ba14fa241
|
fixes some errors from Jenkins Expected Configurations Build # 111
|
2015-12-29 10:19:27 -03:00 |
|
toddouska
|
0a14e6f3c6
|
Merge pull request #230 from cconlon/mcp_time_fix
fix LowResTimer on Microchip ports
|
2015-12-28 21:56:07 -08:00 |
|
Moisés Guimarães
|
ec9d23a9c3
|
Merge branch 'csr'
|
2015-12-28 19:38:04 -03:00 |
|
Chris Conlon
|
47426b1f8d
|
fix LowResTimer on Microchip ports
|
2015-12-28 13:58:01 -07:00 |
|
toddouska
|
c3df8af997
|
Merge pull request #223 from cconlon/vswarnings
fix Visual Studio warnings
|
2015-12-28 11:55:13 -08:00 |
|
toddouska
|
3a1909dab9
|
Merge pull request #209 from kaleb-himes/master
OpenSSH added support for additional NID types. Update our compatibil…
|
2015-12-28 11:52:38 -08:00 |
|
kaleb-himes
|
cbf3213c4f
|
correct logic on pre-processor macro
|
2015-12-21 23:33:33 -07:00 |
|
kaleb-himes
|
0cb2374c69
|
Ensure configured before assuming message digest is supported
|
2015-12-21 23:03:45 -07:00 |
|
Chris Conlon
|
b153ac002c
|
fix Visual Studio warnings
|
2015-12-21 16:11:02 -07:00 |
|
Jacob Barthelmeh
|
4da1ae3947
|
Merge branch 'hello-size' of https://github.com/toddouska/wolfssl into toddouska-hello-size
|
2015-12-18 09:33:13 -07:00 |
|
John Safranek
|
917edc5f18
|
Merge pull request #218 from toddouska/ssl3-aes256
add aes256 key derivation to ssl3
|
2015-12-17 18:30:23 -08:00 |
|
toddouska
|
6c69b7f109
|
make hello suite size user settable, increase default
|
2015-12-17 09:57:44 -08:00 |
|
kaleb-himes
|
d395c5aba3
|
condense to one switch statement for testing of message digests
|
2015-12-16 11:40:58 -07:00 |
|
kaleb-himes
|
46c4653f60
|
Merge branch 'master' of https://github.com/wolfSSL/wolfssl
|
2015-12-16 11:37:07 -07:00 |
|
toddouska
|
eed40eb690
|
add aes256 key derivation to ssl3
|
2015-12-15 11:54:03 -08:00 |
|
Nickolas Lapp
|
bf621f1832
|
Add in stub functions for opensslv1.0.1 w/ stunnel and lighttpd
|
2015-12-14 15:36:04 -07:00 |
|
John Safranek
|
a834c2acf6
|
improved DTLS handshake sequence numbering when retransmitting finished message
|
2015-12-11 18:41:09 -08:00 |
|
Jacob Barthelmeh
|
1c4b3016e6
|
set required tls1_2 for when using ChaCha20-Poly1305 suite
|
2015-12-10 11:45:27 -07:00 |
|
kaleb-himes
|
1d1af6410d
|
OpenSSH added support for additional NID types. Update our compatibility layer
|
2015-12-08 07:27:43 -08:00 |
|
John Safranek
|
8756c31a01
|
Merge branch 'master' of github.com:wolfSSL/wolfssl
|
2015-12-07 12:43:01 -08:00 |
|
John Safranek
|
c7fdc9ba9e
|
DTLS Hello Verify and Server Hello should use the sequence number of the Client Hello
|
2015-12-07 11:24:14 -08:00 |
|
toddouska
|
4a0c4fbf3f
|
remove fprintf from ecdsa verify fail wrapper
|
2015-12-07 09:25:19 -08:00 |
|
David Garske
|
89a65b0aa0
|
Fixed compile error in signature.c with g++. Corrected comment.
|
2015-12-04 15:22:06 -08:00 |
|
toddouska
|
37bc497f21
|
fix merge conflict
|
2015-12-03 12:37:49 -08:00 |
|
toddouska
|
532d1da9c0
|
Merge pull request #206 from dgarske/FixExtraMalloc_wNotTLS12
Fixed issue with "WOLFSSL_SMALL_STACK" and pre TLS 1.2 in "SendServer…
|
2015-12-03 11:26:43 -08:00 |
|
toddouska
|
1c2a920b8f
|
Merge pull request #203 from dgarske/SendServerHelloRNGCombine
Combined "wc_RNG_GenerateBlock" calls in "SendServerHello".
|
2015-12-03 11:16:00 -08:00 |
|