aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/ssh/sshkeygenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SSH: Use OpenSSH toolsChristian Kandeler2018-12-131-236/+0
* SSH: Use Botan2Christian Kandeler2018-08-101-6/+16
* SSH: Catch std::exception rather than Botan-specific onesChristian Kandeler2017-05-051-1/+1
* SSH: Fix typo in key generator that leads to a crashChristian Kandeler2016-11-281-1/+1
* Fix compiler warnings on windows.David Schulz2016-04-221-2/+3
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* SSH: Fix GCC 5.2.1 warning in release buildOrgad Shaneh2015-11-201-1/+2
* SSH: Support creation of ECDSA keys.Christian Kandeler2015-07-271-9/+40
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Misc: Remove unneeded qualificationsOrgad Shaneh2015-02-061-3/+3
* | Catch exceptions by const reference.Christian Kandeler2014-11-281-1/+1
|/
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* SSH: Add missing library initialization.Christian Kandeler2013-08-141-0/+2
* Fixes generated RSA private key in OpenSSL format with no crypt optionMichal Klocek2013-07-051-0/+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-2/+2
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\|
| * Adjust license headershjk2012-10-051-21/+20
* | Merge origin/2.6Eike Ziller2012-10-051-2/+2
|\|
| * SSH: Work around issue with dynamic_cast.Christian Kandeler2012-10-051-2/+2
* | Do not use the fromAscii() and toAscii() functions.Christian Kandeler2012-09-211-1/+1
|/
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Update botan library.Christian Kandeler2012-06-261-12/+5
* Move SSH support into a dedicated library.Christian Kandeler2012-05-221-0/+201