File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ Changes for v4.0.0 (2024-08-21)
2+ ===============================
3+
4+ - Replace PyOpenSSL with Cryptography (#260)
5+
6+ - This is a major infrastructure change that replaces core
7+ certificate parsing, key processing, signature validation, and
8+ certificate chain validation functions previously provided by
9+ PyOpenSSL with those provided by Cryptography. Care was taken to
10+ preserve the exisitng API, including exception types, but many
11+ error messages raised in various error conditions have changed. If
12+ you see unexpected behavior and you have reason to believe it is
13+ incorrect, please file an issue.
14+
15+ - Breaking change: the ca_path parameter, previously used to specify
16+ CA certificate stores, is no longer supported. Use the ca_pem_file
17+ parameter instead.
18+
19+ - Raise error when invalid certificate string is passed as input to
20+ signer
21+
22+ - Fix public key matching for ECDSA (#245)
23+
124Changes for v3.2.2 (2024-01-28)
225===============================
326
Original file line number Diff line number Diff line change 44
55setup (
66 name = "signxml" ,
7- version = "3.2.2 " ,
7+ version = "4.0.0 " ,
88 url = "https://github.com/kislyuk/signxml" ,
99 license = "Apache Software License" ,
1010 author = "Andrey Kislyuk" ,
You can’t perform that action at this time.
0 commit comments