aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Move Encoder constructionDirkjan Ochtman2026-07-172-9/+10
|
* Move ReadState::buffer() to buffer() functionDirkjan Ochtman2026-07-172-23/+22
|
* Move ReadState::packet() to receive() functionDirkjan Ochtman2026-07-172-48/+48
|
* Use tuple structs for PacketLength and PaddingLengthDirkjan Ochtman2026-07-172-18/+14
|
* Move more stuff into protoDirkjan Ochtman2026-07-173-40/+43
|
* Document values of incomplete statesDirkjan Ochtman2026-07-173-12/+15
|
* Make better use of split_first_chunk()Dirkjan Ochtman2026-07-173-46/+20
|
* 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
| | | | | | | | | | | | | | | Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.102 to 1.0.103. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.102...1.0.103) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.103 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>