History: ip_app_ssh
This page describes all changes made to the ip_app_ssh package, Secure Shell base, since its release.
Version
1.3 (2017-08-23, 12:00):
- Corrected function call ssh_remove_subsytem() to ssh_remove_subsystem().
1.2 (2017-08-22, 13:00):
- Use of dynamic allocation is now controlled by configuration (SSH_DYNAMIC_ALLOC_EN).
- Removed multiple returns from functions.
- Added support for DNS address resolution for forwarded channels.
- Added support for new version of HCC_CLI (2.0).
- Updated file comments to have standard HCC license notice.
1.1 (2017-07-19, 12:00):
- Initial release of SSH.
- Issues:
1. MISRA: Dynamic allocation used.
2. MISRA: multiple returns from functions.
3. Use of DNS address resolution is not implemented.