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

Add support for generating and verifying digital signatures #7

Merged
merged 40 commits into from
Apr 22, 2016
Merged

Add support for generating and verifying digital signatures #7

merged 40 commits into from
Apr 22, 2016

Commits on Apr 14, 2016

  1. Configuration menu
    Copy the full SHA
    17700bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3be604a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60f5377 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2016

  1. Add CommonCrypto framework

    paulw11 committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    10a4d07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a8c6f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f14451 View commit details
    Browse the repository at this point in the history
  4. Update test for sign/verify

    paulw11 committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    f979ad2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46721be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8eff5ab View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2016

  1. Formatting

    use `XCTAssertNil`
    paulw11 committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    c83111c View commit details
    Browse the repository at this point in the history
  2. Formatting

    paulw11 committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    98737a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7809b7 View commit details
    Browse the repository at this point in the history
  4. Formatting

    paulw11 committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    275e1fe View commit details
    Browse the repository at this point in the history
  5. Include SHA1 in test target

    paulw11 committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    c76a818 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2705858 View commit details
    Browse the repository at this point in the history
  7. Include additional tests

    paulw11 committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    4c81248 View commit details
    Browse the repository at this point in the history
  8. Include SHA1 tests

    paulw11 committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    dd88c28 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    933187d View commit details
    Browse the repository at this point in the history
  10. Add documentation

    Change parameter name for `verifySHA1SignatureData`
    paulw11 committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    5fc1182 View commit details
    Browse the repository at this point in the history
  11. Add change details

    Add sign/verify usage to readme
    paulw11 committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    b2a112e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e01236e View commit details
    Browse the repository at this point in the history
  13. Added docs

    paulw11 committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    4f94066 View commit details
    Browse the repository at this point in the history
  14. Return a VerificationResult that indicates whether the signature wa…

    …s valid or not from signature validation functions
    paulw11 committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    59bddfa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0e3cdf7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ef8e5ed View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    addf66e View commit details
    Browse the repository at this point in the history
  18. Added

    paulw11 committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    356443f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9eac2dc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d413cbd View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. Configuration menu
    Copy the full SHA
    859948c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f41cdcd View commit details
    Browse the repository at this point in the history
  3. Remove docs

    paulw11 committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    3469e29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e66ec43 View commit details
    Browse the repository at this point in the history
  5. Formatting

    paulw11 committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    6802609 View commit details
    Browse the repository at this point in the history
  6. Formatting

    paulw11 committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    5448fda View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bbe518 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. Configuration menu
    Copy the full SHA
    c63ce89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dfaf5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff04942 View commit details
    Browse the repository at this point in the history
  4. Remove local SHA1 function

    paulw11 committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    1ec902e View commit details
    Browse the repository at this point in the history