Package M2Crypto :: Module Engine
[frames] | no frames]

Module Engine



M2Crypto wrapper for OpenSSL ENGINE API.

Pavel Shramov IMEC MSU

Classes
  EngineError
  Engine
Wrapper for ENGINE object.
Functions
 
load_dynamic_engine(id, sopath)
Load and return dymanic engine from sopath and assign id to it
 
load_dynamic()
Load dynamic engine
 
load_openssl()
Load openssl engine
 
cleanup()
If you load any engines, you need to clean up after your application is finished with the engines.