The Wayback Machine - https://web.archive.org/web/20201107064046/https://github.com/pypy/pypy-std-ssl
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

PyPy's SSL module

All of the CFFI code is copied from cryptography. Patches were contributed back to cryptography. PyPy vendors it's own copy of the cffi backend thus it renames the compiled shared object to _pypy_openssl.so (cryptography can ship their own cffi backend)

Tests?

Currently this module is tested using CPython's standard library test suite.

Install it into PyPy's source tree

Copy over all the sources into the folder lib_pypy/_cffi_ssl/*. Updating the cffi backend can be simply done by the following command:

$ cp -r <cloned cryptography folder>/src/_cffi_src/* .

Crpytography version

Copied over release version 1.7.2

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.