Intro TCP-LP (low priority) is a TCP congestion control algorithm that is meant to be used by TCP connections that don’t want to compete with
Category: Programming
Programming issues
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
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
A fast interpreted language
How can one claim that an interpreted language is fast? Easily. If you implement the language using itself and the resulting interpreter is faster than