protocol: Reject X3DH PreKey messages

- Drop X3DH tests

- Drop cross-version tests with libsignal v0.12 and v0.21

- Change session benchmarks to use PQXDH, which is relevant if doing
  comparisons before/after this commit.
This commit is contained in:
Jordan Rose
2025-06-13 12:19:04 -07:00
committed by GitHub
parent 8e950c4691
commit 69bb363840
9 changed files with 138 additions and 582 deletions

View File

@@ -56,8 +56,6 @@ fn test_basic_prekey() {
&[
|| Box::new(LibSignalProtocolCurrent::new()),
|| Box::new(LibSignalProtocolV70::new()),
|| Box::new(LibSignalProtocolV21::new()),
|| Box::new(LibSignalProtocolV12::new()),
],
);