aboutsummaryrefslogtreecommitdiffhomepage
path: root/oxish/src
Commit message (Expand)AuthorAgeFilesLines
...
* Defer algorithm support in crypto providersDirkjan Ochtman2026-07-101-0/+1
* Avoid guessing algorithmsDirkjan Ochtman2026-07-101-16/+16
* Rejigger key exchange setupDirkjan Ochtman2026-07-101-8/+13
* 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
* Extract separate type for extension identifiersDirkjan Ochtman2026-07-091-21/+20
* Implement strict key exchange extensionDirkjan Ochtman2026-07-092-2/+31
* 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-092-245/+5
* 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-093-26/+5
* Decrypt incoming packets in placeDirkjan Ochtman2026-07-091-18/+9
* 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-062-10/+12
* Add oxish-graviola providerDirkjan Ochtman2026-07-041-4/+13
* tests: try to make shutdown more robustDirkjan Ochtman2026-07-041-3/+11
* Replace AES-128-CTR with AES-128-GCMDirkjan Ochtman2026-07-043-182/+123
* Move key derivation types into protoDirkjan Ochtman2026-07-042-129/+8
* Clarify key material type namesDirkjan Ochtman2026-07-043-22/+22
* Use enum for crypto errorsDirkjan Ochtman2026-07-041-2/+2
* Move aws-lc crypto provider into a separate crateDirkjan Ochtman2026-07-034-329/+2
* Move crypto traits into proto crateDirkjan Ochtman2026-07-036-260/+19
* 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-013-11/+172
* Rename User::new() to from_system()Dirkjan Ochtman2026-07-012-2/+2
* Extract from_str() method for AuthorizedkeyDirkjan Ochtman2026-07-011-64/+75
* Fix formatting with cargo fmtDirkjan Ochtman2026-04-171-1/+1
* Simplify interface to send channel messagesDirkjan Ochtman2026-02-193-57/+81
* Deduplicate terminal closing state branchesDirkjan Ochtman2026-02-191-20/+13
* Introduce send_auth_failed() helper methodDirkjan Ochtman2026-02-191-31/+14
* Introduce simpler send() wrapperDirkjan Ochtman2026-02-191-49/+39
* Extract authentication moduleDirkjan Ochtman2026-02-192-370/+377
* connections: simplify interface to terminal futureDirkjan Ochtman2026-02-192-7/+13
* Rename proto module to buffersDirkjan Ochtman2026-02-193-4/+3
* Extract oxish-proto crateDirkjan Ochtman2026-02-199-1926/+22
* Extract ProtoError typeDirkjan Ochtman2026-02-198-140/+184
* Move IdentificationError into messagesDirkjan Ochtman2026-02-192-17/+17
* authentication: implement signature verificationDirkjan Ochtman2026-02-193-38/+228
* Yield session ID from key exchangeDirkjan Ochtman2026-02-192-3/+5
* authentication: select matching keyDirkjan Ochtman2026-02-182-3/+21
* authentication: implement authorized key discoveryDirkjan Ochtman2026-02-184-36/+238
* authentication: look up user home directoryDirkjan Ochtman2026-02-181-2/+82
* authentication: check supported public key algorithmsDirkjan Ochtman2026-02-182-1/+13
* Reduce log level for applying terminal modesDirkjan Ochtman2026-02-181-2/+2