ryan

Results 82 issues of ryan

hi folks, thanks for all your effort in building / maintaining such excellent cryptographic libraries ^_^ i'm working on replacing a bunch of c cryptography APIs with dalek via FFI,...

Not sure if this is a candidate for the [rust-and-c](https://docs.rust-embedded.org/book/interoperability/rust-with-c.html) section or if it's too cursed and should go in the `nomicon. Fair warning this is also a bit ranty...

It would be good to have a guide for driver authors and other users of embedded hal providing best practices for defining and consuming drivers, and detailing the use of...

when building components of a larger project it is often useful to specify the manifest directory directly, particularly because we can't really do multi-target workspaces https://github.com/rust-lang/cargo/issues/7004. relates to https://github.com/actions-rs/cargo/issues/86 which...

At the moment we aren't super explicit about management of the chip select pin for SPI transactions, which means drivers have to either manage these themselves or make big assumptions...

discussion

Hey, thanks for making this! In the [docs](https://docs.rs/elastic/0.21.0-pre.5/elastic/types/document/index.html#specifying-a-default-index-name) it's noted that you can specify index expressions, however, turning this on results in a huge pile of ```the trait `elastic::prelude::StaticIndex` is...

hey there, this PR adds the linked icesugar_pro platform file, based on #197 with some additions, and pins `markupsafe` to `2.0.1` as a temporary fix to avoid https://github.com/pallets/markupsafe/issues/282 (so `python...

Client certificate generation using windows is required for production-line deployment. OpenSC provide a minidriver and pkcs#11 [module](https://github.com/OpenSC/OpenSC/wiki/Windows-Quick-Start) for windows, providers can be listed using `certutil -csplist` Request information specified using...

Revocation / CRL generation is working, but the CRLs aren't matching up with issued certs which is a bit of a problem...