Frage

[ bearbeiten : Ich habe einen Blogpost geschrieben, der alles ausführlich erklärt: Schauen Sie hier ]

hi!

Ich versuche verzweifelt, einen Dienst für vertrauenswürdige Zeitstempel basierend auf RFC3161 aufzubauen.Ich habe mich entschieden, den kostenlosen vertrauenswürdigen Timestamp-Service bei zeitstempel.dfn.de zu nutzen.

Meine Frage ist, wie ich diesen Dienst wenden, um eine gültige Antwort zu erhalten.In Bezug auf das Anforderungsformat erzählt der RFC: generasacodicetagpre.

wo generasacodicetagpre.

Ich habe ein Client , der mir ein wenig geholfen hat.

Trotzdem weiß ich immer noch nicht, wie ich den Antrag auf den Zeitstempeldienst erstellen sollte.

Grüße!

War es hilfreich?

Lösung

I'm glad that you find our software helpful. But you refer to our old service. Please visit www.ntp.org.pl - you'll find there the latest version of timestamping client and a lot of other useful free software related to time topic.

I'm not sure what you want to do. Maybe if you give a few more details, I'd be able to help you better. Anyway, I'll give you some hints, where to find some precious information.

Firs of all, you should look at OpenSSL project: http://www.openssl.org/docs/apps/ts.html# There is an example, how to create TSRequest. The request is stored in file, so you can read it's content. Later, you can send request to the server using this: http://www.openssl.org/docs/apps/tsget.html#

Antoher trick you can do is to install some sniffer (for example Wireshark - www.wireshark.org/ ), start our client from www.ntp.org.pl , send request, then find proper packet in wireshark to see what it contains.

Feel free to ask, if you have some additional questions. Please, give some more information about your service.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top