Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some changes to PR #2795 | Max Lohrmann | 2017-05-20 | 1 | -0/+76 |
| | | | | | | | * Adjusted code style * Added unit tests * Rewrote a function to be easier to understand * Added support for MySQL X’val’ style hex literal | ||||
* | Updated test to use NSEqualRanges | Marius Ursache | 2016-02-29 | 1 | -27/+10 |
| | | | | Previous tests where using NSValue wrapping for NSRange 'XCTAssertTrue result. | ||||
* | Converted tests to XCTest | Marius Ursache | 2016-02-26 | 1 | -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 file | Max | 2015-10-15 | 1 | -0/+11 |
| | |||||
* | Add code to verify that a SSL key file actually contains a usable RSA key | Max | 2015-10-14 | 1 | -0/+92 |
| | |||||
* | Replace OpenSSL with Apple's CommonCrypto for session file decryption (fixes ↵ | Max | 2015-09-14 | 1 | -0/+95 |
| | | | | | | #2223) This also removes the dependency on OpenSSL. | ||||
* | Replace OpenSSL for encrypting session files with Apple's CommonCrypto (part ↵ | Max | 2015-09-14 | 1 | -0/+77 |
| | | | | of #2223) | ||||
* | Replace OpenSSL for SHA1 calculation with Apple's CommonCrypto | Max | 2015-09-13 | 1 | -0/+112 |
(The easier half of #2223) Also added some unit tests. |