File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ Changes for v2.7.2 (2019-12-01)
2+ ===============================
3+
4+ - Relax dependency version range on eight
5+
6+ - Update dependency installation documentation
7+
8+ - XMLSigner.sign(): add always_add_key_value kwarg to include both
9+ X509Data and KeyValue for ill-defined signing applications
10+
11+ - XMLVerifier.verify(): reject signatures that contain both X509Data
12+ and KeyValue by default; add ignore_ambiguous_key_info kwarg to
13+ bypass
14+
115Changes for v2.7.1 (2019-11-30)
216===============================
317
Original file line number Diff line number Diff line change 44
55setup (
66 name = 'signxml' ,
7- version = "2.7.1 " ,
7+ version = "2.7.2 " ,
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