summaryrefslogtreecommitdiff
path: root/lib/net/ssh/authentication/certificate.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix certificate signature_valid? checkPhillip Hellewell2022-10-111-2/+2
* Added support for RSA client authentication with SHA-2Zdenek Zambersky2021-11-181-2/+2
* Fix rubocop coding style.Florian Wininger2021-10-251-2/+2
* Remove Trailing white spaceFlorian Wininger2021-07-011-1/+1
* Fix empty line for code clarityFlorian Wininger2021-07-011-0/+2
* Implemented rsa-sha2-512, rsa-sha2-256 host_key algsMiklos Fazekas2020-06-101-2/+2
* Tweak max constant value to work with JRuby 9.1Seth Skousen2020-05-271-2/+3
* Only limit value if on JRubySeth Skousen2020-03-121-3/+4
* Only limit valid_before if on JRubySeth Skousen2020-03-121-5/+5
* Only limit value if on JRubySeth Skousen2020-03-121-1/+6
* Limit cert.valid_before to max supported by JRubySeth Skousen2020-03-111-1/+4
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-211-24/+26
* Updated rubocopMiklos Fazekas2018-03-211-165/+165
* Merge pull request #487 from dtbartle/bartle-certs-agentMiklós Fazekas2017-01-121-13/+13
|\
| * Rename `pubkey` field to `key` in `Certificate`.David Bartley2017-01-121-13/+13
* | Added integation test for cert client authMiklos Fazekas2017-01-111-1/+0
|/
* Add support for SSH certificates for client authentication.David Bartley2017-01-101-0/+170