The problem The scenario was like this: Python code that provides a library and a binary The code is compatible with both Python v2 and
Tag: Python
pyOpenSSL and invalid certificates
I was trying to import some X509v3 certificates that were created with pyOpenSSL to a MikroTik router (RouterOS 6.1) but they were always being imported
Verify that a private key matches a certificate with PyOpenSSL
Verify that a private key matches a certificate using PyOpenSSL and PyCrypto: The idea is to get the modulus from the two DER structures and
DNSSEC key tag (keyid) and DS signature calculation in python
This one took me a considerable amount of hours to figure out so here it is. While trying to automate DNS zone generation I had