ee53530d1f
The next Go release call panic on elliptic.Marshal [1][2], which
affect the test case fail_ec_marshal on createPublicKey.
This changes fix this by initializing the P and B in test case
PublicKey CurveParams to prevent panic.
[1] https://github.com/golang/go/issues/50975
[2]
|
||
---|---|---|
.. | ||
certificate.go | ||
certificate_test.go | ||
cloudcas.go | ||
cloudcas_test.go | ||
mock_client_test.go | ||
mock_operation_server_test.go |