| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Limit packets to 64k for now | Dirkjan Ochtman | 2026-07-10 | 1 | -0/+5 | |
| * | Inline KeyExchangeInit::new() | Dirkjan Ochtman | 2026-07-10 | 1 | -34/+24 | |
| * | Defer algorithm support in crypto providers | Dirkjan Ochtman | 2026-07-10 | 5 | -15/+53 | |
| * | Rename Algorithms to NegotiatedAlgorithms | Dirkjan Ochtman | 2026-07-10 | 2 | -6/+6 | |
| * | More intuitively capitalize key exchange algorithm variant name | Dirkjan Ochtman | 2026-07-10 | 4 | -8/+8 | |
| * | Avoid guessing algorithms | Dirkjan Ochtman | 2026-07-10 | 2 | -20/+37 | |
| * | Rejigger key exchange setup | Dirkjan Ochtman | 2026-07-10 | 3 | -29/+22 | |
| * | Use zero-copy packet encoding | Dirkjan Ochtman | 2026-07-09 | 2 | -122/+87 | |
| * | Drop trivial method | Dirkjan Ochtman | 2026-07-09 | 1 | -6/+2 | |
| * | Apply suggestions from clippy 1.97 | Dirkjan Ochtman | 2026-07-09 | 2 | -2/+2 | |
| * | Move message types lower in key exchange module | Dirkjan Ochtman | 2026-07-09 | 1 | -91/+91 | |
| * | Move KeyExchangeInit into key exchange module | Dirkjan Ochtman | 2026-07-09 | 2 | -179/+180 | |
| * | Extract separate type for extension identifiers | Dirkjan Ochtman | 2026-07-09 | 4 | -37/+106 | |
| * | Implement strict key exchange extension | Dirkjan Ochtman | 2026-07-09 | 4 | -3/+47 | |
| * | Drop event addr fields now provided by the span | Dirkjan Ochtman | 2026-07-09 | 1 | -3/+3 | |
| * | Inline ConnectionContext | Dirkjan Ochtman | 2026-07-09 | 1 | -31/+21 | |
| * | Move key_exchange module into proto | Dirkjan Ochtman | 2026-07-09 | 3 | -19/+27 | |
| * | Withdraw use of ConnectionContext from key exchange states | Dirkjan Ochtman | 2026-07-09 | 2 | -32/+34 | |
| * | Yield crypto errors from key exchange states | Dirkjan Ochtman | 2026-07-09 | 2 | -57/+27 | |
| * | Move HandshakeHash into proto::crypto | Dirkjan Ochtman | 2026-07-09 | 4 | -26/+26 | |
| * | Decrypt incoming packets in place | Dirkjan Ochtman | 2026-07-09 | 1 | -18/+9 | |
| * | ci: use ubuntu-26.04 for PQ-capable OpenSSH clients | Dirkjan Ochtman | 2026-07-06 | 1 | -2/+2 | |
| * | tests: add more diagnostic output | Dirkjan Ochtman | 2026-07-06 | 1 | -16/+35 | |
| * | Yield Ok(()) when ending connection due to disconnect request | Dirkjan Ochtman | 2026-07-06 | 1 | -1/+1 | |
| * | Replace X25519 key exchange with ML-KEM-768-X25519 | Dirkjan Ochtman | 2026-07-06 | 7 | -102/+163 | |
| * | Add oxish-graviola provider | Dirkjan Ochtman | 2026-07-04 | 6 | -5/+364 | |
| * | 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 | |
