summaryrefslogtreecommitdiffstats
path: root/src/Crypto.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-29Moved the rest of the Crypto objects into their own respective files.madmaxoft1-257/+0
2014-04-29Moved cPublicKey to its separate file in PolarSSL++.madmaxoft1-78/+0
2014-04-29Moved cRsaPrivateKey to PolarSSL++, rewritten using existing objects.madmaxoft1-174/+0
2014-04-18Did some static analysis, fixed some bugs and optimized a lot of codejfhumann1-1/+1
2014-02-05Fixed most of the reordering warningsTycho1-4/+4
2014-02-04Crypto: Removed unused member, fixed gcc warning.madmaxoft1-4/+4
2014-01-28Crypto: Added public key encryption / decryption.madmaxoft1-0/+75
2014-01-28Fixed an error in Crypto.madmaxoft1-2/+2
2014-01-28Fixed a slight bug in RSA encryption code.madmaxoft1-2/+1
2014-01-25Added RSA encryption to crypto wrappers.madmaxoft1-0/+34
2014-01-23PolarSSL is fully used for 1.3.2 protocol encryption.madmaxoft1-0/+401