Justus Winter

Results 38 comments of Justus Winter

This issue has been independently identified as important in the Autocrypt session at the OpenPGP Email Summit 2024. But, I trust that someone will remember the issue without a written...

I found a small issue. When I ask for an `AttributeType::MlDsaParameterSet`, the token returns an `Attribute::ParameterSet`. I think the patch introduces `AttributeType::MlDsaParameterSet` as an alias for `AttributeType::ParameterSet`. Both `MlDsaParameterSet` and...

I think the aliasing is most surprising. The Rust model is a refinement of the interface model, i.e. it is more expressive. I think that is a mistake at this...

Yes, that was what I had in mind. But, I remember Simo suggesting to keep the aliases, always make sure to request the key type as well, and when wrapping...

Thanks for the sleuthing. I agree it should be removed then. Can you please also remove it from the iOS section in 01-software.md?

Returning `StyledStr` is a good idea in the mean time, thanks!

The OpenPGP working group is working on [draft-openpgp-pqc](https://github.com/openpgp-pqc/draft-openpgp-pqc). Currently, the focus is on FIPS compliance, and harmonizing KEM combiners and algorithm selection across different protocols to amortize the implementation and...

That is correct. See [Section 5.2.3.6 of RFC 9580](https://www.rfc-editor.org/rfc/rfc9580.html#section-5.2.3.6-3).