Finished timing attack mitigation #39

Merged
Atheros1 merged 2 commits from master into master 2013-02-06 22:29:24 +01:00
Showing only changes of commit a9147bb215 - Show all commits

View File

@ -970,7 +970,7 @@ class receiveDataThread(QThread):
self.emit(SIGNAL("updateStatusBar(PyQt_PyObject)"),statusbar) self.emit(SIGNAL("updateStatusBar(PyQt_PyObject)"),statusbar)
else: else:
printLock.acquire() printLock.acquire()
print 'RSA decryption unsuccessful.' print 'Could not decrypt with any RSA keys if you have any.'
printLock.release() printLock.release()
infile.close() infile.close()
outfile.close() outfile.close()