Skip to content

Commit 4a2e038

Browse files
committed
v0.66
[Notable Changes since 0.65] - POSSIBLE BREAKING CHANGE - Crypt::OpenSSL::RSA disabled use_pkcs1_padding. You will be unable - to verify an xml signature that uses rsa with pkcs1 padding - Fix test scripts for some xmlsec1 updates [Change Log] - 5ceb574 Add a security policy - b19c023 Update Copyright and version for release - c42bd68 use_pkcs1_padding is no longer supported by Crypt::OpenSSL::RSA - fab3879 ripemd160 is disabled in xmlsec1 1.3.7 - 2c50bb5 Fix issues with author test script - 1035134 xmlsec1 does not support DSAKeyValue - bde6403 v0.65
1 parent 5ceb574 commit 4a2e038

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

Changes

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@ Revision history for XML-Sig
22

33
{{$NEXT}}
44

5+
0.66 -- Thu May 08 21:12:21 ADT 2025
6+
7+
[Notable Changes since 0.65]
8+
- POSSIBLE BREAKING CHANGE
9+
- Crypt::OpenSSL::RSA disabled use_pkcs1_padding. You will be unable
10+
- to verify an xml signature that uses rsa with pkcs1 padding
11+
- Fix test scripts for some xmlsec1 updates
12+
13+
[Change Log]
14+
- 5ceb574 Add a security policy
15+
- b19c023 Update Copyright and version for release
16+
- c42bd68 use_pkcs1_padding is no longer supported by Crypt::OpenSSL::RSA
17+
- fab3879 ripemd160 is disabled in xmlsec1 1.3.7
18+
- 2c50bb5 Fix issues with author test script
19+
- 1035134 xmlsec1 does not support DSAKeyValue
20+
- bde6403 v0.65
21+
522
0.65 -- Tue Nov 21 18:35:23 AST 2023
623

724
[Notable Changes since 0.64]
@@ -29,7 +46,7 @@ Revision history for XML-Sig
2946

3047
- Implement a form of xmlsec1's "--id-attr" to allow verifying a
3148
specific node. (WATERKIP)
32-
49+
3350
- 2c28c5b Increment version and Copyright for release
3451
- 288addc Simplify getting the ID's from the nodes with ID attributes
3552
- b3efb73 Allow verification on one node:

0 commit comments

Comments
 (0)