extend X509 and PKey object with modulus function
Bug #735449 reported by
Wouter van Bommel
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyOpenSSL |
Confirmed
|
Undecided
|
Wouter van Bommel |
Bug Description
The current X509 and PKey objects lack an interface to the modulus function.
This function can be used to determine if an private key and a public key form a pair
Related branches
To post a comment you must log in.
The attached patch implements the modulus function in both X509 & PKey objects.
Patch is developed against 0.10 release of pyOpenSSL