Skip to content

0.1.0

Compare
Choose a tag to compare
@malept malept released this 27 Jun 00:57
· 92 commits to master since this release
v0.1.0

This release signifies the minimum amount of algorithms and implementations necessary for HTTP digest authentication.

Added

Algorithms:

  • MD5
  • SHA256
  • SHA512

Implementations:

  • CommonCrypto (OS X)
  • CryptoAPI (Windows)
  • OpenSSL (Linux/BSD/etc.)