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
path:
root
/
oxish
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: split out host_keys module
Dirkjan Ochtman
13 days
1
-4
/
+4
*
oxish: use named type for key exchange output
Dirkjan Ochtman
13 days
1
-14
/
+7
*
Show warning after non-PQ key exchange
Dirkjan Ochtman
13 days
1
-1
/
+19
*
oxish: extract AuthenticationState
Dirkjan Ochtman
2026-08-09
1
-10
/
+1
*
Use more fine-grained errors for authentication
Dirkjan Ochtman
2026-08-09
1
-1
/
+4
*
Move AuthorizedKey into proto
Dirkjan Ochtman
2026-07-30
1
-1
/
+1
*
oxish: split user data from cached authorized keys
Dirkjan Ochtman
2026-07-30
1
-1
/
+1
*
oxish: enable customizable authentication
Dirkjan Ochtman
2026-07-30
1
-1
/
+1
*
oxish: add basic reference documentation
Dirkjan Ochtman
2026-07-30
1
-0
/
+11
*
Handle client-initiated rekeying in the session
Dirkjan Ochtman
2026-07-30
1
-6
/
+48
*
Destruct Self in Encode implementations
Dirkjan Ochtman
2026-07-30
1
-12
/
+33
*
proto: rework key exchange API some more
Dirkjan Ochtman
2026-07-30
1
-22
/
+12
*
Extract host key selection from key exchange
Dirkjan Ochtman
2026-07-30
1
-2
/
+3
*
Move Identities into proto
Dirkjan Ochtman
2026-07-30
1
-36
/
+2
*
oxish: pass session ID to session for rekeying
Dirkjan Ochtman
2026-07-29
1
-0
/
+9
*
oxish: give session process access to the selected host key
Dirkjan Ochtman
2026-07-29
1
-10
/
+22
*
proto: take session ID to build key exchange reply
Dirkjan Ochtman
2026-07-29
1
-0
/
+1
*
oxish: track peer identities in session state
Dirkjan Ochtman
2026-07-29
1
-5
/
+53
*
oxish: keep read-side code closer together
Dirkjan Ochtman
2026-07-29
1
-3
/
+3
*
proto: extract new auth module
Dirkjan Ochtman
2026-07-26
1
-1
/
+2
*
proto: move some more types into key_exchange
Dirkjan Ochtman
2026-07-26
1
-2
/
+2
*
proto: make some modules public instead of re-exporting everything
Dirkjan Ochtman
2026-07-26
1
-4
/
+6
*
Avoid duplicate maximum packet length enforcement
Dirkjan Ochtman
2026-07-26
1
-4
/
+1
*
oxish: add debug option to disable spawning
Dirkjan Ochtman
2026-07-21
1
-1
/
+1
*
Add support for compiling aws-lc-rs in FIPS mode
Dirkjan Ochtman
2026-07-20
1
-3
/
+11
*
Provide a narrower interface to host key signing
Dirkjan Ochtman
2026-07-20
1
-9
/
+6
*
Use Box instead of Arc to wrap signing keys
Dirkjan Ochtman
2026-07-20
1
-2
/
+2
*
oxish: inline SessionState::from_connection()
Dirkjan Ochtman
2026-07-20
1
-47
/
+0
*
oxish: move SessionState into crate root
Dirkjan Ochtman
2026-07-20
1
-6
/
+187
*
oxish: inline Connection::accept()
Dirkjan Ochtman
2026-07-20
1
-27
/
+2
*
oxish: move Server into a dedicated module
Dirkjan Ochtman
2026-07-20
1
-56
/
+3
*
oxish: propagate server errors
Dirkjan Ochtman
2026-07-20
1
-30
/
+15
*
oxish: propagate more errors
Dirkjan Ochtman
2026-07-20
1
-94
/
+31
*
oxish: inline SessionState::from_fd()
Dirkjan Ochtman
2026-07-20
1
-8
/
+7
*
oxish: add high-level session API
Dirkjan Ochtman
2026-07-20
1
-1
/
+1
*
oxish: add high-level server API
Dirkjan Ochtman
2026-07-20
1
-11
/
+76
*
oxish: extract session module
Dirkjan Ochtman
2026-07-20
1
-102
/
+6
*
Spawn a subprocess for authenticated sessions
Dirkjan Ochtman
2026-07-19
1
-15
/
+13
*
proto: wrap key exchange start data in type
Dirkjan Ochtman
2026-07-19
1
-8
/
+8
*
proto: populate ExtInfo during key exchange
Dirkjan Ochtman
2026-07-19
1
-14
/
+4
*
Add support for multiple host keys
Dirkjan Ochtman
2026-07-19
1
-7
/
+15
*
oxish: move provider selection into library
Dirkjan Ochtman
2026-07-19
1
-0
/
+7
*
proto: negotiate encryption algorithms
Dirkjan Ochtman
2026-07-19
1
-4
/
+4
*
proto: add support for initial non-zero counter
Dirkjan Ochtman
2026-07-19
1
-2
/
+2
*
proto: stop taking ownership of key sources
Dirkjan Ochtman
2026-07-19
1
-2
/
+2
*
proto: fix encoding of ignore messages
Dirkjan Ochtman
2026-07-19
1
-2
/
+2
*
Ignore SSH_MSG_IGNORE/DEBUG during sessions and auth
Dirkjan Ochtman
2026-07-19
1
-5
/
+12
*
Move Encoder into proto
Dirkjan Ochtman
2026-07-19
1
-20
/
+1
*
Drop Encoder::buffered flag which seems unnecessary now
Dirkjan Ochtman
2026-07-19
1
-3
/
+0
*
oxish: inline Encoder::flush()
Dirkjan Ochtman
2026-07-19
1
-13
/
+5
[next]