« Return to Thread: TSP over https

Re: TSP over https

by Peter Gutmann :: Rate this Message:

Reply to Author | View in Thread

gutyka@... writes:

>Unfortunately I cannot push a timestamp request over https protocol with
>Cryptlib :( If anyone has a sample code or any idea how to start I would be
>realy grateful to read it :)

TSP isn't normally run over HTTPS, if you wanted to do this you'd have to
either write your own network plugin to intercept the TSP traffic and redirect
it into an SSL session (see the manual for details on network-layer plugins)
or adapt the existing network-layering code that allows you to layer a TSP
session over an SSL session, see io/net_trans.c and related files.

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: TSP over https