Can anybody please give an example of using boringssl to create a dtls connection?

Viewed 32

I used openssl to create dtls connection, recently we need to change to boringssl。However,the code cannot fit to boringssl, some api for dtls in openssl not found in boringssl。For example,“BIO_new_dgram”, “BIO_CTRL_DGRAM_SET_CONNECTED” for “BIO_ctrl”。Can anybody please give an example of using boringssl to create a dtls connection?

0 Answers
Related