Hi All,

I am working on an extension to OpenSSL that implements the Time Stamp
protocol as specified in RFC 3161 and it reached a quite stable state to
make it available to the public. If you are interested you can find the
patch for openssl-engine-0.9.6d, installation instructions and manual at
this URL:
http://glozik-zoltan.int.eu.org/tsa/

Implemented features:
- A new 'ts' command was added through which the time stamping functionality
can be accessed.
- You can create a new DER encoded time stamp request (TimeStampReq) based
on a data file. All the hash algorithms supported by OpenSSL can be used for
creating the message imprint.
- You can generate a DER encoded signed time stamp response (SignedData)
based on a time stamp request.
- A time stamp response can be validated against a time stamp request.

New features I am still working on:
- A module for Apache which would make use of OpenSSL and would act as a
Time Stamp Authority, accessible over either HTTP or HTTPS.
- An HTTP and HTTPS command-line driven time stamp client.

If you want to test or use the code your questions, feedback and bug reports
are very welcomed.

Best Regards,
Zoltan Glozik


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to