Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 660 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 660 Bytes

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