-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
148 lines (101 loc) · 4.38 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
Revision history for Perl extension XML::Enc.
{{$NEXT}}
0.15 -- Sat Dec 28 09:10:40 AST 2024
[ Major change since 0.13 ]
This release fixes the MFG support for rsa-oaep. It requires CryptX >= 0.081
Release 0.14-TRIAL as a production release
[Change Log]
- b27d8a2 Increment Repo version
- b129a01 v0.14
0.14 -- Fri Dec 27 12:14:45 AST 2024
[ Major change since 0.13 ]
This release fixes the MFG support for rsa-oaep. It requires CryptX >= 0.081
[Change Log]
- 1b63d94 Increment repo version
- 90d3c51 Fix CryptX version comparison for 0.081
- 8f03f0f Add KeyName to XML if specified
- 2ad0e14 Fix MGF support
- 0d24262 v0.13
0.13 -- Tue Jul 04 18:57:34 ADT 2023
[ Major change since 0.12 ]
So... 326d823 fixes an issue introduced in 0.11. You can ignore my
comments in the 0.11 Changes...
[Change Log]
- 7321de2 Indent SYNOPIS
- 326d823 Fix disappearing namespace bug in _decrypt_encrypted_node
- 2038d04 v0.12
0.12 -- Mon Jul 03 16:12:56 ADT 2023
[ 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
0.11 -- Sun Mar 19 09:39:31 ADT 2023
[ 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 https://github.com/perl-net-saml2/perl-XML-Enc/pull/4
- f04a0d5 Increment version for official release
- 33cccb7 v0.10
0.10 -- Sat Mar 18 20:35:27 ADT 2023
- 8cf0944 Increment version for another TRIAL release
- 6be34dc v0.09
- 70c10d4 Update Changes for a TRIAL release
0.09 -- Sun Mar 12 22:03:24 ADT 2023
[ 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.
- 53dd0eb Update Windows and Linux Github Actions
- 9ee72a9 Use Test::XML::Enc to determine xmlsec features
- 9f01450 Replace Crypt::Random with Crypt::PRNG to emiminate pari requirment
- de6ffdd Increment version number for repo and update Copyright
- c72b1ca v0.08
0.08 -- Mon Nov 21 22:17:44 AST 2022
- d729f2c Release 0.07-TRIAL as production
- 09349ca v0.07
0.07 -- Sun Nov 20 18:02:06 AST 2022
- c468bb9 Update support files before release
- 45b0fa2 rename new parameter before release
- 48713f6 Add support for specifying xenc:OAEPparams
- a64c613 Move to Crypt::PK::RSA and support OAEP with MGF element
- 0c9a35a Get extra values from EncryptionMethod XML
- 912180e v0.06
0.06 -- Sat Apr 09 17:41:59 ADT 2022
- f28203a Require Crypt::AuthEnc::GCM 0.062 or higher
- 0b77ac1 v0.05
0.05 -- Thu Mar 31 20:10:51 ADT 2022
- 7e9b4d0 Update version for 0.05 release
- 299f358 Update docs and fix a default
- be46cd7 v0.04
0.04 -- Thu Mar 31 00:08:04 ADT 2022
[ Major change since 0.03 ]
- Support AES GCM base encryption Algorithms
- 8059d02 Merge pull request #1 from perl-net-saml2/gcm-support
- 423d5c6 Update version number for release
- cf246ce Add support fot AES GCM based encryption Algorithms
- 0b69310 v0.03
0.03 -- Sat Mar 26 22:01:34 ADT 2022
- 894b08c Update Version and README for release
- 4a7ff19 Remove the force_element_to_content its unneeded
- 83b98b1 v0.02
0.02 -- Sat Mar 26 13:23:00 ADT 2022
[Minor POD Changes]
- bf08275 Fix an issue with the POD for force_element_to_content inserted in the incorrect location
- 8e5361b v0.01
- 66f6443 Add Changes document
0.01 -- Sat Mar 26 11:53:16 ADT 2022
[ First Release ]
- 89e87ab Initial Version