Closed kastolars closed 4 years ago
GenerateNRandomKeys() in privatekey.go uses a function called x509.MarshalECPrivateKey() on line 80 that is not being handled. If GenerateNRandomKeys() is ever used, make sure that the error returned by x509.MarshalECPrivateKey() is being handled.
contact @ramirez915 for details
Completed
GenerateNRandomKeys() in privatekey.go uses a function called x509.MarshalECPrivateKey() on line 80 that is not being handled. If GenerateNRandomKeys() is ever used, make sure that the error returned by x509.MarshalECPrivateKey() is being handled.
contact @ramirez915 for details