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
...
*
oxish: detach authentication from Auth
Dirkjan Ochtman
2026-07-30
2
-175
/
+172
*
oxish: add basic reference documentation
Dirkjan Ochtman
2026-07-30
4
-2
/
+39
*
Handle client-initiated rekeying in the session
Dirkjan Ochtman
2026-07-30
7
-43
/
+256
*
Destruct Self in Encode implementations
Dirkjan Ochtman
2026-07-30
5
-66
/
+167
*
proto: rework key exchange API some more
Dirkjan Ochtman
2026-07-30
3
-64
/
+76
*
Extract host key selection from key exchange
Dirkjan Ochtman
2026-07-30
2
-7
/
+7
*
Move Identities into proto
Dirkjan Ochtman
2026-07-30
3
-39
/
+44
*
oxish: rename Session::new() to from_message()
Dirkjan Ochtman
2026-07-30
2
-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
5
-4
/
+17
*
oxish: give session process access to the selected host key
Dirkjan Ochtman
2026-07-29
5
-27
/
+89
*
proto: split host key selection from key exchange signing
Dirkjan Ochtman
2026-07-29
1
-15
/
+30
*
proto: retain PKCS#8 form of host keys
Dirkjan Ochtman
2026-07-29
4
-21
/
+38
*
proto: split key exchange output signing method
Dirkjan Ochtman
2026-07-29
1
-25
/
+43
*
proto: drop Debug bound for Encode
Dirkjan Ochtman
2026-07-29
2
-2
/
+1
*
proto: take session ID to build key exchange reply
Dirkjan Ochtman
2026-07-29
2
-1
/
+3
*
oxish: track peer identities in session state
Dirkjan Ochtman
2026-07-29
4
-7
/
+63
*
oxish: keep read-side code closer together
Dirkjan Ochtman
2026-07-29
1
-3
/
+3
*
build(deps): bump tokio-stream from 0.1.18 to 0.1.19
dependabot[bot]
2026-07-27
1
-2
/
+2
*
build(deps): bump tokio from 1.53.0 to 1.53.1
dependabot[bot]
2026-07-27
1
-2
/
+2
*
build(deps): bump libc from 0.2.186 to 0.2.189
dependabot[bot]
2026-07-27
1
-2
/
+2
*
build(deps): bump clap from 4.6.2 to 4.6.4
dependabot[bot]
2026-07-27
1
-5
/
+5
*
proto: drop specific algorithm from generic error messages
Dirkjan Ochtman
2026-07-26
1
-6
/
+2
*
proto: move base module contents into crate root
Dirkjan Ochtman
2026-07-26
5
-527
/
+510
*
proto: add more required crate metadata
Dirkjan Ochtman
2026-07-26
1
-0
/
+5
*
proto: add documentation comments
Dirkjan Ochtman
2026-07-26
8
-14
/
+535
*
proto: privatize more API
Dirkjan Ochtman
2026-07-26
3
-24
/
+24
*
proto: extract new auth module
Dirkjan Ochtman
2026-07-26
4
-273
/
+286
*
proto: move Disconnect and DisconnectReason into base
Dirkjan Ochtman
2026-07-26
2
-100
/
+100
*
proto: move some more types into key_exchange
Dirkjan Ochtman
2026-07-26
3
-48
/
+47
*
proto: make some modules public instead of re-exporting everything
Dirkjan Ochtman
2026-07-26
12
-42
/
+36
*
oxish: track receive window as well
Dirkjan Ochtman
2026-07-26
3
-2
/
+40
*
oxish: improve maximum packet size handling
Dirkjan Ochtman
2026-07-26
1
-3
/
+10
*
oxish: handle channel window adjust messages
Dirkjan Ochtman
2026-07-26
4
-3
/
+61
*
oxish: decrease the send window when sending
Dirkjan Ochtman
2026-07-26
1
-0
/
+1
*
oxish: rename Channel::window_size to send_window
Dirkjan Ochtman
2026-07-26
1
-3
/
+3
*
proto: extract constant for MAX_PACKET_LEN
Dirkjan Ochtman
2026-07-26
2
-4
/
+8
*
proto: privatize inner PacketLengthfield
Dirkjan Ochtman
2026-07-26
2
-8
/
+19
*
Avoid duplicate maximum packet length enforcement
Dirkjan Ochtman
2026-07-26
2
-5
/
+5
*
oxish: limit environment variable requests
Dirkjan Ochtman
2026-07-21
4
-12
/
+27
*
oxish: add debug option to disable spawning
Dirkjan Ochtman
2026-07-21
4
-10
/
+55
*
oxish: move listener loop into the library
Dirkjan Ochtman
2026-07-21
2
-25
/
+30
*
oxish: limit authentication attempts
Dirkjan Ochtman
2026-07-21
1
-0
/
+13
*
oxish: limit the number of authenticating connections
Dirkjan Ochtman
2026-07-21
1
-1
/
+17
*
Zeroize all secret and sensitive data
Dirkjan Ochtman
2026-07-20
11
-11
/
+63
*
proto: drop Copy derive for Digest
Dirkjan Ochtman
2026-07-20
2
-5
/
+5
*
Hash classic secret directly into hybrid output hash
Dirkjan Ochtman
2026-07-20
2
-8
/
+9
*
proto: track encoded shared secret as a SharedSecret
Dirkjan Ochtman
2026-07-20
2
-6
/
+6
*
oxish: disallow authenticating as root
Dirkjan Ochtman
2026-07-20
2
-2
/
+6
*
oxish: more username validation
Dirkjan Ochtman
2026-07-20
3
-42
/
+106
[prev]
[next]