Jonathan Wilbur
Jonathan Wilbur
@kraktus That documentation you linked to is for `into_vec`, not `to_vec`. `into_vec` just gives you the underlying `Vec` in which the bits are stored, so this is unsuitable for my...
@dhobsong Can I ask you what your expectations are for the scope of your attribute certificates implementation? Are you expecting to implement: - Signature verification? - `Validity` checking? - `holder`...
I see that this task is in OMC review. I know a lot of people don't know about attribute certificates and their significance. I'd be happy to speak to the...
X.509 certificates got their name because they originate from [ITU Recommendation X.509](https://www.itu.int/rec/T-REC-X.509-201610-S) (not IETF RFC 5280 or its precursors). But this is not the only thing specified in ITU Recommendation...
@FdaSilvaYY and @iqbal0kabat , is there any reason this couldn't be merged in now? I have another [pull request](https://github.com/openssl/openssl/pull/16607) outstanding that would provide no added functionality unless this were merged...
@matthiasballreich I know it's been a long time since you've asked the question, but I am working on this now!
Is there _any_ way to give Rust a read-only view of a typed array in the JS runtime? It sounds like "no," but it really lowers the value of WebAssembly...
I really want this feature. Enough to have put out a $1500 bounty for its completion, in fact! (Full disclosure: I think BountySource takes a cut from the bounty hunter...
@hzuo but do large fields in the message itself end up as separate buffers? In other words, if I have a field in a message containing 4MB of data, does...
I don't know. I've never used Rollup. But I'll leave this issue open, since it should eventually be addressed.