summaryrefslogtreecommitdiffhomepage
path: root/talpid-tunnel-config-client
AgeCommit message (Expand)AuthorFilesLines
2024-02-06tonic_build::compile_protos() automatically prints rerun-if-changedAndrej Mihajlov1-3/+1
2024-01-25Hardcode a low MTU/MSS for the tunnel config client socketDavid Lönnhager1-17/+17
2024-01-16Add rust-version to all Cargo.tomlLinus Färnstrand1-0/+1
2024-01-09Remove version and publish cargo metadataLinus Färnstrand1-2/+0
2024-01-04Add workspace level lintsLinus Färnstrand2-1/+4
2024-01-02Fix clippy lintsDavid Lönnhager1-1/+1
2023-11-29Fix error when building psk-exchange examplemetametapod1-1/+1
2023-09-11Move log depedency to workspace toml fileDavid Lönnhager1-1/+1
2023-08-08Remove unnecessary cast with windows-sys 0.48Linus Färnstrand1-2/+2
2023-08-01Move windows-sys to a workspace dependencyLinus Färnstrand1-4/+5
2023-07-14Move tonic and related crates to workspace dependenciesLinus Färnstrand1-4/+4
2023-07-14Move tokio dependency to be a workspace dependencyLinus Färnstrand1-2/+2
2023-07-14Set package fields in workspace and inherit in packagesLinus Färnstrand1-5/+6
2023-04-26Fix remaining clippy warningsDavid Lönnhager1-1/+2
2023-04-17Set MSS for PSK exchange when multihop is enabledDavid Lönnhager2-8/+118
2023-03-27Reformat proto filesDavid Lönnhager1-3/+1
2023-02-28Add PQ support for multihop, and allow listing two endpoints in theJonathan2-9/+14
2023-01-30Do explicit zeroization of key material, clean up PQ codeLinus Färnstrand4-42/+78
2023-01-30Update tuncfg-server example to workLinus Färnstrand1-15/+7
2023-01-30Upgrade PQ gRPC endpoint to PskExchangeV1Linus Färnstrand3-32/+19
2023-01-30Add Kyber1024 into the PQ KEM mixLinus Färnstrand4-9/+48
2023-01-30Run `cargo clippy --fix` with the new Rust 1.67 preferred formatLinus Färnstrand4-6/+6
2022-10-10Set all Rust crate versions to 0.0.0Linus Färnstrand1-1/+1
2022-10-03Document stack usage of CMELinus Färnstrand1-0/+4
2022-10-03Implement zeroize for the WireGuard PresharedKey typeLinus Färnstrand1-1/+3
2022-10-03Change the psk-exchange example to take the server IP as argumentLinus Färnstrand1-15/+16
2022-10-03Add tuncfg test server to test the implementationLinus Färnstrand1-0/+84
2022-10-03Implement PskExchangeExperimentalV1 client sideLinus Färnstrand3-23/+53
2022-10-03Add PskExchangeExperimentalV1 to proto definitionLinus Färnstrand1-12/+79
2022-09-27Update tonic to 0.8Emīls Piņķis1-3/+3
2022-09-16Remove unused dependenciesDavid Lönnhager1-1/+0
2022-09-07Upgrade the classic-mceliece-rust libraryLinus Färnstrand3-66/+15
2022-08-29Silence clippy warnings due to tonicDavid Lönnhager1-0/+1
2022-07-01Specify version on git dependenciesLinus Färnstrand1-1/+6
2022-06-15Remove ICMP variants for allowed tunnel trafficDavid Lönnhager1-1/+3
2022-06-14Rename talpid-relay-config-client to talpid-tunnel-config-clientDavid Lönnhager6-0/+244