[Fwd: a new version of the 4th edition of x.509]

2001-02-27 Thread Rich Salz
As usual, once the standard is approved and published, then it is only available for purchase. Hoyt makes the pre-publication 'drafts' available as a (great) service to the community. Any reason for him not to post these notices here as well? "Hoyt L. Kesterson II" wrote: hello all

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 have an implementation of the

About encrypted key on WIN32

2001-02-27 Thread k-yoshiyama
I need to decrypt an encrypted key on WIN32. The following two lines are the command lines to decrypt the key: openssl enc -a -d | openssl rsautl -inkey [PUBLIC Key] -verify -certin openssl enc -des3 -k [Secret Key] -a However, I don't know how to create the above command lines using functions