Commit Graph

1022 Commits (e1f07a346a99cd920693e3db04ec156285707960)

Author SHA1 Message Date
John Safranek e1f07a346a
Actions
1. Add build action for Ubuntu.
2. Add build action for macOS.
2021-07-20 11:05:04 -07:00
JacobBarthelmeh 784567eed3
Merge pull request #349 from ejohnstown/dh-sz-fix
DH Size Fix
2021-07-16 12:49:41 +07:00
John Safranek d64c0c309a
DH Size Fix
When creating the handshake info, initialize the size of the e and x values to their sizes.
2021-07-15 10:00:02 -07:00
John Safranek ebca2b2828
Merge pull request #348 from kojo1/user-filesys
Add README.md under IAR-EWARM/Projects, fix include.am
2021-07-08 15:55:33 -07:00
Takashi Kojo 85ec620569 Add README.md under IAE=EWARM/Projects, fix include.am 2021-07-09 07:23:20 +09:00
David Garske c8d3bbbdf5
Merge pull request #347 from ejohnstown/m4-update
M4 Update
2021-07-01 17:01:14 -07:00
John Safranek dbea6e6a47
M4 Update
1. Update the m4 files we updated in wolfSSL.
2. Update the configure.ac.
2021-07-01 14:42:49 -07:00
JacobBarthelmeh d2f98af161
Merge pull request #344 from ejohnstown/more-aes
More AES
2021-06-24 19:14:41 +07:00
John Safranek ebd7031b66
More AES
Added 192 and 256 bit support for AES-CBC, AES-CTR, and AES-GCM.
2021-06-23 11:22:56 -07:00
JacobBarthelmeh 9399d95686
Merge pull request #340 from danielinux/fatfs
Added support for FatFs
2021-06-14 17:12:47 +07:00
Daniele Lacamera 338d3ba219 Added support for FatFs 2021-05-24 13:58:49 +02:00
John Safranek a6e4d46c75
Merge pull request #332 from kojo1/user-filesys
User filesystem option
2021-05-18 13:46:58 -07:00
JacobBarthelmeh a6fba1d9ae
Merge pull request #335 from danielinux/hwcrypto_fixes
Fix descriptor leaks for sha/aes
2021-05-11 18:05:28 +07:00
John Safranek 3d8d9654dd
Merge pull request #339 from JacobBarthelmeh/sftp
reset kSz for rekey fix
2021-05-07 14:45:24 -07:00
John Safranek 5590353216
Merge pull request #338 from JacobBarthelmeh/fuzz
fix for cleanup in error case
2021-05-07 14:38:39 -07:00
Jacob Barthelmeh 99d1af1017 reset kSz for rekey fix 2021-05-07 15:02:00 +07:00
Jacob Barthelmeh f3c98d4dfd fix for cleanup in error case 2021-05-07 14:10:52 +07:00
JacobBarthelmeh cd6cb0dd36
Merge pull request #337 from ejohnstown/purgepacket
PurgePacket
2021-05-06 00:55:38 +07:00
John Safranek 9ae319fc24
Add PacketPurge to a couple of Send functions that can error out between Prepare and BundlePacket. 2021-05-04 14:06:36 -07:00
John Safranek 35616ada1d
Add function to purge a packet in case building one fails. 2021-05-04 13:34:43 -07:00
Daniele Lacamera fc34447e77 Fix descriptor leaks for sha/aes 2021-04-28 20:07:44 +02:00
JacobBarthelmeh aeccc01487
Merge pull request #333 from kojo1/mem-leak
fix a leak
2021-04-27 11:25:17 +07:00
Takashi Kojo 14f9c4e63f add echoserver project for EWARM 2021-04-27 09:15:51 +09:00
Takashi Kojo 08af6ae911 fix indent 2021-04-27 06:05:22 +09:00
Takashi Kojo 8dae886735 dummy filesystem under ide/IAR-EWARM/Projects for USER_FILESYSTEM 2021-04-23 12:21:56 +09:00
Takashi Kojo 329e45f03c WOLFSSH_USER_FILESYSTEM, fix WOLFSSL_USER_IO conflict 2021-04-23 12:21:56 +09:00
Takashi Kojo c2d27664f8 fix a leak 2021-04-23 12:20:04 +09:00
Takashi Kojo b3fc009335 fix a leak 2021-04-23 11:29:21 +09:00
John Safranek e90c033c45
Merge pull request #329 from JacobBarthelmeh/testing
fixes for build with NO_WOLFSSH_CLIENT macro and --enable-all
2021-04-20 17:36:40 -07:00
JacobBarthelmeh c75216118f
Merge pull request #330 from danielinux/fix_no_dh
Fix configuration WOLFSSH_NO_DH
2021-03-26 21:49:57 +07:00
Daniele Lacamera 866a582e09 removed unused variable in the WOLFSSH_NO_DH configuration 2021-03-26 15:44:22 +01:00
Daniele Lacamera 0b73cc7472 Fix configuration WOLFSSH_NO_DH 2021-03-26 15:26:02 +01:00
Jacob Barthelmeh a0e19049f4 fixes for build with NO_WOLFSSH_CLIENT macro and --enable-all 2021-03-26 17:24:39 +07:00
JacobBarthelmeh a77bc90b75
Merge pull request #324 from danielinux/nosyscall-fixes
SCP: improvements to run on embedded RTOS
2021-03-26 16:37:13 +07:00
JacobBarthelmeh 12b6a0e6d8
Merge pull request #327 from danielinux/wolfssh_small_stack
Added option for --enable-small-stack
2021-03-23 21:48:45 +07:00
Daniele Lacamera fa0102eb89 Fixed permissions for private key 2021-03-22 17:48:26 +01:00
Daniele Lacamera f128bea779 Fixes after reviewer's comments 2021-03-22 17:40:12 +01:00
Daniele Lacamera 801ac2d656 Fixed scope of stack variables (found via asan) 2021-03-17 08:49:51 +01:00
Daniele Lacamera a36d91bc93 Fixes after reviewer's comments. 2021-03-16 09:48:36 +01:00
John Safranek 3b61ea2ab8
Merge pull request #325 from JacobBarthelmeh/sftp
fix for handling rekey
2021-03-11 08:21:10 -08:00
Daniele Lacamera 1d15b570b7 Renamed configure option to --enable-smallstack 2021-03-09 10:14:22 +01:00
Daniele Lacamera fa3919f28a Use constant expressions for array initialization 2021-03-09 10:10:19 +01:00
Daniele Lacamera cb2e988254 Fixed mixing declaration and code 2021-03-09 10:04:37 +01:00
Daniele Lacamera 40e12fd14d Added option for --enable-small-stack 2021-03-08 18:00:04 +01:00
Jacob Barthelmeh 6952d38246 client side needs to send Kex Dh on rekey 2021-03-03 18:21:09 +07:00
JacobBarthelmeh 35b8a50709
Merge pull request #326 from ejohnstown/sftp-sz
SFTP Size
2021-02-26 21:43:54 +07:00
John Safranek c93a7418cf
SFTP
For SFTP messages, check both minimum bound and maximum bound of the length value.
2021-02-23 11:42:11 -08:00
Daniele Lacamera 5169432e39 Removed options for NO_SCP_TIMESTAMP, NO_SCP_ENTER_DIRECTORY 2021-02-19 15:02:26 +01:00
Jacob Barthelmeh 4828cef216 fix for handling rekey 2021-02-19 01:27:24 +07:00
JacobBarthelmeh 4837dc03f6
Merge pull request #323 from ejohnstown/fuzz
Fuzz Fixes
2021-02-17 23:14:57 +07:00