read
Hey, Lazyweb, what’s the status of Python libraries to do Diffie-Hellman digital signature verification?
UPDATE: The lazyweb didn’t help (Boris, geez.), but patience with Google did point me to:
- m2crypto, which has a rich interface to the openssl code, include DH
- turns out the openid libs already package a DH wrapper as well