Steve Wilford

Results 6 issues of Steve Wilford

I'm trying to run the included `example/example.rb` against the `depsim` tool with the provided example JSON configuration file however it fails with "Invalid Consumer Key", see the attached screenshot: ![screenshot...

* carthage install method: Pre-installed on Azure Pipelines Hosted macOS agent * `which carthage`: * `carthage version`: 0.29.0 * `xcodebuild -version`: Xcode 10.1 Build version 10B61 * Are you using...

bug
hacktoberfest

Not much more to say 😅

Implements #75 I had thought about adding additional options to the `StronglyTypedIdImplementations` enum. Since that enum is defined as `[Flags]` then it would make for a confusing API as it...

I'm trying to use Pkcs11Interop with the [SignPath](https://about.signpath.io/documentation/crypto-providers/#) Cryptoki provider to CMS sign some data but getting the `CKR_DATA_INVALID` error at the point of calling `session.Sign`. I've include the code,...

question

First of all, great work on this library! We're using it in an ASP.NET Core 3.x web application to parse the plist data in the request body, unfortunately as of...