Skip to content
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

DTLS decryption threaded #8284

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

SparkiDev
Copy link
Contributor

Description

Add support for decryption in threads for DTLS.

Fixes zd#18975

Testing

Thrashing with custom app that has encryption and decryption threads.

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

@SparkiDev SparkiDev self-assigned this Dec 13, 2024
@SparkiDev SparkiDev marked this pull request as draft December 13, 2024 05:20
@SparkiDev SparkiDev force-pushed the dtls_decrypt_threaded branch from 3b76118 to 4fdda82 Compare December 15, 2024 23:46
Add support for decryption in threads for DTLS.
@SparkiDev SparkiDev force-pushed the dtls_decrypt_threaded branch 3 times, most recently from a68f776 to dbb5103 Compare December 17, 2024 10:31
Split out encryption in software for TLSv13.
Call software encryption in async encrypt.
Support ChaCha20-Poly1305.
@SparkiDev SparkiDev force-pushed the dtls_decrypt_threaded branch 2 times, most recently from 8d21de1 to bb61c51 Compare December 18, 2024 01:23
Split out decryption in software for TLSv13.
Call software decryption in async decrypt.
Support ChaCha20-Poly1305.
@SparkiDev SparkiDev force-pushed the dtls_decrypt_threaded branch from bb61c51 to 57c037a Compare December 18, 2024 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant