summaryrefslogtreecommitdiffstats
path: root/src/Crypto.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved the rest of the Crypto objects into their own respective files.madmaxoft2014-04-291-257/+0
* Moved cPublicKey to its separate file in PolarSSL++.madmaxoft2014-04-291-78/+0
* Moved cRsaPrivateKey to PolarSSL++, rewritten using existing objects.madmaxoft2014-04-291-174/+0
* Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-1/+1
* Crypto: Removed unused member, fixed gcc warning.madmaxoft2014-02-041-4/+4
* Crypto: Added public key encryption / decryption.madmaxoft2014-01-281-0/+75
* Fixed an error in Crypto.madmaxoft2014-01-281-2/+2
* Fixed a slight bug in RSA encryption code.madmaxoft2014-01-281-2/+1
* Added RSA encryption to crypto wrappers.madmaxoft2014-01-251-0/+34
* PolarSSL is fully used for 1.3.2 protocol encryption.madmaxoft2014-01-231-0/+401