Skip to content

Commit b299e0e

Browse files
committed
Update Changes and Increment to version 0.20
1 parent f58121e commit b299e0e

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

Diff for: Changes

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
Version 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+
314
0.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

1021
0.18-TRIAL
1122

Diff for: META.yml

+1-1
Original file line numberDiff line numberDiff 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'
3232
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
3333

Diff for: Verify.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55

66
require 5.010;
77

8-
our $VERSION = '0.19';
8+
our $VERSION = '0.20';
99

1010
use Crypt::OpenSSL::X509;
1111

0 commit comments

Comments
 (0)