pqc-thunderbird / rnp

Manual clone of the repository https://github.com/rnpgp/rnp
Other
0 stars 0 forks source link

SOP support for v6 Interop Tests #17

Open falko-strenzke opened 1 year ago

falko-strenzke commented 1 year ago

For the Sequoia Interop Tests, the sequoia team wrote an SOP wrapper/module for RNP.

We should consider supporting our v6 functionality also through this SOP interface if this is possible without investing too much time.

Tasks are:

Test cases that are relevant to our implemented v6 functionality:

@TJ-91

falko-strenzke commented 5 months ago

Look at Interop Test Suite, then possibly clarify what is left to do.

TJ-91 commented 4 months ago

Changes would need to go here: https://gitlab.com/sequoia-pgp/rnp-sop/-/blob/main/src/lib.rs (Plus, requires RNP to be built with the experimental flags).

However, I am not convinced we should do this. What do you think? Can we close it as not planned?

falko-strenzke commented 4 months ago

I wouldn't close it. Maybe this is not urgent, but it still makes sense to consider it for later.

falko-strenzke commented 3 months ago

One Problem here is that the v6 and PQC FFI is still only experimental.