Skip to content

Instantly share code, notes, and snippets.

View mahmudur85's full-sized avatar
🎯
Focusing

Khandker Mahmudur Rahman mahmudur85

🎯
Focusing
View GitHub Profile
@mahmudur85
mahmudur85 / dtls_api.md
Created April 11, 2020 16:59 — forked from Jxck/dtls_api.md
OpenSSL DTLS API

OpenSSL DTLS API

The API used for DTLS is mostly the same as for TLS, because of the mapping of generic functions to protocol specifc ones. Some additional functions are still necessary, because of the new BIO objects and the timer handling for handshake messages. The generic concept of the API is described in the following sections. Examples of applications using DTLS are available at [9].

DTLS の API は TLS とほぼ同じ。 BIO オブジェクトの生成とタイマのために追加でいくつか必要。