History: enc_edh
This page describes all changes made to the enc_edh package, Ephemeral Diffie-Hellman (EDH) Algorithm, since its release.
Version
1.8 (2018-01-31, 15:00)
- Added EDH test suite (moved from enc_test).
- Added missing variable casting.
1.7:
- Moved EDH_BUF_LEN to configuration file.
1.6:
- Corrected key length check in function edh_decode_params().
1.5:
- Removed mutex clearing during initialization which can cause compile error on OS.
1.4
- Corrected checking of output buffer length.
- Corrected writing out of buffer boundaries.
1.3
- Code Review.
- Big number-related changes.
1.2:
- Changes to make module work in Big Endian architecture.
1.1:
- Code review (changed u to U).
- Changed version number to match new enc_base package.
- Added setting bn_buf_len for big numbers.
1.0:
- Initial release.