Skip to content

Releases: assaabloy-ppi/salt-channel-c

2.2.4 2018-12-12

12 Dec 13:41
Compare
Choose a tag to compare

Compatible with salt-channel-v2-final1.md

  • Fix bytes to uint32_t conversion error

2.2.3 2018-10-19

19 Oct 09:01
b12be6c
Compare
Choose a tag to compare

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

20 Sep 09:10
Compare
Choose a tag to compare

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

25 May 11:19
Compare
Choose a tag to compare

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

20 Apr 09:06
db6dbea
Compare
Choose a tag to compare

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

26 Mar 14:41
a044e40
Compare
Choose a tag to compare

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

08 Mar 10:15
Compare
Choose a tag to compare

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

09 Feb 13:54
Compare
Choose a tag to compare

Engineering release of salt-channel-c, compatible with salt-channel-v2-final1.md

Known issues:

  • Possible integer overflow in delay detection mechanism: #24