gpgme
gpgme copied to clipboard
GPGme bindings for Rust
Hi! Thanks for this wrapper around gpgme. I just started using it and try to get used to it. I need to create a program that automatically configures YubiKeys. This...
Creating a context segfaults when compiled on this target. I made a minimal repro to make sure it wasn't something else. Commenting the first line of main results in a...
I cannot find a way to only export secret subkeys without the main secret key. With the GPG CLI there is the `--export-secret-subkeys` option. What is the equivalent in GPGME?
There is now preliminary support for building on windows with some limitations. The build script will automatically detect an installed version of Gpg4win/GnuPG via the registry and attempt to use...
I'm not sure if this is an issue for here or the upstream gpgme folks. I'm looking for a way to force selection of a specific subkey for encryption, or...
Using gpgme (or any crate depending on it) in a `dylib` crate produces a ton of linker error that makes the build fail. They are all of the type `multiple...
### How to reproduce ``` docker run clux/muslrust:stable rustc ``` ### Workaround Use the previous version. ``` docker run clux/muslrust:stable-2018-01-01 rustc --version rustc 1.23.0 (766bd11c8 2018-01-01) ``` ### Impact I...
If you try to encrypt some data with `gpgme::encrypt` I always seem to get the following error: ``` thread 'main' panicked at 'encrypt: Error { source: Some("GPGME"), code: 32779, description:...
Hi @johnschug, Thank you very much for this great lib! I'm currently implementing an Elixir NIF (using [rustler](https://github.com/hansihe/rustler)). To share the context to Elixir, I implemented a `ResourceArc`. To have...
When I run `cargo run -vv --example keylist --` on macOS High Sierra I just end up getting a link error: ``` Fresh cfg-if v0.1.2 Fresh libc v0.2.33 Fresh bitflags...