slackhq_nebula/cmd/nebula-cert
Wade Simmons 24f336ec56
switch off deprecated elliptic.Marshal (#1108)
elliptic.Marshal was deprecated, we can replace it with the ECDH methods
even though we aren't using ECDH here. See:

- f03fb147d7

We still using elliptic.Unmarshal because this issue needs to be
resolved:

- https://github.com/golang/go/issues/63963
2024-04-30 10:02:49 -04:00
..
ca.go switch off deprecated elliptic.Marshal (#1108) 2024-04-30 10:02:49 -04:00
ca_test.go chore: remove refs to deprecated io/ioutil (#987) 2023-10-31 10:35:13 -04:00
keygen.go chore: remove refs to deprecated io/ioutil (#987) 2023-10-31 10:35:13 -04:00
keygen_test.go chore: remove refs to deprecated io/ioutil (#987) 2023-10-31 10:35:13 -04:00
main.go Add ability to encrypt CA private key at rest (#386) 2023-04-03 13:59:38 -04:00
main_test.go Add note indicating modes have usage text (#794) 2022-12-20 16:53:56 -05:00
passwords.go Add ability to encrypt CA private key at rest (#386) 2023-04-03 13:59:38 -04:00
passwords_test.go Add ability to encrypt CA private key at rest (#386) 2023-04-03 13:59:38 -04:00
print.go chore: remove refs to deprecated io/ioutil (#987) 2023-10-31 10:35:13 -04:00
print_test.go chore: remove refs to deprecated io/ioutil (#987) 2023-10-31 10:35:13 -04:00
sign.go chore: remove refs to deprecated io/ioutil (#987) 2023-10-31 10:35:13 -04:00
sign_test.go chore: remove refs to deprecated io/ioutil (#987) 2023-10-31 10:35:13 -04:00
test_darwin.go Fix nebula-cert tests on darwin and windows 2019-12-11 10:13:19 -05:00
test_linux.go Support for 1.0.0 release 2019-11-19 10:31:59 -08:00
test_windows.go Public Release 2019-11-19 17:00:20 +00:00
verify.go chore: remove refs to deprecated io/ioutil (#987) 2023-10-31 10:35:13 -04:00
verify_test.go chore: remove refs to deprecated io/ioutil (#987) 2023-10-31 10:35:13 -04:00