Sudhi Herle

Results 15 comments of Sudhi Herle

Unfortunately, I don't have access to that exact machine. Please update to latest main branch code (also tagged v2.1.2) and try: 1. make test 2. ./tests.sh Try the above on...

I have created a new branch - "debug-hpz400"; the code here has a global debug option: sigtool --debug encrypt .... sigtool --debug decrypt ... This debug flag prints several key...

Very strange indeed. Could you try running the test binary compiled on other machine and run it on the HPZ400 like so: `on build machine` `go test -c -o sig-test...

Thanks for doing the review. The code does not skip TLS verification - if you see the line where InsecureSkipVerify is set to true, it is ONLY done if the...

Thank you for finding this issue. I patched it - but slightly different; I moved the unrolled-loop-count to inside the "am I wrapped or not" if () block. Please take...