aboutsummaryrefslogtreecommitdiffstats
path: root/UnitTests/SPDataAdditionsTests.m
Commit message (Collapse)AuthorAgeFilesLines
* Updated test to use NSEqualRangesMarius Ursache2016-02-291-27/+10
| | | | Previous tests where using NSValue wrapping for NSRange 'XCTAssertTrue result.
* Converted tests to XCTestMarius Ursache2016-02-261-35/+52
| | | | Converted the unit tests from SenTestingKit to XCTest as SenTestingKit was deprecated a couple of SDK versions ago.
* Add validation of SSL client cert fileMax2015-10-151-0/+11
|
* Add code to verify that a SSL key file actually contains a usable RSA keyMax2015-10-141-0/+92
|
* Replace OpenSSL with Apple's CommonCrypto for session file decryption (fixes ↵Max2015-09-141-0/+95
| | | | | | #2223) This also removes the dependency on OpenSSL.
* Replace OpenSSL for encrypting session files with Apple's CommonCrypto (part ↵Max2015-09-141-0/+77
| | | | of #2223)
* Replace OpenSSL for SHA1 calculation with Apple's CommonCryptoMax2015-09-131-0/+112
(The easier half of #2223) Also added some unit tests.