API
From OpenSSLWiki
Jump to navigationJump to searchPlaceholder 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[edit]
Perl API[edit]
Net::SSLeay[edit]
http://alioth.debian.org/projects/net-ssleay
Python API[edit]
M2Crypto[edit]
http://chandlerproject.org/Projects/MeTooCrypto
PyOpenssl[edit]
https://launchpad.net/pyopenssl
PHP API[edit]
openssl access is natively provided by php by explicitly compiling php with openssl. http://php.net/manual/en/book.openssl.php