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
/
src
/
crypto.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: add private_key() method on SigningKey trait
Hee-Suk Kim
7 days
1
-1
/
+12
*
proto: add documentation comments
Dirkjan Ochtman
2026-07-26
1
-0
/
+48
*
proto: make some modules public instead of re-exporting everything
Dirkjan Ochtman
2026-07-26
1
-4
/
+1
*
Zeroize all secret and sensitive data
Dirkjan Ochtman
2026-07-20
1
-0
/
+21
*
proto: drop Copy derive for Digest
Dirkjan Ochtman
2026-07-20
1
-2
/
+2
*
proto: track encoded shared secret as a SharedSecret
Dirkjan Ochtman
2026-07-20
1
-3
/
+3
*
Use Box instead of Arc to wrap signing keys
Dirkjan Ochtman
2026-07-20
1
-2
/
+2
*
Spawn a subprocess for authenticated sessions
Dirkjan Ochtman
2026-07-19
1
-0
/
+14
*
proto: extract key material derivation
Dirkjan Ochtman
2026-07-19
1
-37
/
+54
*
proto: negotiate encryption algorithms
Dirkjan Ochtman
2026-07-19
1
-4
/
+11
*
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
*
Update to 2024 edition
Dirkjan Ochtman
2026-07-18
1
-1
/
+1
*
Error on invalid padding lengths
Dirkjan Ochtman
2026-07-17
1
-1
/
+1
*
Defer algorithm support in crypto providers
Dirkjan Ochtman
2026-07-10
1
-1
/
+14
*
Avoid guessing algorithms
Dirkjan Ochtman
2026-07-10
1
-4
/
+21
*
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
1
-11
/
+30
*
Fix key derivation and add tests
Dirkjan Ochtman
2026-07-04
1
-18
/
+209
*
Replace AES-128-CTR with AES-128-GCM
Dirkjan Ochtman
2026-07-04
1
-96
/
+58
*
Move key derivation types into proto
Dirkjan Ochtman
2026-07-04
1
-1
/
+106
*
Use enum for crypto errors
Dirkjan Ochtman
2026-07-04
1
-15
/
+36
*
ci: check docs
Dirkjan Ochtman
2026-07-04
1
-1
/
+1
*
Move crypto traits into proto crate
Dirkjan Ochtman
2026-07-03
1
-0
/
+241