Skip to content

Releases: IBM/idemix

v0.2.0

Choose a tag to compare

@adecaro adecaro released this 09 Jul 03:59
bb7ed95

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

Full Changelog: v0.1.1...v0.2.0

v0.1.1

Choose a tag to compare

@adecaro adecaro released this 30 Jun 12:53

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@adecaro adecaro released this 30 Jun 08:19
65cd95a

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

Choose a tag to compare

@github-actions github-actions released this 25 Mar 11:04
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

Choose a tag to compare

@ale-linux ale-linux released this 21 Oct 07:26

Initial release of the idemix package including the idemixgen tool.

What's Changed

New Contributors

Full Changelog: https://github.com/IBM/idemix/commits/v0.0.1