From 472addddff924a0881c0856d4b19e1b4c9715014 Mon Sep 17 00:00:00 2001 From: "update-envoy[bot]" <135279899+update-envoy[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 01:50:50 +0000 Subject: [PATCH] Mirrored from envoyproxy/envoy @ 8dcb3165334b8d9fdec7bb9f5f0b103d97f858d3 Signed-off-by: update-envoy[bot] <135279899+update-envoy[bot]@users.noreply.github.com> --- .../private_key_providers/cryptomb/v3alpha/cryptomb.pb.go | 8 ++++---- envoy/COMMIT | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/contrib/envoy/extensions/private_key_providers/cryptomb/v3alpha/cryptomb.pb.go b/contrib/envoy/extensions/private_key_providers/cryptomb/v3alpha/cryptomb.pb.go index 51002f6ac0..ebd6624b8a 100755 --- a/contrib/envoy/extensions/private_key_providers/cryptomb/v3alpha/cryptomb.pb.go +++ b/contrib/envoy/extensions/private_key_providers/cryptomb/v3alpha/cryptomb.pb.go @@ -26,10 +26,10 @@ const ( // A CryptoMbPrivateKeyMethodConfig message specifies how the CryptoMb private // key provider is configured. The private key provider provides “SIMD“ -// processing for RSA sign and decrypt operations (ECDSA signing uses regular -// BoringSSL functions). The provider works by gathering the operations into a -// worker-thread specific queue, and processing the queue using “ipp-crypto“ -// library when the queue is full or when a timer expires. +// processing for ECDSA sign operations and RSA sign and decrypt operations. +// The provider works by gathering the operations into a worker-thread specific +// queue, and processing the queue using “ipp-crypto“ library when the queue +// is full or when a timer expires. // [#extension-category: envoy.tls.key_providers] type CryptoMbPrivateKeyMethodConfig struct { state protoimpl.MessageState diff --git a/envoy/COMMIT b/envoy/COMMIT index 1952641fba..7b65690527 100644 --- a/envoy/COMMIT +++ b/envoy/COMMIT @@ -1 +1 @@ -5b7bbef9d0d5f2c569034b71e6030c29652e3ac5 +8dcb3165334b8d9fdec7bb9f5f0b103d97f858d3