pschou

Results 15 issues of pschou

Implementing the 12 and 8 in both go and assembly. This is to address a TODO request. For assembly, I did minimal changes here by using the amd64 BX register...

cla: yes

Going through the pkcs12 implementation here made me consider that this was missing some things, such as getting the friendly name from a pkcs12 / trust store file. Created a...

When using lego in an EAB infrastructure, having the ability to test the registration first will help ensure that the eab is correct before going on with creating an ACME...

enhancement
area/cli

Fixes #277 Closes #1378

enhancement
area/cli

Thank you for the wonderful starting pad. I've been working on making this useful for doing machining work for my workbench, and thought I should present all the changes to...

*Issue:* We need the ability to manually define the elements of the structure. *Description of changes:* Adds the ability to create a Version with pre-defined values `NewVersionWithValues`. User's are expected...

This PR allows your tool to create ppk files from a given private key. I also rounded out the ability to read, write, and verify all the putty version formats...