Skip to content

Commit c083828

Browse files
committed
v0.11
[ Major change since 0.08 ] @NGEfreak asked if Crypt::Random could be replaced with Crypt::PRNG to eliminate the need for pari which requires network connectivity. Makes sense because CryptX is already a dependency. Known issue: rsa-oaep with different digests for the MGF and the label is broken and was broken from the initial implementation. This is being resolved via #4 - f04a0d5 Increment version for official release - 33cccb7 v0.10
1 parent f04a0d5 commit c083828

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.11 -- Sun Mar 19 09:39:31 ADT 2023
6+
7+
[ Major change since 0.08 ]
8+
9+
@NGEfreak asked if Crypt::Random could be replaced with Crypt::PRNG
10+
to eliminate the need for pari which requires network connectivity.
11+
Makes sense because CryptX is already a dependency.
12+
13+
Known issue:
14+
15+
rsa-oaep with different digests for the MGF and the label is broken and
16+
was broken from the initial implementation.
17+
18+
This is being resolved via https://github.com/perl-net-saml2/perl-XML-Enc/pull/4
19+
20+
- f04a0d5 Increment version for official release
21+
- 33cccb7 v0.10
22+
523
0.10 -- Sat Mar 18 20:35:27 ADT 2023
624

725
- 8cf0944 Increment version for another TRIAL release

0 commit comments

Comments
 (0)