« Return to Thread: Assertion error with SSL

Re: Assertion error with SSL

by Peter Gutmann :: Rate this Message:

Reply to Author | View in Thread

"Mathias Spoerr" <mathias@...> writes:
>> Which server are you connecting to?
>
>It's a Cisco 7921 IP phone. When I ignore the Assert, the connection works
>and I get a valid answer for the GET request.

Is it possible to reach this over the Internet, or can you maybe send me the
cert chain that it provides in the SSL handshake?  You can dump the cert
chain to disk by adding:

  DEBUG_DUMP_CERT( "<filename>", localCertChain );
 
to readSSLCertChain() in session/ssl.c after the importCertFromStream() call
(which would be line 878 in the 3.3.2 code).

Peter.

_______________________________________________
Cryptlib mailing list
Cryptlib@... via Mail: cryptlib-request@...
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscribe in order to post messages.

 « Return to Thread: Assertion error with SSL