Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

djarek/certify

Repository files navigation

Platform-specific TLS keystore abstraction for use with Boost.ASIO and OpenSSL

Linux/OSX Windows
Build Status Build status

Introduction

Certify is a header-only library which abstracts away the details of accessing a platform's TLS keystore and performing verification of a TLS peer's certificate, according to RFC2818. The library depends on OpenSSL and is designed to be easy to integrate with boost::asio::ssl.