[openssl-dev] [PATCH] timestamping: add digest algorithm selection during response

2015-01-06 Thread Jean-louis Thekekara
Dear OpenSSL developers, I made an application which tests various digest and public key algorithms for timestamp generation, and I needed to make some changes to OpenSSL codebase. Here is a small contribution which allows to select the digest algorithm used during signature generation. This

Timestamping support

2010-10-17 Thread Martin Boßlet
The documentation still lists the 'openssl ts' command but I couldn't find it in the source code anymore. I wanted to explore the features of OpenSSL recently, so I developed a RFC 3161-conformant timestamp server using OpenSSL based on the PKCS7 support. Some questions regading this: 1. After

Re: Timestamping support

2010-10-17 Thread Dr. Stephen Henson
On Sun, Oct 17, 2010, Martin Bolet wrote: The documentation still lists the 'openssl ts' command but I couldn't find it in the source code anymore. It is in apps/ts.c in OpenSSL 1.0.0 and later. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now

Re: Timestamping support

2010-10-17 Thread Martin Boßlet
Yes, I was looking at 0.9.8o. Still, I quite enjoyed the experience and would be glad to be able to contribute. I looked into the ts app, it does not yet support HTTP transport. Could this be a useful addition? -Martin 2010/10/17 Dr. Stephen Henson st...@openssl.org On Sun, Oct 17, 2010,

Re: Timestamping server

2001-08-15 Thread S.T. Wong
Hi, On Wed, 15 Aug 2001, S.T. Wong wrote: I'm writing a simple timestamping client program to implement the new timestamping draft (15). I'd like to know if there's any timestamping server available for public to test. you mean like http://www.itconsult.co.uk/stamper.htm

Re: Timestamping server

2001-08-15 Thread Peter Sylvester
For example: http://www.edelweb.fr/tsa.html Hello, I'm writing a simple timestamping client program to implement the new timestamping draft (15). I'd like to know if there's any timestamping server available for public to test. Would anyone please help

Timestamping server

2001-08-14 Thread S.T. Wong
Hello, I'm writing a simple timestamping client program to implement the new timestamping draft (15). I'd like to know if there's any timestamping server available for public to test. Would anyone please help? Thanks in advance. Regards, ST Wong -- S.T. Wong

Re: Timestamping server

2001-08-14 Thread Tom Holroyd
On Wed, 15 Aug 2001, S.T. Wong wrote: I'm writing a simple timestamping client program to implement the new timestamping draft (15). I'd like to know if there's any timestamping server available for public to test. you mean like http://www.itconsult.co.uk/stamper.htm

RE: TimeStamping

2001-03-21 Thread Olivier Michiels
Can you tell my where I can find a client application that send a TSA request based on the IETF standard ? Thank you Michiels Olivier -Original Message- From: Peter Sylvester [mailto:[EMAIL PROTECTED]] Sent: mardi 27 février 2001 18:42 To: [EMAIL PROTECTED] Subject: Re: TimeStamping

RE: TimeStamping

2001-03-06 Thread Olivier Michiels
I'm still interrested in your source. Where can I have a look of it ? Michiels Olivier -Original Message- From: Greg Dowd [mailto:[EMAIL PROTECTED]] Sent: jeudi 1 mars 2001 19:54 To: '[EMAIL PROTECTED]' Subject: RE: TimeStamping In our implementation, we defined our own policy OID

RE: TimeStamping

2001-03-06 Thread Olivier Michiels
You talk about others servers and implementations in this page. Do you have a short list of them ? Michiels Olivier -Original Message- From: Peter Sylvester [mailto:[EMAIL PROTECTED]] Sent: mardi 27 février 2001 18:42 To: [EMAIL PROTECTED] Subject: Re: TimeStamping There are several

RE: TimeStamping

