David Garske
|
adb9d27e9e
|
Fixed release distribution of the Rowley IDE example. Added section in README for required library functions.
|
2015-10-06 16:11:28 -07:00 |
|
David Garske
|
16ba3138a1
|
Added support for the Rowley CrossWorks for ARM IDE. Added new "WOLFSSL_ROWLEY_ARM" setting define. Added a sample solution (wolfssl.hzp) for building the WolfSSL library and sample test/benchmark applications. The sample applications are written for the Freescale Kinetis K64, but easily be customized for any Kinetis or further extended to support other ARM micro-controllers.
|
2015-10-06 10:45:46 -07:00 |
|
toddouska
|
3dda2965bd
|
fix bash bracket string contains
|
2015-10-05 15:43:38 -07:00 |
|
toddouska
|
750302dd2e
|
Merge branch 'script-openssl-test'
|
2015-10-05 15:34:38 -07:00 |
|
toddouska
|
236df9257b
|
add openssl script suite test
switch to bash for 'read -ra <<<' for now
|
2015-10-05 15:33:37 -07:00 |
|
John Safranek
|
f06c08718c
|
bump version for sniffer release
v3.6.9
|
2015-10-05 10:14:07 -07:00 |
|
toddouska
|
b1c5f3b299
|
add show every cipher suite to examples/client
|
2015-10-02 16:26:20 -07:00 |
|
John Safranek
|
8c24fa1e66
|
Merge branch 'master' of github.com:wolfSSL/wolfssl
|
2015-10-02 15:59:15 -07:00 |
|
John Safranek
|
50d340c261
|
Merge branch 'sniffer-recovery'
|
2015-10-02 15:58:57 -07:00 |
|
John Safranek
|
0f6f404938
|
delete debugging breadcrumb
|
2015-10-02 15:55:40 -07:00 |
|
toddouska
|
ad51d4ba09
|
make sure fast invmod lowers result in too big case
|
2015-10-02 15:38:22 -07:00 |
|
John Safranek
|
9fe5401630
|
sniffer skips partially received record when fixing an ACK fault
|
2015-10-02 15:13:02 -07:00 |
|
John Safranek
|
1237b35bb8
|
add option to sniffer to try to restart decoding after an ACK fault
|
2015-10-02 11:26:45 -07:00 |
|
toddouska
|
27450aca7d
|
increment explicit iv and zero nonce even on GCM/CCM failure
|
2015-10-02 11:24:32 -07:00 |
|
Jacob Barthelmeh
|
10276944d3
|
return value on AES CCM encrypt
|
2015-10-02 11:40:47 -06:00 |
|
toddouska
|
08771518a7
|
Merge branch 'freertos'
|
2015-10-02 10:28:10 -07:00 |
|
kaleb-himes
|
67e08e48c5
|
Github Issue #130 (XMALLOC_USER, NO_WOLFSSL_MEMORY) with FREERTOS
|
2015-10-02 10:56:19 -06:00 |
|
Jacob Barthelmeh
|
dd262fe939
|
fix on AES CCM nonce size
|
2015-10-01 17:42:03 -06:00 |
|
toddouska
|
8f32604542
|
Merge branch 'vxworks'
|
2015-09-29 11:59:29 -07:00 |
|
toddouska
|
3d110516f4
|
fixup WORKBENCH autoconf
|
2015-09-29 11:57:52 -07:00 |
|
toddouska
|
628a4e5ac2
|
Merge branch 'master' of https://github.com/lchristina26/wolfssl into vxworks
|
2015-09-29 11:55:06 -07:00 |
|
Leah
|
350fe922b9
|
Update README.md
|
2015-09-29 12:53:43 -06:00 |
|
Leah
|
914ed31ff2
|
Update README.md
|
2015-09-29 12:53:10 -06:00 |
|
Leah
|
389bbc94eb
|
Update README.md
|
2015-09-29 12:51:03 -06:00 |
|
toddouska
|
f4250006b3
|
Merge branch 'vxworks'
|
2015-09-29 11:49:32 -07:00 |
|
lchristina26
|
46cd3a915b
|
VxWorks README
|
2015-09-29 12:49:24 -06:00 |
|
toddouska
|
208f0eeb8e
|
fix trailing whitespace
|
2015-09-29 11:48:46 -07:00 |
|
toddouska
|
799dfadf44
|
Merge branch 'master' of https://github.com/lchristina26/wolfssl into vxworks
|
2015-09-29 11:46:18 -07:00 |
|
lchristina26
|
7c9490844a
|
fix formatting for vxworks commits
|
2015-09-29 12:22:03 -06:00 |
|
lchristina26
|
3c2712da31
|
vxworks compatibility additions
|
2015-09-29 12:12:35 -06:00 |
|
toddouska
|
d94321ecfb
|
Merge branch 'freertos-tcp'
|
2015-09-28 16:16:14 -07:00 |
|
toddouska
|
b403036c77
|
Merge branch 'FreeRTOS_TCP' of https://github.com/kojo1/wolfssl into freertos-tcp
|
2015-09-28 16:13:21 -07:00 |
|
toddouska
|
77b1649638
|
Merge branch 'idea'
|
2015-09-28 15:25:43 -07:00 |
|
toddouska
|
28912621ec
|
switch idea invmod too big to subtraction
|
2015-09-28 15:24:32 -07:00 |
|
toddouska
|
292e05dc75
|
switch memset / memcpy to XMEM in src and wolfcrypt/src proper
|
2015-09-28 11:37:00 -07:00 |
|
toddouska
|
a8b5c57dd2
|
make sure external tests have a valid cipher
|
2015-09-28 09:47:59 -07:00 |
|
toddouska
|
cab37ef24e
|
Merge https://github.com/lfcrypto/wolfssl into idea
|
2015-09-28 09:32:55 -07:00 |
|
Ludovic FLAMENT
|
c7193672a5
|
fix IDEA modular inverse, add CBC tests with random values
|
2015-09-27 15:05:01 +02:00 |
|
Takashi Kojo
|
0a530c1b70
|
#pragma worning for Visual Studio
|
2015-09-26 08:49:03 +09:00 |
|
Takashi Kojo
|
f450ac0684
|
settings.h: GenSeed for test only option
|
2015-09-26 08:03:49 +09:00 |
|
toddouska
|
ab269b277e
|
Merge branch 'master' into idea
|
2015-09-25 15:48:00 -07:00 |
|
toddouska
|
8c01c8d8e1
|
Merge branch 'master' of https://github.com/lfcrypto/wolfssl into idea
|
2015-09-25 15:42:31 -07:00 |
|
toddouska
|
ac79effa42
|
Merge branch 'ca-continue'
|
2015-09-25 15:40:04 -07:00 |
|
Ludovic FLAMENT
|
71576aef14
|
fix bad computed values
|
2015-09-25 23:52:08 +02:00 |
|
toddouska
|
3451ab2f5d
|
Merge branch 'CA_continue' of https://github.com/NickolasLapp/wolfssl into ca-continue
|
2015-09-25 14:18:16 -07:00 |
|
Takashi Kojo
|
0c95a5e940
|
Adding FreeRTOS TCP support, FREERTOS_TCP option
|
2015-09-25 10:51:35 +09:00 |
|
Ludovic FLAMENT
|
ae6b4be135
|
fix idea_mult
move reg and tmp buffer to word32
|
2015-09-24 22:55:11 +02:00 |
|
toddouska
|
42d94a0f7f
|
wolfssl.com now requires ECDHE or static RSA
|
2015-09-24 12:19:38 -07:00 |
|
toddouska
|
465622d4e0
|
wolfssl.com now uses old chacha-poly, detect for external test
|
2015-09-24 12:13:01 -07:00 |
|
Nickolas Lapp
|
755e844f05
|
CA parsing to continue after failure when possible
|
2015-09-24 11:14:07 -06:00 |
|