 |
NetBurner 3.0
|
June 2018
New in this release
- FTPD
- Added FTPS support
- Added examples demonstrating FTPS (FTPSServer)
- SSH
- Added integrated support for diffie-hellman-group14-sha1
- System
- Adding Non-Blocking IOCTL setting to stdio. By default, stdio will be fully blocking.
- TCP
- Added GetMSSData() to TCP socket to return optimal max write size
- TLS/SSL
- Significant upgrade to TLS/SSL security suite
Corrections in this release
- Debug Mode
- Added code-stripping to debug builds. Already enabled in release builds
- FTPD
- Fixed directory response to add more browser compatibility and FileZilla
- MCF5270
- Fix in filesystem, MMC_BaseInit() overwriting GPIO bits
- MCF54415
- Fixed multi-cast deregistration issues when link goes up/down
- Fixed debugger crashing on mouse-over in NBEclipse
- SB800EX
- Fixed serial port numbering in alternate monitor and SecureFactoryApp
- SNMP
- Fixed sysuptime rollover bug
- System
- Fixed multiple interface ConfigRecord corruption
- Fixed tzsetchar() memory overwrite
- TCP
- Fix for possible TCP No ACK first data packet. This was caused by a race between the remote and the accepting task
- TLS/SSL
- Fixed writing to SSL socket after async accept prior to negotiation completion
- Fixed peer verification switches with verify peer.
- Web Client
- JSON parser fixed to correctly parse negative numbers with leading 0
- Web Server
- Added StopHttp function
- Fixed server bug. Embedded GET/HEAD/POST strings in post data broke the parser