2001-03-02 Thread Olivier Michiels
Yes, I'm interrested with the source. Thank you very mush. Michiels Olivier -Original Message- From: Greg Dowd [mailto:[EMAIL PROTECTED]] Sent: jeudi 1 mars 2001 19:54 To: '[EMAIL PROTECTED]' Subject: RE: TimeStamping In our implementation, we defined our own policy OID under our

RE: TimeStamping

2001-03-01 Thread Olivier Michiels
Not really, I'm searching a kind of patch that I will use with Openssl. Michiels Olivier -Original Message- From: Greg Stark [mailto:[EMAIL PROTECTED]] Sent: mardi 27 fvrier 2001 17:33 To: [EMAIL PROTECTED] Subject: Re: TimeStamping Is www.time.gov good enough? --Greg Stark ([EMAIL

RE: TimeStamping

2001-03-01 Thread Greg Dowd
the source, let me know. -Original Message- From: Olivier Michiels [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 11:53 PM To: '[EMAIL PROTECTED]' Subject: RE: TimeStamping Thanks for your help. I'm new with Openssl and TimeStamping. How did you define the TSAPolicyId

Re: TimeStamping

2001-02-28 Thread Raffaello
Olivier, we have our experimental Timestamping based on the lastest draft of TSP, For Instruction: http://195.223.2.6:8080 For HTTP test: http://195.223.2.6:8080/timestamp For TCP test : tcp at 195.223.2.6, port 3318 You are welcome to test it. We

RE: TimeStamping

2001-02-28 Thread Olivier Michiels
Thanks for your help. I'm new with Openssl and TimeStamping. How did you define the TSAPolicyId. It's a ANS1_OBJECT but what is the OID of this object ? Michiels Olivier -Original Message- From: Peter Sylvester [mailto:[EMAIL PROTECTED]] Sent: mardi 27 février 2001 18:42 To: [EMAIL

TimeStamping

2001-02-27 Thread Olivier Michiels
Hi, is somebody have an implementation of the TimeStamping ? __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager

Re: TimeStamping

2001-02-27 Thread Greg Stark
Is www.time.gov good enough? --Greg Stark ([EMAIL PROTECTED]) - Original Message - From: "Olivier Michiels" [EMAIL PROTECTED] To: "Openssl-Dev (E-mail)" [EMAIL PROTECTED] Sent: Tuesday, February 27, 2001 10:21 AM Subject: TimeStamping Hi, is somebody ha

Re: Timestamping

2000-07-21 Thread Jean-Marc Desperrier
Andrey Romanov wrote: I am looking for information about timestamping in general (Any standards existing?) and how to implement it using OpenSSL library. So far I am were not able to find anything, even about MS Authenticode implementation details. Read the TSP (http://www.ietf.org/internet

Re: Timestamping service

2000-06-19 Thread Holger Reif
BTW Does anybody know how the MS Authenticode Timestamping Service provided by Verisign works? Manuel Mollar schrieb: Hi, We have developed an experimental Timestamping service based entirely on SMIME. It includes a timestamping service of web objects, that perhaps someone will find

Re: Timestamping service

2000-06-19 Thread Dr Stephen Henson
Holger Reif wrote: BTW Does anybody know how the MS Authenticode Timestamping Service provided by Verisign works? Yes. You feed it a DER encoded simple structure which does little more than wrap a signature and you get back a PKCS#7 signed data structure for use in a countersignature

Re: Timestamping service

2000-06-16 Thread Peter Sylvester
Hi, We have developed an experimental Timestamping service based entirely on SMIME. It includes a timestamping service of web objects, that perhaps someone will find useful. Main URL: http://ca.nisu.org/ Timestamp URL: http://ca.nisu.org/TE/ I had mentioned in a small presentation

Timestamping service

2000-06-15 Thread Manuel Mollar
Hi, We have developed an experimental Timestamping service based entirely on SMIME. It includes a timestamping service of web objects, that perhaps someone will find useful. Main URL: http://ca.nisu.org/ Timestamp URL: http://ca.nisu.org/TE/ -- Manuel Mollar Prof. T.E.U., Dep. Informática