I am working on an application which supports generating and signing            
time stamp requests for various documents, with the option to choose            
from a list of services.                                                        
                                                                                
Now if I want to verify a timestamp I have to support the certificate           
chain and thus need to know _which_ TSA signed the certain request. But         
                                                                                
$ openssl ts -reply foo.tsr -text                                               
                                                                                
provides me with several details except which certificate is involved.          
What command is needed to extract this information? Using asn1parse I           
can see the interesting fields, but the output is completely unparsable...      
                                                                                
Stefan                                                                          
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to