Skip to content

openFrameworks addon wrapping libcURL with support for SSL requests using openSSL

Notifications You must be signed in to change notification settings

CLOUDS-Interactive-Documentary/ofxSSL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxSSL

openFrameworks addon wrapping libcURL with support for SSL requests using openSSL.

openSSL libraries are now included with openFrameworks by default.

Curl binaries for OSX are included in this package.

For linux, make sure you have the following package installed:

apt-get install libcurl4-openssl-dev

BasicExample project makes three curl requests, the second of which is over SSL. The third demonstates file upload via form over SSL (to google's speech to text api).

About

openFrameworks addon wrapping libcURL with support for SSL requests using openSSL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.7%
  • C++ 3.0%
  • CMake 2.1%
  • Makefile 0.2%