jhawk28

Results 9 issues of jhawk28

updated go mod deps glog adds global flags so it is not a good library (adding to an existing program causes a panic if a flag name conflicts) --- This...

Stack trace: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x98 pc=0xc9b478] goroutine 1494 [running]: github.com/ethereum/go-ethereum/eth/tracers.(*dbWrapper).pushObject.func2(0xc03e16d658, 0x7ff408034670) /root/go/pkg/mod/github.com/!fantom-foundation/[email protected]/eth/tracers/tracer.go:207 +0xd8 gopkg.in/olebedev/go-duktape%2ev3.goFunctionCall(0x7ff408006840, 0x42135b) /root/go/pkg/mod/gopkg.in/olebedev/[email protected]/duktape.go:157...

automate the building of JavaWren using gradle.

I get this error: `Error connecting to XenServer: reading body error: type mismatch - can't unmarshal interface to string` with this code: ``` package main import ( "fmt" "github.com/softlayer/xapi-go" "log"...

Porting curve implementation from https://github.com/workspace-9/gomq over. Handshake appears to be working correctly for both client and server. Decrypt and encrypt are partially working, but not exactly correct. Needed to move...

Updated the certificate validation to account for GetCertificate being nil alongside existing certificate checks. This ensures proper error handling during TLS configuration setup. Fixes #316

https://pkg.go.dev/crypto/tls#NewListener mentions ```The configuration config must be non-nil and must include at least one certificate or else set GetCertificate.``` Mangos is only allowing the Certificates to be set: https://github.com/nanomsg/mangos/blob/108b94423c726df89f4218c9b76dd5ec402f66f8/transport/tlstcp/tlstcp.go#L156