mirror of https://github.com/slackhq/nebula.git
31ed9269d7
* add test for GOEXPERIMENT=boringcrypto * fix NebulaCertificate.Sign Set the PublicKey field in a more compatible way for the tests. The current method grabs the public key from the certificate, but the correct thing to do is to derive it from the private key. Either way doesn't really matter as I don't think the Sign method actually even uses the PublicKey field. * assert boring * cleanup tests |
||
---|---|---|
.. | ||
boring.go | ||
boring_test.go | ||
nist.go | ||
notboring.go | ||
notboring_test.go |