Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/levitte/openssl-extras
A library of source files, scripts and modules to use with applications using OpenSSL
https://github.com/levitte/openssl-extras
cmake openssl perl
Last synced: 6 days ago
JSON representation
A library of source files, scripts and modules to use with applications using OpenSSL
- Host: GitHub
- URL: https://github.com/levitte/openssl-extras
- Owner: levitte
- License: unlicense
- Created: 2020-10-01T05:41:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-16T20:01:48.000Z (almost 4 years ago)
- Last Synced: 2024-11-29T09:33:37.266Z (2 months ago)
- Topics: cmake, openssl, perl
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Nuggets for use with OpenSSL
============================- btrace.c, btrace.h
A simple tracing filter, useful if you lose track of where a
particular BIO is used and you want to figure out its ins and
outs. For deeper inspection, launch your favorit debugger and
set breakpoints on the internal functions.- cmake/Modules/FindOpenSSL.cmake
A cmake hack on top of the regular FindOpenSSL.cmake, which allows
setting the OpenSSL root directory to a build directory, and that
also generates OPENSSL_ROOT_DIR if it's not already defined
(because the user chose to search along CMAKE_PREFIX_PATH).It's self-documented.
- perl/lib/WrapOpenSSL.pm
A plugin for App::Prove, the harness application ('prove') to be
used to run Test::More, Test2::Suite and similar test suites. It
works best in conjunction with the cmake module above.