Releases: IBM/idemix
Releases · IBM/idemix
Release list
v0.2.0
What's Changed
- modernization by @adecaro in #82
- MSP curve is hardcoded in constructor, ignoring IdemixMSPConfig.CurveId #85 by @adecaro in #86
- fix(bbs): eliminate data race in f2192 curve cache by @EvanYan1024 in #84
New Contributors
- @EvanYan1024 made their first contribution in #84
Full Changelog: v0.1.1...v0.2.0
v0.1.1
v0.1.0
What's Changed
- Configure Mend for GitHub Enterprise by @ibm-mend-app[bot] in #62
- Repository Modernization Plan - Phase 1A: Flatten nested Go submodules into root module by @Soumya8898 in #64
- Repository Modernization Plan - Phase 1B: MSP File Reorganization by @Soumya8898 in #65
- Repository Modernization Plan - Phase 1C: Legacy Removal Readiness by @Soumya8898 in #66
- Repository Modernization Plan - Phase 2A: Remove unused Hash, Encrypt, Decrypt from BCCSP interface by @Soumya8898 in #69
- Repository Modernization Plan - Phase 2B: Remove redundant Algorithm() from Opts interfaces by @Soumya8898 in #70
- perf: migrate to internal optimized bbs module by @neetance in #68
- Repository Modernization Plan - Phase 2C: Fix typos and incorrect comments in idemix domain interfaces by @Soumya8898 in #71
- Repository Modernization Plan - Phase 2D: Add missing IDEMIX_ARIES to mspTypeStrings map by @Soumya8898 in #72
- Repository Modernization Plan - Phase 3A: Add error and edge-case path coverage for Aries scheme by @Soumya8898 in #73
- Repository Modernization Plan - Phase 3B: Refactor Aries scheme tests to table-driven subtests by @Soumya8898 in #74
- Repository Modernization Plan - Phase 3C: Add Benchmarks for Aries Scheme Crypto Operations by @Soumya8898 in #75
- Repository Modernization Plan - Phase 3D: Add Fuzz Tests for Aries Scheme Trust-Boundary Parsers by @Soumya8898 in #76
- modernization by @adecaro in #77
New Contributors
- @ibm-mend-app[bot] made their first contribution in #62
- @Soumya8898 made their first contribution in #64
- @neetance made their first contribution in #68
Full Changelog: v0.0.2...v0.1.0
v0.0.2
Fix credential verification bug This PR fixes a bug in the credential verification. The buggy code did not properly increment a counter for hidden attributes, leading to incorrect signature verification. The bug wasn't tested (despite the fact that we tested with hidden attributes) owing to the fact that the hidden attribute was last in the old tests, and so the missing increment did not matter. The code is now fixed and a new unit test is added. Signed-off-by: Alessandro Sorniotti <aso@zurich.ibm.com>
Idemix v0.0.1
Initial release of the idemix package including the idemixgen tool.
What's Changed
- Correctly compile protobufs from docker image by @yacovm in #1
- Downgrade deps by @ale-linux in #2
- Use latest mathlib and align deps with fabric by @ale-linux in #3
- idemixgen: introduce option to choose math library #6 by @adecaro in #7
- Extended Idemix Signature Sig Algorithm by @adecaro in #5
- Upgrade mathlib by @ale-linux in #13
- pick the translator that fits the curve selected by @adecaro in #14
- Binary Build by @mbwhite in #18
- Add in release github action by @mbwhite in #19
New Contributors
- @yacovm made their first contribution in #1
- @ale-linux made their first contribution in #2
- @adecaro made their first contribution in #7
- @mbwhite made their first contribution in #18
Full Changelog: https://github.com/IBM/idemix/commits/v0.0.1