Skip to content

Releases: 99designs/http-signatures-php

4.0.0

04 May 01:37
Compare
Choose a tag to compare

Removed

  • Removed HttpMessageFactory #32

3.1.2

04 May 01:32
Compare
Choose a tag to compare

Fixed

  • use getRequestTarget not getPath & getQuery #31

Fix potential time attack vulnerability in HMAC signature comparison for 2.x

19 Jan 23:27
Compare
Choose a tag to compare

Fixes a potential timing attack vulnerability in our HMAC signature comparison using a double HMAC approach. This fix has already been applied to v3.1.1, this is a backport for 2.x. Thanks to @afk11 for submitting this.

Fix potential time attack vulnerability in HMAC signature comparison

18 Jan 22:02
Compare
Choose a tag to compare

Fixes a potential timing attack vulnerability in our HMAC signature comparison using a double HMAC approach. Thanks to @afk11 for submitting this.

Use RequestInterface

17 Oct 03:27
Compare
Choose a tag to compare

This release:

  • Replaces usages of MessageInterface with RequestInterface
  • Removes type hinting for PSR-7 interfaces in methods

PSR-7 support

20 Sep 00:31
Compare
Choose a tag to compare

This release updates the library to expect PSR-7 messages for signing and verification.

Note: This change means that this library is not backwards compatible with previous versions. Please understand what PSR-7 is and how it applies to your application before upgrading.

Widen Symfony version constraints

02 Jul 14:13
Compare
Choose a tag to compare

This version further widens the installable Symfony versions

Widen Symfony version constraints

04 May 02:56
Compare
Choose a tag to compare
Merge pull request #23 from 99designs/symfony-constraint-update

Widen installable versions of Symfony component