darrenjs / openssl_examplesLinks
examples of using OpenSSL
☆119Updated last year
Alternatives and similar repositories for openssl_examples
Users that are interested in openssl_examples are comparing it to the libraries listed below
Sorting:
- asynchronous examples for openssl using poll/epoll☆127Updated 2 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆148Updated 5 years ago
- Examples for DTLS via SCTP and UDP using OpenSSL☆146Updated 4 years ago
- The asynchronous TLS abstraction for OpenSSL☆126Updated 7 years ago
- An example https client and server using OpenSSL and libevent, for the purpose of discussing some issues that came up on the libevent mai…☆181Updated 7 years ago
- Streaming websocket frame parser and frame builder for c☆69Updated 6 years ago
- simple dtls server client example with openssl custom-bio over udp☆23Updated 6 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆144Updated 8 years ago
- Lock-free ring buffer (MPSC)☆470Updated 5 years ago
- UDP-based Data Transfer Protocol☆182Updated 3 years ago
- Create extremely-fast and secure embedded HTTP servers with ease.☆459Updated 4 years ago
- Boost asio UDT implementation (stream over asio datagram socket, reliability over UDP)☆206Updated 7 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C