RE: Openssl banner

2008-09-05 Thread David Schwartz
> Is there a command I can run to view the openssl banner? Thanks. > Bernie If I understand your question correctly, the answer is to run the OpenSSL command line utility with the parameters 'version -a'. DS __ OpenSSL Projec

Openssl banner

2008-09-05 Thread Brennan, Bernadette
Is there a command I can run to view the openssl banner? Thanks. Bernie > "This email message is for the sole use of the intended > recipient(s) and may contain GDC4S confidential or privileged > information. Any unauthorized review, use, disclosure or distribution > is prohibited. If you

[openssl.org #1739] [PATCH] [openssl 0.9.8c] Using a private key in an engine to timestamp.

2008-09-05 Thread Jorge Munoz Castaner via RT
2008/5/12 Isaias Punktin: > Hi all. > > I have been reading the code of openssl/apps/ts.c and there is no > possible for the TSA to sign using a private key stored in a > token/SmartCard/engine. I think this is interesting because it makes > possible to make a TSA compliant with RFC 3628 ("Re

[openssl.org #1738] New feature request

2008-09-05 Thread James Ding via RT
In openssl/ssl/ssl_sess.c, ssl_get_new_session function These is a callback function to set session ID after session object is initialized. It's is a very good feature but currently only applied to server side. If a client want to reuse a session ID in a cross process scenario (which means se