Skip to content

Commit

Permalink
Fix for issue #165
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryStrozhevsky committed Apr 17, 2018
1 parent ce2b584 commit d2aa76a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@
"module": "./src/index.js",
"main": "./build/index.js",
"name": "pkijs",
"version": "2.1.40",
"version": "2.1.41",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/CertificateChainValidationEngine.js
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ export default class CertificateChainValidationEngine
return {
result: false,
resultCode: 8,
resultMessage: "Certificate validity period is out of checking date"
resultMessage: "The certificate is either not yet valid or expired"
};
}
}
Expand Down

0 comments on commit d2aa76a

Please sign in to comment.