mirror of
https://github.com/slackhq/nebula.git
synced 2026-05-16 04:47:38 +02:00
log the fips140 mode and version
Requires go1.26 for fips140.Version()
This commit is contained in:
@@ -2,7 +2,6 @@ package nebula
|
||||
|
||||
import (
|
||||
"context"
|
||||
"crypto/fips140"
|
||||
"errors"
|
||||
"fmt"
|
||||
"io"
|
||||
@@ -234,7 +233,7 @@ func (f *Interface) activate() error {
|
||||
"build", f.version,
|
||||
"udpAddr", addr,
|
||||
"boringcrypto", boringEnabled(),
|
||||
"fips140", fips140.Enabled(),
|
||||
"fips140", fips140version(),
|
||||
)
|
||||
|
||||
if f.routines > 1 {
|
||||
|
||||
Reference in New Issue
Block a user