HTTP and WebSocket built on Boost.Asio in C++11
-
Updated
Nov 15, 2024 - C++
TLS (Transport Layer Security) is a cryptographic protocol designed to provide communications security over a computer network. The protocol is widely used in applications such as email, instant messaging, and voice over IP, but its use in securing HTTPS remains the most publicly visible.
The TLS protocol aims primarily to provide security, including privacy (confidentiality), integrity, and authenticity through the use of cryptography, such as the use of certificates, between two or more communicating computer applications. It runs in the presentation layer and is itself composed of two layers: the TLS record and the TLS handshake protocols.
TLS builds on the now-deprecated SSL (Secure Sockets Layer) specifications (1994, 1995, 1996) developed by Netscape Communications for adding the HTTPS protocol to their Navigator web browser.
HTTP and WebSocket built on Boost.Asio in C++11
Network utility for sending / receiving TCP, UDP, SSL, HTTP
一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO
Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
C++ Discord API Bot Library - D++ is Lightweight and scalable for small and huge bots!
A multi-platform support c++11 library with focus on asio (asynchronous socket I/O) for any client applications.
Header only c++ network library, based on asio,support tcp,udp,http,websocket,rpc,ssl,icmp,serial_port,socks5.
A do everything Redfish, KVM, GUI, and DBus webserver for OpenBMC
An asynchronous msgpack-RPC and JSON-RPC library built on top of Boost.Asio.
Native Windows TLS stream wrapper for use with Asio
Blynk and WiFiManager Library for configuring/auto(re)connecting ESP8266/ESP32 modules to the best or available MultiWiFi APs and MultiBlynk servers at runtime, with or without SSL. Configuration data saved in either SPIFFS or EEPROM.
A cross-platform FTP/FTPS client library based on Boost.Asio
Examples showing OpenSSL C API usage with Modern C++ (smart pointers, RAII)