Difference between revisions of "API"
From OpenSSLWiki
Jump to navigationJump to searchm |
|||
Line 1: | Line 1: | ||
Placeholder for an overview of the OpenSSL API | 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 == | ||
+ | |||
+ | |||
+ | == Python API == | ||
+ | |||
+ | [[:Category:Python Level]] | ||
+ | |||
+ | == PHP API == | ||
+ | |||
+ | [[:Category:PHP Level]] | ||
+ | |||
[[:Category:Crypto API]] | [[:Category:Crypto API]] | ||
[[:Category:Ssl API]] | [[:Category:Ssl API]] |
Revision as of 15:25, 1 April 2013
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.