
https://rt.fhr.fraunhofer.de/rt/Ticket/Display.html?id=1301
This is a comment.  It is not sent to the Requestor(s):

Und hier der Patch.
--- sogo-4.0.0.orig/UI/MailPartViewers/UIxMailPartSignedViewer.m
+++ sogo-4.0.0/UI/MailPartViewers/UIxMailPartSignedViewer.m
@@ -170,8 +170,9 @@
       if (err)
         {
           ERR_load_crypto_strings();
+          SSL_load_error_strings();
           sslError = ERR_reason_error_string(err);
-          validationMessage = [[self labelForKey: [NSString stringWithUTF8String: sslError]] retain];
+          validationMessage = [[self labelForKey: [NSString stringWithUTF8String: sslError ? sslError : "(no error information available)"]] retain];
         }
     }
 


