https://github.com/com8/curl_bug_winssl_cert_info
https://github.com/com8/curl_bug_winssl_cert_info
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/com8/curl_bug_winssl_cert_info
- Owner: COM8
- License: mit
- Created: 2022-04-24T15:04:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-24T15:11:17.000Z (about 4 years ago)
- Last Synced: 2025-04-15T09:54:52.384Z (about 1 year ago)
- Language: CMake
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# curl_bug_winssl_cert_info
## Building
```bash
git clone https://github.com/COM8/curl_bug_winssl_cert_info.git
cd curl_bug_winssl_cert_info
mkdir build
cd build
cmake ..
cmake --build .
```
## Executing
Form inside the `build/` directory run:
### Windows
```bash
.\Debug\curl_bug_winssl_cert_info.exe
```
This then should produce the following output:
```
curl_easy_perform() failed: Out of memory
```