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