Hello, experts! A have a task to verify cms message with openssl command line, the operation is: *openssl smime -verify -in [fileName] -inform der -noverify -out [outputFileName]* (noverify argument is because i have a problem with root cert and now i need to solve first problem - verify digital signature). Output in console window is "/verify successfull/" but output file contain incorrect something (i try to gain this something by using different encoding, but it is something other). Powershell log to file doesn't contain strings of result of this operation, in Linux (using bash console) problem is the same. Trying to view the output data in messagebox in my small test c# application finish by showing nothing in text field of messagebox. Maybe output of this operation is not text string, but something else. Is anybody had this problem or have some thinking or advice to solve?
-- View this message in context: http://openssl.6102.n7.nabble.com/Output-of-openssl-smime-verify-operation-in-cmd-console-is-incorrect-tp42646.html Sent from the OpenSSL - User mailing list archive at Nabble.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org