Johannes Roth

Results 5 issues of Johannes Roth

Some further improvements to the code. The changes to PQC and Crypto Refresh are all guarded by ifdefs. Please make sure that you are satisfied with the "General Changes" which...

I suggest to build and test the experimental features in the pipeline, that is, add a job that builds with `-DENABLE_CRYPTO_REFRESH=On -DENABLE_PQC=On` and execute `ctest`. On the main branch (Commit...

I added generating and parsing of [v6 SKESK packets.](https://datatracker.ietf.org/doc/html/draft-ietf-openpgp-crypto-refresh-13#section-5.3.2) They work similarly to the already implemented AEAD stuff, but use SEIPDv2 instead, and also, use HKDF for key derivation. I...

To a certain extent similar to #2219, what should the level of control for the caller be and what should the library do automatically in the following case: The sender...

Justus pointed out that the hashing of keys is implemented incorrectly for RNP and some other implementations, see https://mailarchive.ietf.org/arch/msg/openpgp/PyP-XDv0VM5bYPX1Iq41-Oyytds/ This concerns computing v5 and v6 signatures over keys. This PR...