Changes between Initial Version and Version 1 of Ticket #2400, comment 4
- Timestamp:
- 2015-04-13T19:43:06Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2400, comment 4
initial v1 5 5 > FWIW, looks like the error in twisted is coming from a method that doesn't directly take `digestAlgorithm` as a parameter--the `"sha256"` argument change in the patch goes into `/usr/lib64/python2.7/site-packages/twisted/internet/_sslverify.py` in the `signCertificateRequest` method just fine (verified via printing statements), but the error is coming from the `load` method, and `signCertificateRequest` doesn't pass `digestAlgorithm` on to `load` as a parameter. Don't really know if that's useful, since I'm not familiar with these packages at all, but it makes sense to me that the patch wouldn't affect this particular error, since the argument doesn't influence the call site of the error. 6 6 > 7 > I wrote the `requestData` parameter to a file, however, and toyed around with it using the system openssl, to avoid any pythonic errors and came up with the following output (`openssl.cnf` attached):7 > I wrote the `requestData` parameter to a file, however, and toyed around with it using the system openssl, to avoid any pythonic errors and came up with the following output (`openssl.cnf` [attachment:openssl.cnf attached]): 8 8 {{{ 9 9 ~ openssl req -noout -text -sha256 -inform der -verify -verbose -modulus -in tahoeReqData