formats icon indicating copy to clipboard operation
formats copied to clipboard

Guide about authenticode

Open pkking opened this issue 2 years ago • 4 comments

Hi, im recently working on authenticode, and i have read https://github.com/RustCrypto/formats/pull/723 and https://github.com/RustCrypto/formats/pull/813, so im just wondering if there's some guide for creating a authenticode signatrue using this library :_)

Sorry if the ping disturbed any of you @roblabla

pkking avatar Nov 09 '23 14:11 pkking

I've made an implementation in goblin. Because goblin doesn't want to pull extra dependencies, there an external crate (goblin-signing) that brings rust-crypto hashers in.

(That second crate is still a WIP, the intention is for it to move to https://github.com/nix-community eventually)

baloo avatar Nov 27 '23 19:11 baloo

I've made an implementation in goblin. Because goblin doesn't want to pull extra dependencies, there an external crate (goblin-signing) that brings rust-crypto hashers in.

(That second crate is still a WIP, the intention is for it to move to https://github.com/nix-community eventually)

Thanks for your reply, will take a look :)

pkking avatar Nov 28 '23 10:11 pkking

I've put up a PR rewriting the authenticode according to the spec. https://github.com/m4b/goblin/pull/383

baloo avatar Dec 11 '23 19:12 baloo

I've put up a PR rewriting the authenticode according to the spec. https://github.com/m4b/goblin/pull/383

cool!

pkking avatar Dec 23 '23 13:12 pkking

Seems like the question here is answered?

tarcieri avatar Aug 18 '24 17:08 tarcieri