Search found 8 matches

by totorcalais
Sat Dec 19, 2020 11:15 pm
Forum: Coding Questions
Topic: CURL EXPERTS?
Replies: 13
Views: 2460

Re: CURL EXPERTS?

Great!

Very interesting.

Thank you for your help.
by totorcalais
Thu Dec 17, 2020 11:20 pm
Forum: Coding Questions
Topic: CURL EXPERTS?
Replies: 13
Views: 2460

Re: CURL EXPERTS?

VERY NICE! :!: :!: :!:
I'm going to take the time to analyze your code to better understand what's going on.

It's really nice to have taken your time to solve this problem on which I was blocking for several days. :oops:
by totorcalais
Thu Dec 17, 2020 5:07 pm
Forum: Coding Questions
Topic: CURL EXPERTS?
Replies: 13
Views: 2460

Re: CURL EXPERTS?

Yes, its true.
Thanks

Is now a good tsr file right.

With a runprogram, the hardest part is playing with the parameters that contain "" and "";)

Curl is in native windows10 but i have to install openssl windows for use my project.

I would have liked to find a more embedded solution. But I know ...
by totorcalais
Thu Dec 17, 2020 2:40 pm
Forum: Coding Questions
Topic: CURL EXPERTS?
Replies: 13
Views: 2460

Re: CURL EXPERTS?

In fact, i need to use this (information on freetsa.org) :

Create a tsq (TimeStampRequest) file, which contains a hash of the file you want to sign.

$ openssl ts -query -data file.png -no_nonce -sha512 -cert -out file.tsq

Send the TimeStampRequest to freeTSA.org and receive a tsr ...
by totorcalais
Wed Dec 16, 2020 6:06 pm
Forum: Coding Questions
Topic: CURL EXPERTS?
Replies: 13
Views: 2460

CURL EXPERTS?

Hello,

I have this curls commands to use with curlib.pbi :

curl -H "Content-Type: application/timestamp-query" --data-binary '@file.tsq' https://freetsa.org/tsr > file.tsr

This code allow to find a certified timestamp from the freetsa.org site...

I'm trying to understand the curl logic but I ...
by totorcalais
Wed Dec 16, 2020 12:25 am
Forum: Applications - Feedback and Discussion
Topic: [Module] pbPDF-Module
Replies: 145
Views: 117899

Re: [Module] pbPDF-Module

Hello,

Its possible to make a pdf with Digital Signature Timestamping (TSA) ?
by totorcalais
Mon Dec 14, 2020 12:57 pm
Forum: Coding Questions
Topic: recovery of a timestamp with purebasic and pdfmodule?
Replies: 0
Views: 859

recovery of a timestamp with purebasic and pdfmodule?

Hello,

Before going on some ultimately unsuccessful programmatic research, I wanted to know if anyone has ever tested retrieving timestamp (certified timestamp) like RFC 3161 with Purebasic?

Indeed, I would like to certify by timestamp the output of a document that I generate in Pdf via purepdf ...