aboutsummaryrefslogtreecommitdiffhomepage
path: root/oxish-proto/src/named.rs
Commit message (Collapse)AuthorAgeFilesLines
* Show warning after non-PQ key exchangeDirkjan Ochtman13 days1-0/+10
|
* Add back curve25519-sha256 key exchange algorithmDirkjan Ochtman13 days1-0/+6
|
* proto: move base module contents into crate rootDirkjan Ochtman2026-07-261-5/+1
|
* proto: add documentation commentsDirkjan Ochtman2026-07-261-10/+79
|
* proto: privatize more APIDirkjan Ochtman2026-07-261-5/+5
|
* proto: populate ExtInfo during key exchangeDirkjan Ochtman2026-07-191-1/+1
|
* proto: add EncryptionAlgorithm::to_owned()Dirkjan Ochtman2026-07-191-3/+10
|
* proto: extract key material derivationDirkjan Ochtman2026-07-191-0/+13
|
* Update to 2024 editionDirkjan Ochtman2026-07-181-2/+4
|
* More intuitively capitalize key exchange algorithm variant nameDirkjan Ochtman2026-07-101-3/+3
|
* Extract separate type for extension identifiersDirkjan Ochtman2026-07-091-3/+49
|
* Implement strict key exchange extensionDirkjan Ochtman2026-07-091-0/+12
|
* Replace X25519 key exchange with ML-KEM-768-X25519Dirkjan Ochtman2026-07-061-4/+4
|
* Replace AES-128-CTR with AES-128-GCMDirkjan Ochtman2026-07-041-4/+7
|
* Extract oxish-proto crateDirkjan Ochtman2026-02-191-0/+353