aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/ssh/sshcryptofacility.cpp
Commit message (Expand)AuthorAgeFilesLines
* SSH: Use OpenSSH toolsChristian Kandeler2018-12-131-453/+0
* SSH: Add support for "new" OpenSSH private key formatChristian Kandeler2018-11-221-1/+9
* SSH: Fix decryption in CBC modeChristian Kandeler2018-10-261-1/+1
* SSH: Use Botan2Christian Kandeler2018-08-101-19/+25
* SSH: Catch std::exception rather than Botan-specific onesChristian Kandeler2017-05-051-8/+2
* Fix compiler warnings on windows.David Schulz2016-04-221-6/+9
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* SSH: Use categorized logging.Christian Kandeler2016-01-181-11/+7
* SSH: Support creation of ECDSA keys.Christian Kandeler2015-07-271-5/+9
* SSH: Don't assume an exact width of ECDSA keys.Christian Kandeler2015-07-271-15/+1
* SSH: Support ECDSA user keys.Christian Kandeler2015-07-211-5/+52
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Misc: Remove unneeded qualificationsOrgad Shaneh2015-02-061-4/+4
|/
* SSH: Add support for the recommended cipher modes from RFC 4344.Christian Kandeler2014-11-061-11/+41
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Fix gcc warnings about unused variables.Christian Kandeler2013-03-251-1/+4
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Revert "SSH: Work around issue with dynamic_cast."Christian Kandeler2013-01-081-6/+9
|/
* Adjust license headershjk2012-10-051-21/+20
* SSH: Work around issue with dynamic_cast.Christian Kandeler2012-10-051-9/+6
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Update botan library.Christian Kandeler2012-06-261-22/+18
* Move SSH support into a dedicated library.Christian Kandeler2012-05-221-0/+387