plivo-php icon indicating copy to clipboard operation
plivo-php copied to clipboard

Refactor signature validation

Open cb8 opened this issue 6 years ago • 0 comments

  • Rename class signatureValidation to SignatureValidation
  • Use constant-time comparison to validate signature (requires PHP 5.6)
  • Move test case to appropriate namespace
  • Update documentation

These changes are not backwards-compatible (except on case-insensitive filesystems).

cb8 avatar Jul 10 '18 21:07 cb8