We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b299e0e commit edb8cc0Copy full SHA for edb8cc0
.github/workflows/linux.yml
@@ -20,6 +20,7 @@ jobs:
20
- '5.26'
21
- '5.28'
22
- '5.30'
23
+ - '5.32'
24
container:
25
image: perl:${{ matrix.perl-version }}
26
steps:
Changes
@@ -5,6 +5,7 @@ Version History
5
Fix issues with verifying certificates based on trusted
6
certs using the local CApath or CAfile
7
8
+ b299e0e Update Changes and Increment to version 0.20
9
f58121e Merge pull request #10 from issue7
10
58bc456 Allow verification of an intermediate certificate using local root store
11
fdcaf73 Fixes #6 remove new_from_x509 documents
0 commit comments