You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for MLKEM in grpc client and host libs
Update grpc to v1.68.0 and boringssl to support MLKEM.
Add flags for enable MLKEM TLS for clients and servers.
Patch gRPC to force MLKEM key exchange when enabled.
Signed-off-by: Willy Zhang <[email protected]>
Copy file name to clipboardExpand all lines: src/proxy_buffer/pb_server.go
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ var (
38
38
syncerMaxRetriesPerRecord=flag.Int("syncer_max_retries_per_record", 5, "Number of times a record can be retried before it stops pb_server. Anything less than zero will not stop the service. Defaults to 5.")
0 commit comments