nebula/noiseutil
Wade Simmons 31ed9269d7
add test for GOEXPERIMENT=boringcrypto (#861)
* 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
2023-05-08 13:27:01 -04:00
..
boring.go Use NewGCMTLS (when using experiment boringcrypto) (#803) 2023-04-05 11:08:23 -04:00
boring_test.go add test for GOEXPERIMENT=boringcrypto (#861) 2023-05-08 13:27:01 -04:00
nist.go Support NIST curve P256 (#769) 2023-05-04 17:50:23 -04:00
notboring.go Use NewGCMTLS (when using experiment boringcrypto) (#803) 2023-04-05 11:08:23 -04:00
notboring_test.go add test for GOEXPERIMENT=boringcrypto (#861) 2023-05-08 13:27:01 -04:00