summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 7.1.0 release preparev7.1.0Miklós Fazekas2023-03-121-1/+1
* Merge pull request #891 from RemcodM/masterMiklós Fazekas2023-02-281-1/+6
|\
| * Accept pubkey_algorithms option when starting a new connectionRemco de Man2023-01-051-1/+6
* | 7.1.0.beta2 release preparev7.1.0.beta2Miklós Fazekas2023-02-271-1/+1
* | Remove trailing commasBen Schmeckpeper2023-02-081-2/+2
* | Don't use the deprecated set_XXX methods on RSA keys.Ben Schmeckpeper2023-02-081-21/+21
* | Merge pull request #876 from bschmeck/raise-on-nil-pbkdfMiklós Fazekas2023-01-241-0/+1
|\ \
| * | Raise an error if BCryptPbkdf doesn't give us a keyBen Schmeckpeper2022-07-201-0/+1
* | | 7.1.0.beta1 releaseMiklós Fazekas2023-01-241-2/+2
* | | Update version.rbMiklós Fazekas2023-01-241-2/+2
* | | Fix typoRobin Wallin2023-01-171-1/+1
| |/ |/|
* | Fix certificate signature_valid? checkPhillip Hellewell2022-10-111-2/+2
|/
* Update version.rbv7.0.1Miklós Fazekas2022-06-261-1/+1
* Merge pull request #866 from terceiro/drop-debugging-statementMiklós Fazekas2022-06-261-1/+0
|\
| * Channel: drop debugging statementAntonio Terceiro2022-05-191-1/+0
* | Update version.rbv7.0.0Miklós Fazekas2022-06-261-1/+1
|/
* v 7.0.0.beta1 release preparev7.0.0.beta1Miklós Fazekas2022-04-301-2/+2
* Fix #854 regressionFlorian Wininger2022-04-291-5/+1
* fix rubocop issuesFlorian Wininger2022-04-292-22/+34
* diffie-hellman: create the key by generating the PEM fileSimon Chopin2022-04-291-17/+17
* Use OpenSSL::PKey::EC.generate static methodSimon Chopin2022-04-291-1/+1
* transport: create EC keys by loading PEM data directlySimon Chopin2022-04-291-3/+11
* buffer: create DSA keys by loading PEM data directlySimon Chopin2022-04-291-13/+18
* buffer: create RSA keys by loading PEM data directlySimon Chopin2022-04-291-9/+9
* Read ecdsa private key in openssh formatMartin Sander2022-04-121-0/+6
* openssl: DSA: don't hardcode expected signature sizeAntonio Terceiro2022-04-121-1/+2
* known_hosts.rb: Added missing require delegateZdenek Zambersky2022-04-051-0/+1
* Merge pull request #850 from boblail/lail/expand-paths-to-identity-agentMiklós Fazekas2022-03-281-2/+2
|\
| * Support `~` in the path to the SSH agent's unix socketBob Lail2022-03-041-2/+2
* | Added support for RSA client authentication with SHA-2Zdenek Zambersky2021-11-187-24/+99
* | Fix rubocop coding style.Florian Wininger2021-10-2553-211/+211
* | 6.3.0.beta1 releaseMiklós Fazekas2021-08-101-2/+2
* | Merge pull request #765 from dax/fix_translated_strict_host_key_checkingMiklós Fazekas2021-08-101-8/+24
|\ \
| * | Fix StrictHostKeyChecking ssh config parameter translationDavid Rousselie2020-10-121-8/+24
* | | Merge pull request #781 from haccht/missing_ssh_signature_typeMiklós Fazekas2021-08-101-9/+5
|\ \ \
| * | | Make it clear that ssh_signature_type is an alias for ssh_type by using alias...haccht2020-08-071-12/+4
| * | | Fix missing OpenSSL::Pkey::EC::Point#ssh_signature_typehaccht2020-08-061-0/+4
* | | | Merge pull request #835 from net-ssh/mfazekas/frozen-literalMiklós Fazekas2021-08-108-16/+21
|\ \ \ \
| * | | | Support frozen_string_literalsmfazekas/frozen-literalMiklós Fazekas2021-08-078-16/+21
* | | | | Merge pull request #833 from net-ssh/mfazekas/cert-base-authMiklós Fazekas2021-08-104-9/+84
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Allow single asterisk in known hosts and asterisk should match mutliple dotsMiklós Fazekas2021-08-061-3/+3
| * | | | Accept all cert host key algsMiklós Fazekas2021-08-061-0/+3
| * | | | Use ports specific formatMiklós Fazekas2021-08-051-15/+17
| * | | | Remove byebugMiklós Fazekas2021-08-051-1/+0
| * | | | Don't call Delegator ctorMiklós Fazekas2021-08-051-2/+1
| * | | | Rubocop fixesMiklós Fazekas2021-08-051-11/+15
| * | | | HostKeyEntries classesMiklós Fazekas2021-08-054-20/+64
| * | | | Initial version of cert base host authMiklós Fazekas2021-08-052-12/+36
* | | | | Remove x25519 workaroundsmfazekas/fix-x25519Miklós Fazekas2021-08-051-1/+0
|/ / / /
* | | | Workaround for https://github.com/RubyCrypto/x25519/issues/22Miklós Fazekas2021-08-041-0/+2