Carl Wallace
Carl Wallace
Could we have proc macros emit a second set of structures such that one set behaves the old way and one set uses owned? On Nov 26, 2022, at 11:19...
I've used code like this to get DER encoded public key values for use in a SubjectPublicKeyInfo, which should work with CertReqInfo. ``` let mut signing_key = SigningKey::random(&mut OsRng); let...
FYI, I am going to try to move #836 from the pkcs7 crate to the cms crate and generally align it with current. Can give a look at the KDF...
At present, EncryptedPrivateKeyInfo is [duplicated](https://github.com/RustCrypto/formats/pull/1165/files#diff-286c65896a6efc4ccfa56bb22d89ebe8b79b1b6032003b134aeb0ee9126f1251R62) in #1165.
Thanks for the note. I'll stop looking. It was trending that the check must be the issue. FWIW, I did just confirm the following against a YubiKey with 4.3.3 and...
It'll be moot as TDES-only keys fall out of use. AES support has been available for almost four years and (I think) is required for latest firmware. For the moment,...
A default key exception doesn't help me, but I see the appeal of that. Why not just implement their checks?
The problem emanates from parsing the certs fields of SignedData. CertificateSet is defined as follows: ```text CertificateSet ::= SET OF CertificateChoices CertificateChoices ::= CHOICE { certificate Certificate, extendedCertificate [0] IMPLICIT...
Good catch. I did not even review the contents of the attribute cert. It's not my call, but I don't think we'd want to bake in support for mis-encodings like...
X.680 is likely what you want.