CryptoMb private key provider

    Note

    This extension is only available in contrib images.

    Note

    This extension is functional but has not had substantial production burn time, use only with this caveat.

    Tip

    This extension extends and can be used with the following extension category:

    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.

    The following extensions are available in contrib images only:

    private_key

    () Private key to use in the private key provider. If set to inline_bytes or inline_string, the value needs to be the private key in PEM format.

    poll_delay