Uh oh!
There was an error while loading. Please reload this page.
pkcs8: provide PrivateKeyInfoRef/PrivateKeyInfoOwned - #1183
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Why are you exposing Why not Really |
7ae4fa6 to
1cf577eComparebaloo
commented
Aug 4, 2023
I was actually looking for a I don't think I'm too comfortable with |
4dd6f4a to
bf211c8Compare8d29e28 to
25bed9eCompareRemoves lifetimes from all types in the `pkcs5` crate, making them own their data.
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
25bed9e to
d3e42e5Compare
Why not merge Regular OctetString would just contain https://doc.rust-lang.org/std/vec/struct.Vec.html#impl-From%3CCow%3C'a,+%5BT%5D%3E%3E-for-Vec%3CT%3E Also, conversions from/to owned would just swap an enum. |
tarcieri
commented
Jun 4, 2024
@dishmaker this crate is designed to support heapless targets that don’t have |
Ohhh so such structBytesRef<'a>{publength:Length,#[cfg(feature = "alloc")]pubinner:Cow<'a,[u8]>,#[cfg(not(feature = "alloc"))]pubinner:&'a[u8],} |
tarcieri
commented
Jun 4, 2024
But then you haven't actually gotten rid of the Anyway, if you'd like to keep discussing this, it would probably be better to open a separate issue. |
tarcieri
commented
Aug 18, 2024
@baloo are you going to redo this? I think it would be great to get in before the next stable release series |
baloo
commented
Aug 18, 2024
I guess I could, I honestly lost track. |
tarcieri
commented
Aug 18, 2024
Aah ok, I'm down to take it then. Seems like it will be a bit of a mess but worth it. |
baloo
commented
Aug 18, 2024
The rebase looks like it's a mess indeed. I can give it a shot, you have a fair amount of things on your hand. |
tarcieri
commented
Aug 18, 2024
Sure! |
see #1117