index
:
oxish.git
main
sync-hostkey-format
fork from https://github.com/djc/oxish
Hee-Suk Kim
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
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
[prev]
[next]