SignatureCacheEnabled returns whether signature cache validation is enabled.
()
| 318 | |
| 319 | // SignatureCacheEnabled returns whether signature cache validation is enabled. |
| 320 | func SignatureCacheEnabled() bool { |
| 321 | return signatureCacheEnabled.Load() |
| 322 | } |
| 323 | |
| 324 | // SetSignatureBypassStrictMode controls whether bypass mode uses strict protobuf-tree validation. |
| 325 | func SetSignatureBypassStrictMode(strict bool) { |