-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is picotls compatible with intel QAT and OpenSSL's Engine module and its ASYNC_JOB? #278
Comments
Correct me if I'm wrong, but Intel QAT card does not support the public key algorithms required by TLS 1.3. |
Following Public key algorithm are supported in QAT. My understanding is RSA is no more used as key exchange for tls1.3 but used as signature algorithm. x25519 curve is not supported in QAT because Intel cores are much faster for this curve.. But rest of them are supported. Asymmetric PKE Offload |
To be closed by #291. |
I am curious about to know if it is possible to run "picotls" over Intel QAT card and offloading the crypto operations to the QAT hardware through OpenSSLs "QATEngine".. Does the "picotls" state machine support the OpenSSL's ASYNC_JOB mechanism?
The text was updated successfully, but these errors were encountered: