File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11Version History
22
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+
3140.19 16-Jun-2020
415
516 Issue latest based on 0.18-TRIAL
617 No other changes
718
8- Increment Version 0.19 and update Changes file
19+ 618095a (tag: 0.19) Increment Version 0.19 and Changes update
920
10210.18-TRIAL
1122
Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ resources:
2828 bugtracker : https://github.com/perl-net-saml2/perl-Crypt-OpenSSL-Verify/issues
2929 license : http://dev.perl.org/licenses
3030 repository : https://github.com/perl-net-saml2/perl-Crypt-OpenSSL-Verify
31- version : ' 0.19 '
31+ version : ' 0.20 '
3232x_serialization_backend : ' CPAN::Meta::YAML version 0.018'
3333
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
55
66require 5.010;
77
8- our $VERSION = ' 0.19 ' ;
8+ our $VERSION = ' 0.20 ' ;
99
1010use Crypt::OpenSSL::X509;
1111
You can’t perform that action at this time.
0 commit comments