An open API service indexing awesome lists of open source software.

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

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
```