| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | tests: try to make shutdown more robust | Dirkjan Ochtman | 2026-07-04 | 1 | -3/+11 | |
| * | Fix key derivation and add tests | Dirkjan Ochtman | 2026-07-04 | 4 | -18/+298 | |
| * | Replace AES-128-CTR with AES-128-GCM | Dirkjan Ochtman | 2026-07-04 | 7 | -405/+290 | |
| * | Move key derivation types into proto | Dirkjan Ochtman | 2026-07-04 | 4 | -130/+131 | |
| * | Clarify key material type names | Dirkjan Ochtman | 2026-07-04 | 3 | -22/+22 | |
| * | Use enum for crypto errors | Dirkjan Ochtman | 2026-07-04 | 4 | -45/+89 | |
| * | ci: check docs | Dirkjan Ochtman | 2026-07-04 | 2 | -4/+15 | |
| * | Move aws-lc crypto provider into a separate crate | Dirkjan Ochtman | 2026-07-03 | 8 | -18/+44 | |
| * | Move crypto traits into proto crate | Dirkjan Ochtman | 2026-07-03 | 7 | -20/+21 | |
| * | Remove MSRV from README | Dirkjan Ochtman | 2026-07-03 | 1 | -1/+1 | |
| * | Extract CryptoProvider trait | Dirkjan Ochtman | 2026-07-03 | 8 | -198/+795 | |
| * | Generalize encryption key types | Dirkjan Ochtman | 2026-07-03 | 3 | -21/+24 | |
| * | Import Digest directly | Dirkjan Ochtman | 2026-07-03 | 2 | -14/+12 | |
| * | Add end-to-end test | Dirkjan Ochtman | 2026-07-01 | 6 | -11/+196 | |
| * | Rename User::new() to from_system() | Dirkjan Ochtman | 2026-07-01 | 2 | -2/+2 | |
| * | Extract from_str() method for Authorizedkey | Dirkjan Ochtman | 2026-07-01 | 1 | -64/+75 | |
| * | Bump anyhow from 1.0.102 to 1.0.103 | dependabot[bot] | 2026-06-29 | 1 | -2/+2 | |
| * | Bump actions/checkout from 6 to 7 | dependabot[bot] | 2026-06-22 | 1 | -4/+4 | |
| * | Bump bitflags from 2.12.1 to 2.13.0 | dependabot[bot] | 2026-06-15 | 1 | -2/+2 | |
| * | Bump bitflags from 2.11.1 to 2.12.1 | dependabot[bot] | 2026-06-02 | 1 | -2/+2 | |
| * | Bump libc from 0.2.185 to 0.2.186 | dependabot[bot] | 2026-04-27 | 1 | -2/+2 | |
| * | Fix formatting with cargo fmt | Dirkjan Ochtman | 2026-04-17 | 1 | -1/+1 | |
| * | Bump MSRV to 1.85 | Dirkjan Ochtman | 2026-04-17 | 2 | -2/+2 | |
| * | Take semver-compatible dependency updates | Dirkjan Ochtman | 2026-04-17 | 1 | -36/+36 | |
| * | Bump libc from 0.2.184 to 0.2.185 | dependabot[bot] | 2026-04-13 | 1 | -2/+2 | |
| * | Bump libc from 0.2.183 to 0.2.184 | dependabot[bot] | 2026-04-06 | 1 | -2/+2 | |
| * | Take semver-compatible dependency updates | Dirkjan Ochtman | 2026-03-24 | 1 | -130/+56 | |
| * | Bump tracing-subscriber from 0.3.22 to 0.3.23 | dependabot[bot] | 2026-03-16 | 1 | -7/+7 | |
| * | Bump libc from 0.2.182 to 0.2.183 | dependabot[bot] | 2026-03-09 | 1 | -2/+2 | |
| * | ci: try to reduce Dependabot noise | Dirkjan Ochtman | 2026-02-23 | 1 | -1/+1 | |
| * | Take semver-compatible dependency updates | Dirkjan Ochtman | 2026-02-23 | 1 | -42/+42 | |
| * | Simplify interface to send channel messages | Dirkjan Ochtman | 2026-02-19 | 3 | -57/+81 | |
| * | Deduplicate terminal closing state branches | Dirkjan Ochtman | 2026-02-19 | 1 | -20/+13 | |
| * | Introduce send_auth_failed() helper method | Dirkjan Ochtman | 2026-02-19 | 1 | -31/+14 | |
| * | Introduce simpler send() wrapper | Dirkjan Ochtman | 2026-02-19 | 1 | -49/+39 | |
| * | Extract authentication module | Dirkjan Ochtman | 2026-02-19 | 2 | -370/+377 | |
| * | connections: simplify interface to terminal future | Dirkjan Ochtman | 2026-02-19 | 2 | -7/+13 | |
| * | Specify dependencies in the workspace | Dirkjan Ochtman | 2026-02-19 | 3 | -15/+31 | |
| * | Rename proto module to buffers | Dirkjan Ochtman | 2026-02-19 | 3 | -4/+3 | |
| * | Extract oxish-proto crate | Dirkjan Ochtman | 2026-02-19 | 13 | -148/+162 | |
| * | Extract ProtoError type | Dirkjan Ochtman | 2026-02-19 | 8 | -140/+184 | |
| * | Move IdentificationError into messages | Dirkjan Ochtman | 2026-02-19 | 2 | -17/+17 | |
| * | authentication: implement signature verification | Dirkjan Ochtman | 2026-02-19 | 3 | -38/+228 | |
| * | Yield session ID from key exchange | Dirkjan Ochtman | 2026-02-19 | 2 | -3/+5 | |
| * | authentication: select matching key | Dirkjan Ochtman | 2026-02-18 | 2 | -3/+21 | |
| * | authentication: implement authorized key discovery | Dirkjan Ochtman | 2026-02-18 | 6 | -36/+246 | |
| * | authentication: look up user home directory | Dirkjan Ochtman | 2026-02-18 | 3 | -2/+84 | |
| * | authentication: check supported public key algorithms | Dirkjan Ochtman | 2026-02-18 | 2 | -1/+13 | |
| * | Reduce log level for applying terminal modes | Dirkjan Ochtman | 2026-02-18 | 1 | -2/+2 | |
| * | Bump bitflags from 2.10.0 to 2.11.0 | dependabot[bot] | 2026-02-16 | 1 | -2/+2 | |
