File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ Revision history for Perl extension XML::Enc.
2
2
3
3
{{$NEXT}}
4
4
5
+ - TBD Release 0.07-TRIAL as production
6
+ - 09349ca v0.07
7
+
5
8
0.07 -- Sun Nov 20 18:02:06 AST 2022
6
9
7
10
- c468bb9 Update support files before release
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ my %WriteMakefileArgs = (
33
33
" File::Which" => 0,
34
34
" Test::More" => 0
35
35
},
36
- " VERSION" => " 0.07 " ,
36
+ " VERSION" => " 0.08 " ,
37
37
" test" => {
38
38
" TESTS" => " t/*.t"
39
39
}
Original file line number Diff line number Diff line change 2
2
XML::Enc - XML::Enc Encryption Support
3
3
4
4
VERSION
5
- version 0.07
5
+ version 0.08
6
6
7
7
SYNOPSIS
8
8
my $decrypter = XML::Enc->new(
@@ -88,7 +88,7 @@ METHODS
88
88
* rsa-oaep <http://www.w3.org/2009/xmlenc11#rsa-oaep>
89
89
90
90
oaep_mgf_alg
91
- Specify the Algorithm to be used for rsa-oaep. Supported methods
91
+ Specify the Algorithm to be used for rsa-oaep. Supported algorithms
92
92
are:
93
93
94
94
Used in encryption. Optional. Default method: mgf1sha1
You can’t perform that action at this time.
0 commit comments