Skip to content

Commit

Permalink
version 2024.07.03
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioLoayzaM committed Jul 3, 2024
1 parent 8cbe7da commit 8bd0b10
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ 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.07.03

- **Breaking**: changed the usage of the AES and SHA wrappers.
- The C wrapper templates no longer come with a Makefile and are no longer
compiled by crypto-condor. Instead, the user must compile the wrapper
themselves.
- The names of the AES and SHA wrapper files are no longer hard-coded: now
both the Python API and the CLI expect a filename pointing to a Python
wrapper or a compiled C wrapper.
- Add support for Python **3.10**.
- Fix long tracebacks on uncaught exceptions. This was because local variables
were included, such as the entire list of current test vectors. Local
variables are now omitted from tracebacks by default, but can be added back by
increasing the verbosity.

## 2024.06.12

- Changed the requirements for TestU01: no longer depends on a TeX Live
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "crypto-condor"
version = "2024.06.20-rc1"
version = "2024.07.03"
description = "Compliance testing for implementations of cryptographic primitives"
license = "Apache-2.0"
authors = [
Expand Down

0 comments on commit 8bd0b10

Please sign in to comment.