View Issue Details

IDProjectCategoryView StatusLast Update
0000062Timekoin ServerOperating System Issuepublic2013-04-12 22:04
ReporterKnightMB Assigned ToKnightMB  
PriorityhighSeveritymajorReproducibilityrandom
Status resolvedResolutionfixed 
OSWindows 
Product Version2.35 
Target Version2.36Fixed in Version2.36 
Summary0000062: Windows computers can not get elected by the network
DescriptionWindows OS computers can not get elected for currency generation.
TagsNo tags attached.

Activities

KnightMB

2013-04-12 22:04

administrator   ~0000057

This is due the way the first crypt1 field is being encrypted. The other peers can not decrypt it (and thus fails verification testing and is discarded). The issue seems to happen to certain keys that OpenSSL can not decrypt for.

The solution is to have a double-check during the decryption function. If OpenSSL can not decrypt the data, the built-in RSA code will take over and attempt to decrypt the data instead.

Issue History

Date Modified Username Field Change
2013-04-12 22:03 KnightMB New Issue
2013-04-12 22:03 KnightMB Status new => assigned
2013-04-12 22:03 KnightMB Assigned To => KnightMB
2013-04-12 22:04 KnightMB Note Added: 0000057
2013-04-12 22:04 KnightMB Status assigned => resolved
2013-04-12 22:04 KnightMB Fixed in Version 2.41 => 2.36
2013-04-12 22:04 KnightMB Resolution open => fixed