For a long time now I had a very annoying problem with IPv6 under Linux. My setup is as follows: Linux box <-> Switch <->
Installing package build dependencies from a .dsc file (Debian)
There are cases where one needs to install build-dependencies of a .dsc file in Debian. Apparently this is not as trivial as: The easiest way
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
Verifying an SSL certificate with python
This one took me a considerable amount of time and had to figure some parts from scratch. Unfortunately there doesn’t seem to exist an easy
X509v3 Authority Key Identifier pains (authorityKeyIdentifier)
“X509v3 Authority Key Identifier” or “authorityKeyIdentifier” is an X509v3 extension that’s added to X509 certificates and identifies the CA that signed the Certificate. I suppose