Releases: assaabloy-ppi/salt-channel-c
Releases · assaabloy-ppi/salt-channel-c
2.2.4 2018-12-12
Compatible with salt-channel-v2-final1.md
- Fix bytes to uint32_t conversion error
2.2.3 2018-10-19
Compatible with salt-channel-v2-final1.md
- Do not clone and install CMocka in build script
- Use libsodium if found
v2.2.2 2018-09-20
First release of salt-channel-c, compatible with salt-channel-v2-final1.md
- Fix null check if no protocols were provided
- Minor code comments
v2.2.1 2018-05-25
Engineering release of salt-channel-c, compatible with salt-channel-v2-final1.md
- Adapt new crypto api for easier integration towards different cryptographic libraries.
v2.1.1 2018-04-18
Engineering release of salt-channel-c, compatible with salt-channel-v2-final1.md
- Fix issues from external audit
- Fix bug when running salt-channel as host when no protocols were provided
- Add some more implementations and API comments
- Adapt new fuzzing strategy (only AFL for now)
v2.1.0 2018-03-26
Engineering release of salt-channel-c, compatible with salt-channel-v2-final1.md
- Fix issue #30
- Verify header bytes to strictly follow specification
- Add some more implementations and API comments
v2.0.1 2018-03-08
Engineering release of salt-channel-c, compatible with salt-channel-v2-final1.md
Some clean up of code and increase of code coverage has been made.
Fix of issues #24 and #26,
v2.0.0, 2018-02-09
Engineering release of salt-channel-c, compatible with salt-channel-v2-final1.md
Known issues:
- Possible integer overflow in delay detection mechanism: #24