pschou

Results 26 comments of pschou

This has been fixed in #39 by means of a sanity check() called with every certificate which is provided.

Can you try #39 and see if this HasPassword option works for you?

Thank you for the example! Very useful. Please pull the changes and try this: ``` package main import ( "fmt" "os" "software.sslmate.com/src/go-pkcs12" ) func main() { data, err := os.ReadFile(os.Args[1])...

This would be a call @AGWA would have to make. I am contributing, but I am not an owner of this repository.

Yup, I thought the same thing.

@kayrus I am sorry for the `go test` not passing on the PR on the first submission. I thought I had pushed my latest change on disk and blindly did...

@kayrus: Just a heads up here, I finished implementing the SSH1 read and writing routines, so this library can thoroughly read and write every possible putty key format! All the...

@fogleman, would you like to take a look at this PR? Thank you

I think it is a precautionary measure. I made a pull request to update the go version support and leave this lock up to the developer.