Mohammad Nejati
ee2b5b2ff9
Replace SSL_set1_host with asio::ssl::host_name_verification
...
`SSL_set1_host` fails when host is an IP address
2025-02-13 20:09:44 +03:30
Mohammad Nejati
ea38d841b0
SSL examples verify peer cert hostname
...
Fixes #2974
2025-02-11 19:43:58 +03:30
Mohammad Nejati
827ecf5e93
Organize source files in CMakeLists with source_group
2024-11-25 11:41:40 +03:30
Mohammad Nejati
75e45287fb
Refactor CMakeLists
...
Closes #2471
Closes #1816
2024-11-25 11:41:40 +03:30
Mohammad Nejati
3ddcf4ed38
Jamfile cleanup
2024-09-04 22:37:14 +03:30
Mohammad Nejati
03b792faac
net::ssl::stream is canonical in examples
...
We no longer need to use beast::ssl_stream to improve write performance, as
Asio now linearizes scatter/gather I/O in ssl::stream:
17637a48cc
2024-05-31 16:45:52 +03:30
Mohammad Nejati
dc154bc0bd
Update host string after SSL_set_tlsext_host_name
2024-02-14 20:03:10 +03:30
Richard Hodges
a35cd32005
Update WebSocket examples to set TLS SNI
2020-08-28 13:26:22 +02:00
Richard Hodges
060f59685c
Support BOOST_ASIO_NO_TS_EXECUTORS
2020-07-04 07:35:14 +02:00
Richard Hodges
c397227eb5
Fix Host header in websocket examples
...
closes #1633
2020-04-08 15:56:39 +02:00
Vinnie Falco
5521b91d8c
Tidy up cmake files and examples
2019-10-06 08:04:22 -07:00
Damian Jarek
3eebf420f0
Add async-ssl-system-executor http client example
...
This example websocket client application uses the `system_executor` to show
how to use it with the I/O objects in ASIO and Beast.
Signed-off-by: Damian Jarek <damian.jarek93@gmail.com >
2019-10-06 07:52:13 -07:00