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
/
tests.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: parse OpenSSH host key files when available
Dirkjan Ochtman
13 days
1
-0
/
+43
*
proto: split out host_keys module
Dirkjan Ochtman
13 days
1
-2
/
+2
*
Show warning after non-PQ key exchange
Dirkjan Ochtman
13 days
1
-2
/
+18
*
Add back curve25519-sha256 key exchange algorithm
Dirkjan Ochtman
13 days
1
-0
/
+31
*
tests: tweak output
Dirkjan Ochtman
2026-08-01
1
-4
/
+4
*
tests: make handshake() fallible
Dirkjan Ochtman
2026-08-01
1
-10
/
+18
*
tests: make session_binary() fallible
Dirkjan Ochtman
2026-08-01
1
-5
/
+5
*
tests: restore test for no-spawn server
Dirkjan Ochtman
2026-08-01
1
-10
/
+37
*
tests: split rekey test out from handshake()
Dirkjan Ochtman
2026-08-01
1
-46
/
+34
*
tests: extract setup() helper
Dirkjan Ochtman
2026-08-01
1
-30
/
+37
*
tests: extract CliClient type
Dirkjan Ochtman
2026-08-01
1
-75
/
+99
*
tests: extract helper function for building the user store
Dirkjan Ochtman
2026-08-01
1
-39
/
+46
*
Move AuthorizedKey into proto
Dirkjan Ochtman
2026-07-30
1
-1
/
+2
*
oxish: make User fields public
Dirkjan Ochtman
2026-07-30
1
-2
/
+8
*
oxish: drop pointless Result wrapper
Dirkjan Ochtman
2026-07-30
1
-1
/
+0
*
oxish: split user data from cached authorized keys
Dirkjan Ochtman
2026-07-30
1
-9
/
+2
*
oxish: enable customizable authentication
Dirkjan Ochtman
2026-07-30
1
-2
/
+2
*
Handle client-initiated rekeying in the session
Dirkjan Ochtman
2026-07-30
1
-8
/
+69
*
Move Identities into proto
Dirkjan Ochtman
2026-07-30
1
-2
/
+2
*
tests: suppress Cargo output from session build
Dirkjan Ochtman
2026-07-30
1
-1
/
+1
*
oxish: pass session ID to session for rekeying
Dirkjan Ochtman
2026-07-29
1
-1
/
+3
*
oxish: give session process access to the selected host key
Dirkjan Ochtman
2026-07-29
1
-3
/
+11
*
proto: retain PKCS#8 form of host keys
Dirkjan Ochtman
2026-07-29
1
-2
/
+3
*
oxish: track peer identities in session state
Dirkjan Ochtman
2026-07-29
1
-1
/
+7
*
proto: make some modules public instead of re-exporting everything
Dirkjan Ochtman
2026-07-26
1
-1
/
+3
*
oxish: disallow authenticating as root
Dirkjan Ochtman
2026-07-20
1
-2
/
+2
*
oxish: more username validation
Dirkjan Ochtman
2026-07-20
1
-1
/
+2
*
ci: submit code coverage data to Codecov
Dirkjan Ochtman
2026-07-20
1
-3
/
+6
*
Provide a narrower interface to host key signing
Dirkjan Ochtman
2026-07-20
1
-2
/
+2
*
oxish: move SessionState into crate root
Dirkjan Ochtman
2026-07-20
1
-3
/
+64
*
oxish: propagate server errors
Dirkjan Ochtman
2026-07-20
1
-1
/
+1
*
oxish: propagate more errors
Dirkjan Ochtman
2026-07-20
1
-1
/
+2
*
oxish: inline SessionState::from_fd()
Dirkjan Ochtman
2026-07-20
1
-1
/
+1
*
oxish: add high-level server API
Dirkjan Ochtman
2026-07-20
1
-64
/
+12
*
oxish: extract session module
Dirkjan Ochtman
2026-07-20
1
-1
/
+5
*
Drop privileges to the authenticated user when spawning a session
Dirkjan Ochtman
2026-07-19
1
-6
/
+10
*
Spawn a subprocess for authenticated sessions
Dirkjan Ochtman
2026-07-19
1
-6
/
+84
*
Add support for multiple host keys
Dirkjan Ochtman
2026-07-19
1
-2
/
+9
*
Add support for ECDSA P-256 host keys
Dirkjan Ochtman
2026-07-18
1
-1
/
+1
*
oxish: switch to graviola as the default provider
Dirkjan Ochtman
2026-07-18
1
-7
/
+18
*
Add support for ed25519 authorized keys
Dirkjan Ochtman
2026-07-18
1
-9
/
+61
*
Include key exchange in connection setup API
Dirkjan Ochtman
2026-07-18
1
-2
/
+2
*
Rename Connection to Session, IoStream to Connection
Dirkjan Ochtman
2026-07-18
1
-5
/
+5
*
Separate key exchange from authentication
Dirkjan Ochtman
2026-07-18
1
-1
/
+5
*
Update to 2024 edition
Dirkjan Ochtman
2026-07-18
1
-2
/
+2
*
Extract authentication from Connection::run()
Dirkjan Ochtman
2026-07-18
1
-5
/
+10
*
Extract IoStream construction
Dirkjan Ochtman
2026-07-18
1
-2
/
+3
*
Extract authenticate() function from Connection::run()
Dirkjan Ochtman
2026-07-18
1
-1
/
+1
*
tests: add more diagnostic output
Dirkjan Ochtman
2026-07-06
1
-16
/
+35
*
Add oxish-graviola provider
Dirkjan Ochtman
2026-07-04
1
-4
/
+13
[next]