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
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
17700bc
Added digital signature functions
paulw11 Apr 14, 2016
3be604a
Add tests for digital signature functions
paulw11 Apr 14, 2016
60f5377
Add digital signature functions
paulw11 Apr 14, 2016
10a4d07
Add CommonCrypto framework
paulw11 Apr 15, 2016
7a8c6f8
Add SHA1 digest to sign/verify
paulw11 Apr 15, 2016
5f14451
Update tests for digest verification
paulw11 Apr 15, 2016
f979ad2
Update test for sign/verify
paulw11 Apr 15, 2016
46721be
Change verification method signatures for compatibility with Objective-C
paulw11 Apr 15, 2016
8eff5ab
Update tests for new verification function signatures
paulw11 Apr 15, 2016
c83111c
Formatting
paulw11 Apr 17, 2016
98737a8
Formatting
paulw11 Apr 17, 2016
d7809b7
Include additional signature tests
paulw11 Apr 17, 2016
275e1fe
Formatting
paulw11 Apr 17, 2016
c76a818
Include SHA1 in test target
paulw11 Apr 17, 2016
2705858
Change signature for SHA1 verification function
paulw11 Apr 17, 2016
4c81248
Include additional tests
paulw11 Apr 17, 2016
dd88c28
Include SHA1 tests
paulw11 Apr 17, 2016
933187d
Added change detail for digital signature
paulw11 Apr 17, 2016
5fc1182
Add documentation
paulw11 Apr 17, 2016
b2a112e
Add change details
paulw11 Apr 17, 2016
e01236e
Reflect changed function signature for `verifySHA1SignatureData`
paulw11 Apr 17, 2016
4f94066
Added docs
paulw11 Apr 17, 2016
59bddfa
Return a `VerificationResult` that indicates whether the signature wa…
paulw11 Apr 17, 2016
0e3cdf7
Test `VerificationResult` that indicates whether the signature was v…
paulw11 Apr 17, 2016
ef8e5ed
Updated for `VerificationResult`
paulw11 Apr 17, 2016
addf66e
Added objective-C examples on sign/verify & usage of VerificationResult
paulw11 Apr 17, 2016
356443f
Added
paulw11 Apr 17, 2016
9eac2dc
Added documentation for VerificationResult
paulw11 Apr 17, 2016
d413cbd
Merge branch 'master' of github.com:paulw11/SwiftyRSA
paulw11 Apr 17, 2016
859948c
Merge github.com:TakeScoop/SwiftyRSA
paulw11 Apr 18, 2016
f41cdcd
Move change description under `master`
paulw11 Apr 18, 2016
3469e29
Remove docs
paulw11 Apr 18, 2016
e66ec43
Include result in verification examples
paulw11 Apr 18, 2016
6802609
Formatting
paulw11 Apr 18, 2016
5448fda
Formatting
paulw11 Apr 18, 2016
0bbe518
Update s.source_files to include all Swift sources
paulw11 Apr 18, 2016
c63ce89
Migrate SHA1 from Swift to Objective-C
paulw11 Apr 19, 2016
4dfaf5b
Remove delete files from project
paulw11 Apr 19, 2016
ff04942
include .m & .h files in sources
paulw11 Apr 19, 2016
1ec902e
Remove local SHA1 function
paulw11 Apr 19, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Formatting
  • Loading branch information
paulw11 committed Apr 18, 2016
commit 5448fda6a301ee30d7e3194f80b84f3bce08327d
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ SwiftyRSA Changelog

# [master]

# https://github.com/TakeScoop/SwiftyRSA/pull/7

- Added digital signature creation & verification support
- Added digital signature creation & verification support (https://github.com/TakeScoop/SwiftyRSA/pull/7)

# [0.2.1]

Expand Down