- Apr 08, 2023
-
-
Matt Johnston authored
We don't need OwnedSig state any more (we send straight away), simplify packet creation.
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
sunsetc host -s sftp would fail before. argh has a "greedy" attribute to handle that
-
- Apr 07, 2023
-
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
Saves around 5kB in picow demo, functions can be shared between EncodeBytes/EncodeLen/EncodeHash
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
Could eventually perhaps go behind a rsa feature
-
Matt Johnston authored
-
Matt Johnston authored
Instead of exiting
-
- Apr 04, 2023
-
-
Matt Johnston authored
github.com disconnects immediately. OpenSSH and Dropbear clients don't send it anyway. sunsetc can now push itself to github!
-
Matt Johnston authored
Not perfect, it won't handle -a option etc after the hostname
-
Matt Johnston authored
Is now sufficient to run "sftp -S sunsetc"
-
- Apr 03, 2023
-
-
Matt Johnston authored
The Behaviour makes a separate request for pty or shell etc once the channel is established. This gets rid of InitReqs which wasted space. Subsystem is also supported (not tested yet)
-
- Apr 02, 2023
-
-
Matt Johnston authored
Doesn't do anything, but response with Failure rather than Unimplemented
-
Matt Johnston authored
The async trait requires nightly to build
-
Matt Johnston authored
Do away with the lifetime failures by removing the 'm lifetime altogether.
-
Matt Johnston authored
This adds a mess of <C: CliBehaviour, S: ServBehaviour> all over the place. It's an experiment, perhaps it can be tidied. sshclient/CmdlineClient has lifetime problems to fix.
-
Matt Johnston authored
Not currently used or tested, pending figuring how to do an async agent_sign() in CliBehaviour.
-
Matt Johnston authored
Our own type doesn't implement std::error::Error, which makes it easier to add a From<std::error:Error> impl to simplify the error paths.
-
Matt Johnston authored
This is simpler and avoids needing to add an 'alloc' feature to Salty
-
Matt Johnston authored
-
- Mar 29, 2023
-
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
- Mar 15, 2023
-
-
Matt Johnston authored
-
Matt Johnston authored
-
- Mar 13, 2023
-
-
Matt Johnston authored
Split things in preparation of giving picow hardware-specific menus
-
Matt Johnston authored
The note in rfc4253 seems informational rather than a requirement. OpenSSH sends chacha20poly1305 packets shorter than that (such as newkeys).
-
Matt Johnston authored
-
- Mar 12, 2023
-
-
Matt Johnston authored
Most kex state is now removed from conn.rs, pushed in to kex.rs instead. Kex becomes a state enum, orthogonal to ConnState. Key derivation is moved to kex (from encrypt), and KexOutput now doesn't need a full Keys, only an interim result. The code seems nicer though picow binary size seems to have increased. Possibly compute_key() moving had some effect? This still has problems with a connection rekeying (~R), needs debugging
-
- Mar 10, 2023
-
-
Matt Johnston authored
Add a romfw feature for development firmware
-
- Mar 06, 2023
-
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
- Fix all warnings - Add testing/ci.sh to build everything - Remove unused dependencies - Add more README - Fix embassy demo not exiting - Set clm and power for cyw43 - Fix cleanup when a channel open fails - Add Behaviour::disconnected() - Various better comments and docs
-
Matt Johnston authored
-