aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Limit packets to 64k for nowDirkjan Ochtman2026-07-101-0/+5
* Inline KeyExchangeInit::new()Dirkjan Ochtman2026-07-101-34/+24
* Defer algorithm support in crypto providersDirkjan Ochtman2026-07-105-15/+53
* Rename Algorithms to NegotiatedAlgorithmsDirkjan Ochtman2026-07-102-6/+6
* More intuitively capitalize key exchange algorithm variant nameDirkjan Ochtman2026-07-104-8/+8
* Avoid guessing algorithmsDirkjan Ochtman2026-07-102-20/+37
* Rejigger key exchange setupDirkjan Ochtman2026-07-103-29/+22
* Use zero-copy packet encodingDirkjan Ochtman2026-07-092-122/+87
* Drop trivial methodDirkjan Ochtman2026-07-091-6/+2
* Apply suggestions from clippy 1.97Dirkjan Ochtman2026-07-092-2/+2
* Move message types lower in key exchange moduleDirkjan Ochtman2026-07-091-91/+91
* Move KeyExchangeInit into key exchange moduleDirkjan Ochtman2026-07-092-179/+180
* Extract separate type for extension identifiersDirkjan Ochtman2026-07-094-37/+106
* Implement strict key exchange extensionDirkjan Ochtman2026-07-094-3/+47
* Drop event addr fields now provided by the spanDirkjan Ochtman2026-07-091-3/+3
* Inline ConnectionContextDirkjan Ochtman2026-07-091-31/+21
* Move key_exchange module into protoDirkjan Ochtman2026-07-093-19/+27
* Withdraw use of ConnectionContext from key exchange statesDirkjan Ochtman2026-07-092-32/+34
* Yield crypto errors from key exchange statesDirkjan Ochtman2026-07-092-57/+27
* Move HandshakeHash into proto::cryptoDirkjan Ochtman2026-07-094-26/+26
* Decrypt incoming packets in placeDirkjan Ochtman2026-07-091-18/+9
* ci: use ubuntu-26.04 for PQ-capable OpenSSH clientsDirkjan Ochtman2026-07-061-2/+2
* tests: add more diagnostic outputDirkjan Ochtman2026-07-061-16/+35
* Yield Ok(()) when ending connection due to disconnect requestDirkjan Ochtman2026-07-061-1/+1
* Replace X25519 key exchange with ML-KEM-768-X25519Dirkjan Ochtman2026-07-067-102/+163
* Add oxish-graviola providerDirkjan Ochtman2026-07-046-5/+364
* tests: try to make shutdown more robustDirkjan Ochtman2026-07-041-3/+11
* Fix key derivation and add testsDirkjan Ochtman2026-07-044-18/+298
* Replace AES-128-CTR with AES-128-GCMDirkjan Ochtman2026-07-047-405/+290
* Move key derivation types into protoDirkjan Ochtman2026-07-044-130/+131
* Clarify key material type namesDirkjan Ochtman2026-07-043-22/+22
* Use enum for crypto errorsDirkjan Ochtman2026-07-044-45/+89
* ci: check docsDirkjan Ochtman2026-07-042-4/+15
* Move aws-lc crypto provider into a separate crateDirkjan Ochtman2026-07-038-18/+44
* Move crypto traits into proto crateDirkjan Ochtman2026-07-037-20/+21
* Remove MSRV from READMEDirkjan Ochtman2026-07-031-1/+1
* Extract CryptoProvider traitDirkjan Ochtman2026-07-038-198/+795
* Generalize encryption key typesDirkjan Ochtman2026-07-033-21/+24
* Import Digest directlyDirkjan Ochtman2026-07-032-14/+12
* Add end-to-end testDirkjan Ochtman2026-07-016-11/+196
* Rename User::new() to from_system()Dirkjan Ochtman2026-07-012-2/+2
* Extract from_str() method for AuthorizedkeyDirkjan Ochtman2026-07-011-64/+75
* Bump anyhow from 1.0.102 to 1.0.103dependabot[bot]2026-06-291-2/+2
* Bump actions/checkout from 6 to 7dependabot[bot]2026-06-221-4/+4
* Bump bitflags from 2.12.1 to 2.13.0dependabot[bot]2026-06-151-2/+2
* Bump bitflags from 2.11.1 to 2.12.1dependabot[bot]2026-06-021-2/+2
* Bump libc from 0.2.185 to 0.2.186dependabot[bot]2026-04-271-2/+2
* Fix formatting with cargo fmtDirkjan Ochtman2026-04-171-1/+1
* Bump MSRV to 1.85Dirkjan Ochtman2026-04-172-2/+2
* Take semver-compatible dependency updatesDirkjan Ochtman2026-04-171-36/+36