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-proto
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: warn on unsafe_code
Dirkjan Ochtman
2026-07-30
1
-1
/
+1
*
Move AuthorizedKey into proto
Dirkjan Ochtman
2026-07-30
1
-20
/
+143
*
proto: isolate authentication signature encoding
Dirkjan Ochtman
2026-07-30
1
-0
/
+75
*
proto: isolate authentication signature input encoding
Dirkjan Ochtman
2026-07-30
1
-3
/
+16
*
Handle client-initiated rekeying in the session
Dirkjan Ochtman
2026-07-30
1
-4
/
+100
*
Destruct Self in Encode implementations
Dirkjan Ochtman
2026-07-30
4
-54
/
+134
*
proto: rework key exchange API some more
Dirkjan Ochtman
2026-07-30
2
-42
/
+64
*
Extract host key selection from key exchange
Dirkjan Ochtman
2026-07-30
1
-5
/
+4
*
Move Identities into proto
Dirkjan Ochtman
2026-07-30
1
-1
/
+40
*
oxish: give session process access to the selected host key
Dirkjan Ochtman
2026-07-29
1
-5
/
+36
*
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
2
-17
/
+34
*
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
1
-1
/
+2
*
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 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
2
-270
/
+279
*
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
2
-46
/
+45
*
proto: make some modules public instead of re-exporting everything
Dirkjan Ochtman
2026-07-26
3
-25
/
+9
*
oxish: track receive window as well
Dirkjan Ochtman
2026-07-26
1
-0
/
+8
*
oxish: handle channel window adjust messages
Dirkjan Ochtman
2026-07-26
2
-1
/
+39
*
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
1
-1
/
+4
*
oxish: limit environment variable requests
Dirkjan Ochtman
2026-07-21
2
-5
/
+4
*
Zeroize all secret and sensitive data
Dirkjan Ochtman
2026-07-20
2
-0
/
+35
*
proto: drop Copy derive for Digest
Dirkjan Ochtman
2026-07-20
2
-5
/
+5
*
proto: track encoded shared secret as a SharedSecret
Dirkjan Ochtman
2026-07-20
2
-6
/
+6
*
Provide a narrower interface to host key signing
Dirkjan Ochtman
2026-07-20
2
-45
/
+96
*
Use Box instead of Arc to wrap signing keys
Dirkjan Ochtman
2026-07-20
2
-4
/
+4
*
Spawn a subprocess for authenticated sessions
Dirkjan Ochtman
2026-07-19
2
-4
/
+17
*
proto: wrap key exchange start data in type
Dirkjan Ochtman
2026-07-19
2
-34
/
+35
*
proto: populate ExtInfo during key exchange
Dirkjan Ochtman
2026-07-19
3
-8
/
+25
*
Add support for multiple host keys
Dirkjan Ochtman
2026-07-19
1
-2
/
+23
*
proto: add EncryptionAlgorithm::to_owned()
Dirkjan Ochtman
2026-07-19
2
-11
/
+18
*
proto: extract key material derivation
Dirkjan Ochtman
2026-07-19
3
-39
/
+69
*
proto: negotiate encryption algorithms
Dirkjan Ochtman
2026-07-19
2
-6
/
+55
*
proto: track key counters
Dirkjan Ochtman
2026-07-19
1
-0
/
+6
*
proto: add support for initial non-zero counter
Dirkjan Ochtman
2026-07-19
1
-2
/
+4
*
proto: stop taking ownership of key sources
Dirkjan Ochtman
2026-07-19
1
-3
/
+4
*
proto: add support for u64 encoding
Dirkjan Ochtman
2026-07-19
1
-0
/
+15
*
proto: fix encoding of ignore messages
Dirkjan Ochtman
2026-07-19
2
-1
/
+12
*
Move Encoder into proto
Dirkjan Ochtman
2026-07-19
2
-1
/
+18
*
Add support for the window-change channel request
Dirkjan Ochtman
2026-07-19
2
-1
/
+46
*
Add support for ECDSA P-256 host keys
Dirkjan Ochtman
2026-07-18
1
-1
/
+169
*
Update to 2024 edition
Dirkjan Ochtman
2026-07-18
7
-15
/
+19
[next]