- Apr 27, 2024
-
-
Matt Johnston authored
Everything now builds on stable. Hopefully nightly doesn't break anything (that's what crater's for, right?)
-
Matt Johnston authored
-
- Mar 03, 2024
-
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
Uses ~120 bytes more stack. Can be replaced once PR is merged https://github.com/dalek-cryptography/curve25519-dalek/pull/556
-
Matt Johnston authored
-
- Jan 19, 2024
-
-
Matt Johnston authored
RSA had a few changes in 0.8->0.9 that needed handling ssh-key's algorithm name is no longer 'static.
-
Matt Johnston authored
-
- Dec 31, 2023
-
-
Matt Johnston authored
The server should expect a banner line straight away, avoids dangling connections from port scanners etc
-
- Dec 30, 2023
-
-
Matt Johnston authored
-
Matt Johnston authored
They still need to be public for some reason, even though they don't seem to be in input or output arguments.
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
Instead it can just be a generic parameter for methods that take a Behaviour<C, S> argument, is tidier.
-
Matt Johnston authored
Some unnecessary members are no longer exported, and some docs improved.
-
Matt Johnston authored
This updates to latest git embassy deps (soon to be published on crates.io). The two nightly rust features are no longer required. Async Fn in Traits has been merged. Type Alias Impl Trait isn't in stable yet, so uses of singleton!() need to be replaced with more cumbersome StaticCell. Eventually that can be reverted. There are also some small API changes to embassy and embedded-io crates that needed fixing.
-
Matt Johnston authored
https://github.com/rust-embedded/cortex-m/discussions/503 -z is 229kB, -s is 248KB text, so worth keeping -z
-
- Dec 28, 2023
-
-
Matt Johnston authored
-
- Dec 18, 2023
-
-
Matt Johnston authored
-
Matt Johnston authored
Only KEX packets are allowed during KEX. First packet must be kexinit when strict-kex is negotiated
-
Matt Johnston authored
-
- Dec 09, 2023
-
-
Matt Johnston authored
-
- Dec 08, 2023
-
-
Matt Johnston authored
-
- Nov 11, 2023
-
-
Matt Johnston authored
-
- Oct 19, 2023
-
-
Matt Johnston authored
-
- Oct 18, 2023
-
-
Matt Johnston authored
Includes updating some embassy versions, takepipe needed restructuring to use split(). Takepipe isn't tested yet
-
Matt Johnston authored
-
- Aug 15, 2023
-
-
Matt Johnston authored
-
Matt Johnston authored
Required updating embedded-io-async too
-
- Aug 04, 2023
-
-
Matt Johnston authored
Also update to latest cyw firmware Some picow menu improvements
-
- Aug 03, 2023
-
-
Matt Johnston authored
Bump embassy version, embassy-net-tuntap is now its own crate Also fix some warnings
-
Matt Johnston authored
Fix path for "size" of target in ci
-
Matt Johnston authored
Add sshwire::ssh_write_vec() helper
-
Matt Johnston authored
-
- Jul 29, 2023
-
-
Matt Johnston authored
-
Matt Johnston authored
Wasn't being saved to flash before
-
- Jul 12, 2023
-
-
Matt Johnston authored
-
- Jun 28, 2023
-
-
Matt Johnston authored
-
- Jun 25, 2023
-
-
Matt Johnston authored
Untested
-
- Jun 20, 2023
-
-
Matt Johnston authored
A few other bits of tidying too
-