https://github.com/jweyrich/sslpkix
🔑🔒 A dead simple to use C++ wrapper for handling digital certificates using OpenSSL.
https://github.com/jweyrich/sslpkix
c-plus-plus certificate-authority certificate-generation certificate-request certificate-signing-request certificates handling-digital-certificates openssl x509
Last synced: 6 months ago
JSON representation
🔑🔒 A dead simple to use C++ wrapper for handling digital certificates using OpenSSL.
- Host: GitHub
- URL: https://github.com/jweyrich/sslpkix
- Owner: jweyrich
- License: bsd-3-clause
- Created: 2010-11-23T12:20:03.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T04:12:46.000Z (over 1 year ago)
- Last Synced: 2025-04-01T20:41:47.451Z (7 months ago)
- Topics: c-plus-plus, certificate-authority, certificate-generation, certificate-request, certificate-signing-request, certificates, handling-digital-certificates, openssl, x509
- Language: C++
- Homepage:
- Size: 57.6 KB
- Stars: 13
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DESCRIPTION
-----------A dead simple to use C++ wrapper for handling digital certificates using OpenSSL.
DEPENDENCIES
------------OpenSSL 0.9.8 or newer, including OpenSSL 1.1.
LICENSE
-------This software is released under the Modified BSD License.
ACKNOWLEDGMENTS
---------------This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)BUILD STATUS
------------[](https://travis-ci.org/jweyrich/sslpkix)
Copyright (c) 2010 Jardel Weyrich
All rights reserved.