From bbea28f21259ab216b858466993aa552dcb434fa Mon Sep 17 00:00:00 2001 From: JulioLoayzaM Date: Fri, 23 Aug 2024 09:20:13 +0200 Subject: [PATCH] version 2024.08.23 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ docs/Makefile | 2 +- pyproject.toml | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 156620e..bd2998a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [CalVer](https://calver.org/). +## 2024.08.23 + +### Fixed + +- ECDH: Wrong test attribute in Wycheproof test (#11, 83204324). +- common: Missing `importlib.metadata` import (a1b55d6f). +- common: Small improvements to result display (d4cf7ea8). + +### Added + +- cli: --debug option to save debug data (#10, 8e4b295f). +- docs: Documentation for `common.Console` (#9, 0d907ca1). + +## 2024.08.19 + +### Fixed + +- common: Passing `None` to `Console.process_results` does not work as + documented (#7, 3b6fef74). + +## 2024.08.03 + +### Fixed + +- ECDSA: `test_sign` fails to verify signature when using the `pre_hashed` + option (#4, 6871c6e5, b1c1ddc5). +- ECDSA: Verify test crashes when saving the results (#5, 1d7019df). + ## 2024.07.03 - **Breaking**: changed the usage of the AES and SHA wrappers. diff --git a/docs/Makefile b/docs/Makefile index 25d3d00..e6bd79e 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -14,7 +14,7 @@ help: .PHONY: help Makefile -VERSIONS = main 2024.08.19 2024.08.03 2024.07.03 2024.06.12 +VERSIONS = main 2024.08.23 2024.08.19 2024.08.03 2024.07.03 2024.06.12 all-versions: $(VERSIONS) git checkout main diff --git a/pyproject.toml b/pyproject.toml index 16e592a..0ccaae3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "crypto-condor" -version = "2024.08.19" +version = "2024.08.23" description = "Compliance testing for implementations of cryptographic primitives" license = "Apache-2.0" authors = [