Carl Wallace

Results 21 comments of Carl Wallace

I don't think I've seen nonRepudiation and keyEncipherment together before as the latter often is accompanied by escrow of the private key. I've not caught up yet to current release...

I’m not sure what you are getting at with SET vs SET OF but the case here is SET OF in any case: SignedAttributes ::= SET SIZE (1..MAX) OF Attribute...

The tag difference is due to IMPLICIT tagging. I forgot about that in my reply. The Rust code I have for verifying SignedData is just reencoding SignedAttributes (but I control...

BER was an issue working on PKCS #12 as well. Exports from Firefox are BER. In a cert collection I use for testing, there are several several AIAs hosting P7s...

I think this is likely a duplicate of an issue that was fixed here: https://github.com/RustCrypto/formats/commit/5612e91286d0f2bc8d12372cd1c0258da1b4550f.

In October, I had started work on decoders/encoders for CMS structs (including SignedData). I had definitions done for most structs and had started adding tests for SignedData when the shift...

I had forgotten I was also working on CMPv2/CRMF and. I then got sidetracked with a PQC hackathon and made some mods for that mixed with the work I had...

I think RFC3161 would be a good addition and have thought about implementing it before but had not gotten around to it. It's referenced in some new work, for example,...

Schema derivation will have lots of issues, including optional fields, open types, enum values, named bits, etc., so this would not reduce try and fail by much. From: dima-starosud ***@***.***>...

I'd prefer to see owned and no copy be peers rather than owned replacing no copy (even if owned is why got the shorter crate name). The draft changes would...