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: Add server side stateless and CID QoL API #8224

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 27, 2024

  1. DTLS: Add server side stateless and CID QoL API

    - wolfDTLS_accept_stateless - statelessly listen for incoming connections
    - wolfSSL_inject - insert data into WOLFSSL object
    - wolfSSL_SSL(Enable|Disable)Read - enable/disable reading from IO
    - wolfSSL_get_wfd - get the write side file descriptor
    - wolfSSL_dtls_set_pending_peer - set the pending peer that will be upgraded to regular peer when we successfully de-protect a DTLS record
    - wolfSSL_dtls_get0_peer - zero copy access to the peer address
    - wolfSSL_is_stateful - boolean to check if we have entered stateful processing
    - wolfSSL_dtls_cid_get0_rx - zero copy access to the rx cid
    - wolfSSL_dtls_cid_get0_tx - zero copy access to the tx cid
    - wolfSSL_dtls_cid_parse - extract cid from a datagram/message
    julek-wolfssl committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    f7646b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    935227a View commit details
    Browse the repository at this point in the history