Skip to content

Commit 2038d04

Browse files
committed
v0.12
[ Major change since 0.11 ] Major refactoring of the decrypt function and code improvements. There should be no impact on existing application but it will support more XML than previously. - 3367a90 Be Perl 5.12 compatible - 0419da9 No longer 5.8 compatible - 4c5099e Fix the namespace of MGF - 36480e5 Refactor the decrypt function - 04734fc Change weird regexp ok to like - 9934d81 Fix determination of aes_gcm for xmlsec1 - bf7298c Verify that xmlsec can decrypt XML::Enc XML with OAEPparams - a0d296c Fix bitwise & versus logical && - c083828 v0.11
1 parent 4f42e41 commit 2038d04

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Changes

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@ Revision history for Perl extension XML::Enc.
22

33
{{$NEXT}}
44

5+
0.12 -- Mon Jul 03 16:12:56 ADT 2023
6+
7+
[ Major change since 0.11 ]
8+
9+
Major refactoring of the decrypt function and code improvements.
10+
There should be no impact on existing application but it will
11+
support more XML than previously.
12+
13+
- 3367a90 Be Perl 5.12 compatible
14+
- 0419da9 No longer 5.8 compatible
15+
- 4c5099e Fix the namespace of MGF
16+
- 36480e5 Refactor the decrypt function
17+
- 04734fc Change weird regexp ok to like
18+
- 9934d81 Fix determination of aes_gcm for xmlsec1
19+
- bf7298c Verify that xmlsec can decrypt XML::Enc XML with OAEPparams
20+
- a0d296c Fix bitwise & versus logical &&
21+
- c083828 v0.11
22+
523
0.11 -- Sun Mar 19 09:39:31 ADT 2023
624

725
[ Major change since 0.08 ]

0 commit comments

Comments
 (0)