File tree 3 files changed +14
-3
lines changed
3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
Version History
2
2
3
+ 0.20 02-Jul-2020
4
+
5
+ Fix issues with verifying certificates based on trusted
6
+ certs using the local CApath or CAfile
7
+
8
+ f58121e Merge pull request #10 from issue7
9
+ 58bc456 Allow verification of an intermediate certificate using local root store
10
+ fdcaf73 Fixes #6 remove new_from_x509 documents
11
+ 663e21b Fixes #7 - Revert the changes to CAPath and CAFile, make it closer to openSSL verify
12
+ e548214 META.yml missing for cpan info update
13
+
3
14
0.19 16-Jun-2020
4
15
5
16
Issue latest based on 0.18-TRIAL
6
17
No other changes
7
18
8
- Increment Version 0.19 and update Changes file
19
+ 618095a (tag: 0.19) Increment Version 0.19 and Changes update
9
20
10
21
0.18-TRIAL
11
22
Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ resources:
28
28
bugtracker : https://github.com/perl-net-saml2/perl-Crypt-OpenSSL-Verify/issues
29
29
license : http://dev.perl.org/licenses
30
30
repository : https://github.com/perl-net-saml2/perl-Crypt-OpenSSL-Verify
31
- version : ' 0.19 '
31
+ version : ' 0.20 '
32
32
x_serialization_backend : ' CPAN::Meta::YAML version 0.018'
33
33
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
6
6
require 5.010;
7
7
8
- our $VERSION = ' 0.19 ' ;
8
+ our $VERSION = ' 0.20 ' ;
9
9
10
10
use Crypt::OpenSSL::X509;
11
11
You can’t perform that action at this time.
0 commit comments