0
0
Fork 0
mirror of https://github.com/slackhq/nebula.git synced 2025-01-11 03:48:12 +00:00
slackhq_nebula/cert
Nate Brown 2e85d138cd
[v1.9.x] do not panic when loading a V2 CA certificate (#1282)
Co-authored-by: Jack Doan <jackdoan@rivian.com>
2024-12-03 09:49:54 -06:00
..
ca.go [v1.9.x] do not panic when loading a V2 CA certificate (#1282) 2024-12-03 09:49:54 -06:00
cert.go [v1.9.x] do not panic when loading a V2 CA certificate (#1282) 2024-12-03 09:49:54 -06:00
cert.pb.go Have lighthouses ack updates to reduce test packet traffic (#851) 2023-05-05 14:44:03 -05:00
cert.proto Support NIST curve P256 (#769) 2023-05-04 17:50:23 -04:00
cert_test.go [v1.9.x] do not panic when loading a V2 CA certificate (#1282) 2024-12-03 09:49:54 -06:00
crypto.go cert: fix dropped errors (#961) 2023-09-07 13:54:01 -04:00
crypto_test.go Add ability to encrypt CA private key at rest (#386) 2023-04-03 13:59:38 -04:00
errors.go [v1.9.x] do not panic when loading a V2 CA certificate (#1282) 2024-12-03 09:49:54 -06:00
Makefile IPv6 support for outside (udp) (#369) 2021-03-18 20:37:24 -05:00
README.md Public Release 2019-11-19 17:00:20 +00:00

cert

This is a library for interacting with nebula style certificates and authorities.

A protobuf definition of the certificate format is also included

Compiling the protobuf definition

Make sure you have protoc installed.

To compile for go with the same version of protobuf specified in go.mod:

make