API

From OpenSSLWiki
Revision as of 15:55, 1 April 2013 by Philippe lhardy (talk | contribs) (→‎C API)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Placeholder for an overview of the OpenSSL API

Some languages comes with openssl wrapper to provide openssl acces within native. Whole Openssl library API is in 'C' ie you need to compile with C headers and link with libraries.

C API

Libcrypto API Libssl API

Category:C level

Perl API

Net::SSLeay

http://alioth.debian.org/projects/net-ssleay

Category:Perl level

Python API

M2Crypto

http://chandlerproject.org/Projects/MeTooCrypto

PyOpenssl

https://launchpad.net/pyopenssl

Category:Python level

PHP API

openssl access is natively provided by php by explicitly compiling php with openssl. http://php.net/manual/en/book.openssl.php

Category:PHP level


Category:Crypto API Category:Ssl API