Skip to content

v1.3.0

Latest

Choose a tag to compare

@IonBazan IonBazan released this 16 Jun 17:42
4f9aa41
  • Fix Date HTTP header format (#2) thx @ywisax
  • Fix typo in X-Ca-Signature-Method HTTP header (#2) thx @ywisax
  • Add HmacSHA1 Digest format
  • Minor BC break: Digest is now deprecated - use HmacSHA256Digest instead.
  • Minor BC break: DigestInterface now requires getMethod method - make sure you implement it in your custom signing methods.