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
/
key_exchange.rs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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
1
-28
/
+58
|
*
proto: rework key exchange API some more
Dirkjan Ochtman
2026-07-30
1
-38
/
+55
|
*
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
1
-17
/
+31
|
*
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
1
-1
/
+0
|
*
proto: take session ID to build key exchange reply
Dirkjan Ochtman
2026-07-29
1
-1
/
+2
|
*
proto: add documentation comments
Dirkjan Ochtman
2026-07-26
1
-1
/
+44
|
*
proto: privatize more API
Dirkjan Ochtman
2026-07-26
1
-16
/
+16
|
*
proto: move some more types into key_exchange
Dirkjan Ochtman
2026-07-26
1
-2
/
+43
|
*
proto: make some modules public instead of re-exporting everything
Dirkjan Ochtman
2026-07-26
1
-3
/
+4
|
*
proto: drop Copy derive for Digest
Dirkjan Ochtman
2026-07-20
1
-3
/
+3
|
*
proto: track encoded shared secret as a SharedSecret
Dirkjan Ochtman
2026-07-20
1
-3
/
+3
|
*
Provide a narrower interface to host key signing
Dirkjan Ochtman
2026-07-20
1
-43
/
+92
|
*
Use Box instead of Arc to wrap signing keys
Dirkjan Ochtman
2026-07-20
1
-2
/
+2
|
*
proto: wrap key exchange start data in type
Dirkjan Ochtman
2026-07-19
1
-33
/
+33
|
*
proto: populate ExtInfo during key exchange
Dirkjan Ochtman
2026-07-19
1
-4
/
+20
|
*
Add support for multiple host keys
Dirkjan Ochtman
2026-07-19
1
-2
/
+23
|
*
proto: add EncryptionAlgorithm::to_owned()
Dirkjan Ochtman
2026-07-19
1
-8
/
+8
|
*
proto: extract key material derivation
Dirkjan Ochtman
2026-07-19
1
-2
/
+2
|
*
proto: negotiate encryption algorithms
Dirkjan Ochtman
2026-07-19
1
-2
/
+44
|
*
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
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
1
-71
/
+66
|
*
Negotiate extensions as well as algorithms
Dirkjan Ochtman
2026-07-17
1
-8
/
+11
|
*
Simplify key exchange state
Dirkjan Ochtman
2026-07-17
1
-8
/
+5
|
*
Discard pointless KeyExchange token type
Dirkjan Ochtman
2026-07-17
1
-23
/
+19
|
*
Inline KeyExchangeInit::new()
Dirkjan Ochtman
2026-07-10
1
-34
/
+24
|
*
Defer algorithm support in crypto providers
Dirkjan Ochtman
2026-07-10
1
-10
/
+16
|
*
Rename Algorithms to NegotiatedAlgorithms
Dirkjan Ochtman
2026-07-10
1
-4
/
+4
|
*
More intuitively capitalize key exchange algorithm variant name
Dirkjan Ochtman
2026-07-10
1
-1
/
+1
|
*
Rejigger key exchange setup
Dirkjan Ochtman
2026-07-10
1
-19
/
+7
|
*
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
1
-3
/
+178
|
*
Extract separate type for extension identifiers
Dirkjan Ochtman
2026-07-09
1
-5
/
+11
|
*
Move key_exchange module into proto
Dirkjan Ochtman
2026-07-09
1
-0
/
+244