summaryrefslogtreecommitdiffstats
path: root/models/ssh_key_test.go
Commit message (Expand)AuthorAgeFilesLines
* Fix SSH2 conditonal in key parsing code (#8806)mrsdizzie2019-11-031-0/+13
* Make PKCS8, PEM and SSH2 keys work (#7600)zeripath2019-07-251-0/+61
* Improve SSH key parser to handle newlines in keys (#7522)silverwind2019-07-231-0/+16
* Use go method to calculate ssh key fingerprint (#7128)Antoine GIRARD2019-06-161-20/+62
* Add work path CLI option (#6922)zeripath2019-05-141-1/+1
* Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)zeripath2019-04-291-0/+1
* Use assert in legacy unit tests (#867)Ethan Koenig2017-02-081-35/+22
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-1/+1
* Code clean up for new config optionsUnknwon2016-08-141-1/+1
* #3442 add test suitesUnknwon2016-08-121-1/+12
* Post work for #2637Unknwon2016-02-271-29/+35
* variable should not use ALL_CAPSGibheer2016-02-231-3/+3
* remove ed25519 test for nowGibheer2016-02-171-7/+6
* fix ssh public key testsGibheer2016-02-171-8/+12
* allow native and ssh-keygen public key checkGibheer2016-02-161-0/+36