Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2 SHA and MD5 crypto providers #698

Merged
merged 6 commits into from
Mar 9, 2020
Merged

Commits on Feb 23, 2020

  1. Fix typo in CONTRINBUTING.md

    Andrew Schwartz committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    1e7bcfb View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. Add V2 crypto providers for SHA* and MD5 encryption methods. Fixes or…

    …iginal SHA512 crypto provider by digesting bytes instead of hex string.
    Andrew Schwartz authored and ozydingo committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    08b04bc View commit details
    Browse the repository at this point in the history
  2. Add CryptoProviders::V2 note to Changelog

    Andrew Schwartz authored and ozydingo committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    0637d62 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. Change V2 crypto provider naming scheme to, for example, MD5::V2 from…

    … V2::MD5. Requires using the old-cased class names, such as Sha1::V2, instead of SHA1.
    Andrew Schwartz committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    266f9c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e2f4f0 View commit details
    Browse the repository at this point in the history
  3. fixup! Add CryptoProviders::V2 note to Changelog

    Andrew Schwartz committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    2579461 View commit details
    Browse the repository at this point in the history