https://github.com/netlify/aegis
C++20 OpenSSL Wrapper Library
https://github.com/netlify/aegis
Last synced: 8 months ago
JSON representation
C++20 OpenSSL Wrapper Library
- Host: GitHub
- URL: https://github.com/netlify/aegis
- Owner: netlify
- License: other
- Created: 2020-06-04T17:20:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T07:54:34.000Z (almost 2 years ago)
- Last Synced: 2025-05-01T00:30:42.743Z (8 months ago)
- Language: C++
- Size: 64.5 KB
- Stars: 3
- Watchers: 9
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Overview
This is a C++ wrapper around OpenSSL's C API. It's goal is to use modern C++
features to permit a more expressive API, so that users can focus less on
lifetimes and copying and more on what they need, which is the security aspect
of C++.
Currently the top-level namespace is simply `aegis`, however this might be
changed to `ssl` at some point. Additionally, the library name might be changed
at some point as well. These are all in flux
`aegis` currently depends on [`netlify::apex`](https://github.com/netlify/apex)
Please note, this library has not been tested in every aspect of its
development. Expect high churn/API changes.