- Add support for
equivalence
queries.
- Fix a typo.
- Add support for the new
BLIND
andUNBLIND
primitives.
- Fix diagrams being hard to read with certain VSCode themes.
- Diagrams now display properly in Visual Studio Code editors using dark themes.
- Correctly handle errors when user attempts to analyze or visualize an invalid model (due to syntax errors or similar).
- Fixed a typo.
- Fix a bug that prevented diagram visualizations for working on Windows.
- Removed a message that incessantly kept popping up asking the user to set
verifpal.path
.
- Move beyond deprecated VSCode extension APIs.
- Improve documentation.
- Add live analysis support (requires Verifpal 0.13.0 or higher).
- Add formatting support (requires Verifpal 0.13.0 or higher).
- Add hover information support (requires Verifpal 0.13.0 or higher).
- Add value peeking (requires Verifpal 0.13.0 or higher).
- Add diagram generation support (requires Verifpal 0.13.0 or higher).
- Add
freshness
andunlinkability
query keywords.
SPLIT
keyword incorrectly added asJOIN
.
- Add
CONCAT
andJOIN
keywords.
- Add
RINGSIGN
andRINGSIGNVERIF
keywords.
- Add
leaks
declaration keyword.
- Add
phase
block keyword.
- Added
PW_HASH
andpassword
keywords.
- Added
SHAMIR_SPLIT
andSHAMIR_JOIN
keywords.
- Added
PKE_ENC
andPKE_DEC
keywords.
- Added
nil
and_
keywords.
- Updated syntax highlighting to match the renaming of
HMACVERIF
toASSERT
andHMAC
toMAC
.
- Initial release.