Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Nov 27, 2022
1 parent ba8ae44 commit 0f12337
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions Changes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
Changes for v3.0.1 (2022-11-27)
===============================

- Mark SHA1 as deprecated

- Aggregate verification settings in SignatureConfiguration dataclass

- Mark all dataclasses in API as frozen

- Add ability to assert expected signature location

- Add ability to assert expected signature algorithms

- Add ability to assert expected digest algorithms

- Add MGF1 (“RSASSA-PSS without parameters”) algorithm identifiers

- Remove PSS (“RSASSA-PSS with parameters”) and EdDSA algorithm
identifiers (given low usage and no interop examples, we will not be
implementing PSS parameters for now; EdDSA key info additionally has
no standardized way to serialize it)

- Add debug logging of canonicalization outputs

- Documentation and formatting improvements

Changes for v3.0.0 (2022-11-13)
===============================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="signxml",
version="3.0.0",
version="3.0.1",
url="https://github.com/kislyuk/signxml",
license="Apache Software License",
author="Andrey Kislyuk",
Expand Down

0 comments on commit 0f12337

Please sign in to comment.