aboutsummaryrefslogblamecommitdiff
path: root/security/py-ctypescrypto/pkg-descr
blob: 7c3bbc47a43e62327a49bd6a561947087f3921c3 (plain) (tree)
1
2
3
4
5
6





                                                                                
Most of the existing OpenSSL extensions implement interfaces to particular set
of cryptoalgorthms. This extension takes another approach - it uses
algorithm-agnostic EVP layer whenever possible, and so it support any algorithms
which are supported by the underlying library, even this algorithms are
implemented in the loadable modules (engines). Algorithms which were just added
to the library should be supported too.