File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,27 @@ Revision history for XML-Sig
22
33{{$NEXT}}
44
5+ [Notable Changes since 0.59]
6+
7+ - Forgot to update the Change for 0.60
8+ - Minor fixes for ecdsa, DSA
9+ - Improve test to handle xmlsec1 and openssl version differences
10+
11+ - 02a57cb v0.60
12+ - 44e3f47 Fix tests for changes to xmlsec output
13+ - 5d790dd Update repo version
14+ - 66b6886 Auto install dependencies in github action
15+ - 3f5e789 use Test::Sig::XML for hmac tests
16+ - 6699eed Improve tests for xmlsec and openssl version differences
17+ - 0b57351 Add support for key name to hmac to satisfy xmlsec tests
18+ - 86fb23f Fix missing SKIP in t/008_sign_saml.t
19+ - 983f1e0 Fix DSA implementation regarding keysize to signature hashing alg
20+ - 1186d53 Fix workflows with updated images
21+ - 45c7e13 Really fix hard-coded ecdsa key name
22+ - 97c01bb disabled ripemd160 between 3.0.0 and 3.0.6
23+ - 203e875 fix hard coded file name for loading ecdsa key
24+ - 4bdf307 v0.59
25+
5260.60 -- Sun Mar 12 21:27:52 ADT 2023
627
7280.59 -- Thu Nov 24 22:24:32 AST 2022
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ my %WriteMakefileArgs = (
4747 " Test::More" => 0,
4848 " namespace::autoclean" => 0
4949 },
50- " VERSION" => " 0.60 " ,
50+ " VERSION" => " 0.61 " ,
5151 " test" => {
5252 " TESTS" => " t/*.t"
5353 }
Original file line number Diff line number Diff line change 33 Signatures
44
55VERSION
6- version 0.60
6+ version 0.61
77
88SYNOPSIS
99 my $xml = '<foo ID="abc">123</foo>';
You can’t perform that action at this time.
0 commit comments