bdisk/bdisk/SSL.py

5 lines
250 B
Python
Raw Normal View History

2018-05-09 03:27:58 -04:00
import OpenSSL
2018-05-18 08:13:46 -04:00
# https://cryptography.io/en/latest/x509/reference/#cryptography.x509.CertificateBuilder.sign
# migrate old functions of bSSL to use cryptography
# but still waiting on their recpipes.
# https://cryptography.io/en/latest/x509/tutorial/