[object Object]
OpenSSL client and server from scratch, part 5
OpenSSL client and server from scratch, part 5
Arthur O’Dwyer
OpenSSL client and server from scratch, part 5
This is a continuation of yesterday’s post,
“OpenSSL client and server from scratch, part 4.”
For the final blog post in this series, I want to show how to stack SSL BIOs one in front
of the other, so that we have a TLS connection tunneled over another TLS…
“OpenSSL client and server from scratch, part 4.”
For the final blog post in this series, I want to show how to stack SSL BIOs one in front
of the other, so that we have a TLS connection tunneled over another TLS…
C++ – Типизированный язык программирования
Делаем универсальный RFID-ключ для домофонов
Делаем универсальный RFID-ключ для домофонов
Хабр
Делаем универсальный RFID-ключ для домофонов
Приветствую всех, кого интересует тема электронных ключей-вездеходов. Сам я, по правде сказать, давно не слежу за новостями в этой области. Но свою разработку трёхлетней давности хочу опубликовать,...
C++ – Типизированный язык программирования
[Из песочницы] Простой zero-copy рендеринг аппаратно ускоренного видео в QML
[Из песочницы] Простой zero-copy рендеринг аппаратно ускоренного видео в QML
Хабр
Простой zero-copy рендеринг аппаратно ускоренного видео в QML
Введение Целью данной статьи является продемонстрировать способ как можно подружить сторонние видео буфера и QML. Основная идея — использовать стандартный QML ко...
[object Object]
Activity Indicators - Example of a Modern C++ Library
Activity Indicators - Example of a Modern C++ Library
Bfilipek
Activity Indicators - Example of a Modern C++ Library
In this blog post, we’ll show you how to write a library that displays a task activity indication for multithreading applications. Have a look at several essential Modern C++ techniques and how to combine them to write good code.