index
:
oxish.git
main
sync-hostkey-format
fork from https://github.com/djc/oxish
Hee-Suk Kim
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
oxish-proto
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Use single edition and rust-version for the workspace
Dirkjan Ochtman
2026-07-18
1
-2
/
+2
*
Inline KeyExchangeInit::new()
Dirkjan Ochtman
2026-07-18
1
-21
/
+8
*
Move more handshake logic into proto crate
Dirkjan Ochtman
2026-07-18
1
-3
/
+28
*
Discard EcdhKeyExchange state type
Dirkjan Ochtman
2026-07-17
2
-73
/
+67
*
Negotiate extensions as well as algorithms
Dirkjan Ochtman
2026-07-17
2
-9
/
+12
*
Move Pretty into proto
Dirkjan Ochtman
2026-07-17
1
-1
/
+9
*
Simplify key exchange state
Dirkjan Ochtman
2026-07-17
1
-8
/
+5
*
Discard pointless KeyExchange token type
Dirkjan Ochtman
2026-07-17
2
-25
/
+21
*
Error on invalid padding lengths
Dirkjan Ochtman
2026-07-17
5
-5
/
+37
*
Make send() more robust
Dirkjan Ochtman
2026-07-17
1
-2
/
+13
*
Move I/O state types into proto
Dirkjan Ochtman
2026-07-17
2
-0
/
+299
*
Use tuple structs for PacketLength and PaddingLength
Dirkjan Ochtman
2026-07-17
1
-8
/
+4
*
Move more stuff into proto
Dirkjan Ochtman
2026-07-17
2
-1
/
+41
*
Document values of incomplete states
Dirkjan Ochtman
2026-07-17
2
-0
/
+8
*
Make better use of split_first_chunk()
Dirkjan Ochtman
2026-07-17
1
-26
/
+8
*
Inline KeyExchangeInit::new()
Dirkjan Ochtman
2026-07-10
1
-34
/
+24
*
Defer algorithm support in crypto providers
Dirkjan Ochtman
2026-07-10
2
-11
/
+30
*
Rename Algorithms to NegotiatedAlgorithms
Dirkjan Ochtman
2026-07-10
2
-6
/
+6
*
More intuitively capitalize key exchange algorithm variant name
Dirkjan Ochtman
2026-07-10
2
-4
/
+4
*
Avoid guessing algorithms
Dirkjan Ochtman
2026-07-10
1
-4
/
+21
*
Rejigger key exchange setup
Dirkjan Ochtman
2026-07-10
2
-21
/
+9
*
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
3
-16
/
+86
*
Implement strict key exchange extension
Dirkjan Ochtman
2026-07-09
2
-1
/
+16
*
Move key_exchange module into proto
Dirkjan Ochtman
2026-07-09
2
-0
/
+248
*
Move HandshakeHash into proto::crypto
Dirkjan Ochtman
2026-07-09
1
-0
/
+21
*
Replace X25519 key exchange with ML-KEM-768-X25519
Dirkjan Ochtman
2026-07-06
3
-33
/
+35
*
Fix key derivation and add tests
Dirkjan Ochtman
2026-07-04
2
-18
/
+213
*
Replace AES-128-CTR with AES-128-GCM
Dirkjan Ochtman
2026-07-04
3
-104
/
+69
*
Move key derivation types into proto
Dirkjan Ochtman
2026-07-04
2
-1
/
+123
*
Use enum for crypto errors
Dirkjan Ochtman
2026-07-04
2
-15
/
+39
*
ci: check docs
Dirkjan Ochtman
2026-07-04
1
-1
/
+1
*
Move crypto traits into proto crate
Dirkjan Ochtman
2026-07-03
2
-0
/
+242
*
Specify dependencies in the workspace
Dirkjan Ochtman
2026-02-19
1
-2
/
+2
[prev]
[next]