aboutsummaryrefslogtreecommitdiffstats
path: root/UnitTests/SPDataAdditionsTests.m
Commit message (Collapse)AuthorAgeFilesLines
* 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.