-
Notifications
You must be signed in to change notification settings - Fork 0
Overview of branches
Johannes Roth edited this page Feb 17, 2025
·
31 revisions
Active / unmerged:
-
add-v6-skesk
- PR to parent project: https://github.com/rnpgp/rnp/pull/2207 (rebased to upstream main on 2024-09-20)
- add parsing/generating and processing of v6 SKESK
- Add
--enable-v6-skesk
CLI option and correspondingrnp_op_encrypt_enable_skesk_v6()
call
-
feature-subpkt-v4-cert
- No PR to parent project yet
- Include Features subpacket for v4 certificates (when C-R is enabled)
- See #64
-
update-draft-06
- PR to parent project: https://github.com/rnpgp/rnp/pull/2287
- requires Botan 3.6 (to-be-released), use Commit
e70e1bf
on Botan master branch
-
update-draft-07
- active development branch for next version.
- KMAC -> SHA3
- Fix: SPHINCS+ (submission) to final FIPS 205
-
update-draft-08
- active development branch for next version.
-
argon2-s2ku-aead:
- PR: https://github.com/rnpgp/rnp/pull/2296
- (original branch was
argon2
) - Adds Argon2 S2K Specifier and S2K usage AEAD for key encryption and SKESKs.
Inactive:
-
update-draft-03-cherrypick-x448-ed448-cherrypick-fix-v5-v6-sigs
- Cherry-picked commits from add-ed448-x448 to
update-draft-03
and resolve conflicts and adjust cli ui test. - Cherry-picked
fix-v6-key-sig-justus
- This is the code base that is the candidate for being delivered as part the AP 6.
- Cherry-picked commits from add-ed448-x448 to
-
update-draft-03
- inactive, replaced by new branch
update-draft-05
which transfers the relevant changes
- inactive, replaced by new branch
- fix deprecated Kyber warnings: https://github.com/rnpgp/rnp/pull/2249
- closed since will be changed soon again when final NIST PQC standards are available in Botan
-
add-ed448-x448
- now integrated in update-draft-05
- update-draft-05-fixed: An intermediate update-draft-05 version for use in Proton's PQC interop test
-
update-draft-05
- replaced by update-draft-06
Merged:
-
pqc-cli-tests
- PR to parent project: https://github.com/rnpgp/rnp/pull/2221
-
fix-v6-key-sig-justus
- PR to parent project: https://github.com/rnpgp/rnp/pull/2261