Process getting locked on Win32

2007-03-22 Thread Rocky S
Hi, I have downloaded & built openssl-0.9.8e.tar.gz on WinXP using VCExpress 2005. Everything builds fine but when I compile & run a program using the library, it remains locked even after it exits. i.e. I can never delete the exe till I reboot the machine For eg. I have the following trivial p

openssl

2007-03-22 Thread Michael Fedor
I setup up openssl on RHEl4.. I configure sendmail... But I need to get a trusted CA.. (The install I used CA.pl).. so they sent me the following four file 1 AddTrustExternalCARoot.crt 2 UTNAddTrustServer_CA.crt 3 NetworkSolutions_CA.crt 4.ther.com.crt How do I make this work I have spent the p

what happens to the IV for aes-128-ecb

2007-03-22 Thread Gabriel Maganis
Hello, I believe using the ECB mode for encryption does not make use of an IV but EVP_EncryptUpdate takes an IV as a parameter. Is passing NULL to it the correct thing to do? i.e. EVP_EncryptUpdate(&ctx, ciphertext, &ctlen, plaintext, ptlen) Thanks

Re: Does openssl support TLS abbreviated handshake?

2007-03-22 Thread Dr. Stephen Henson
On Thu, Mar 22, 2007, Kyle Hamilton wrote: > RFC 4507 ticket-based abbreviated session resumption with no state > stored on the server? I don't believe so. > Well the OP might be referring to standard SSL/TLS session resumption which is sometimes referred to as an "abbreviated handshake". Stev

source code of function i2d_X509()

2007-03-22 Thread LIDA WANG
Could anyone tell me where i can find the source code of function i2d_X509()? thanks a lot. _ Exercise your brain! Try Flexicon. http://games.msn.com/en/flexicon/default.htm?icid=flexicon_hmemailtaglinemarch07 __

Re: Does openssl support TLS abbreviated handshake?

2007-03-22 Thread Kyle Hamilton
RFC 4507 ticket-based abbreviated session resumption with no state stored on the server? I don't believe so. But this is a decent question to ask, I think: What RFCs does OpenSSL implement? -Kyle H On 3/22/07, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote: On Thu, Mar 22, 2007, Bhat, Jayalaksh

RE: Root Certificates dir

2007-03-22 Thread Marek Marcola
Hello, > I asked you last week: > > I have to interface with a client running > > TLS_RSA_WITH_3DES_EDE_CBC_SHA1. For me, it means: > >.. > > Please very my thought is correctly . DH is not involved at all ??? I > > always think that DH have to be involved when using symmetric key. > > Y

openssl smime -enc speed question

2007-03-22 Thread Harald Latzko
Hi! I encrypt files via openssl on commandline using the following command: openssl smime -encrypt -in /tmp/testfile -out /tmp/testfile.enc - nodetach -binary -aes256 -outform DER -engine padlock /tmp/public.pem Since I use the engine "padlock" on a VIA CPU (openssl speed show an enormous s

RE: Root Certificates dir

2007-03-22 Thread Dinh, Thao V CIV NSWCDD, K72
Dr. Steve Thank You very much for your help. I am OpenSSL to OpenSSL, so I can use ephemeral RSA keys. Thank again TD -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dr. Stephen Henson Sent: Thursday, March 22, 2007 10:01 To: openssl-users@openssl.org S

Re: Does openssl support TLS abbreviated handshake?

2007-03-22 Thread Dr. Stephen Henson
On Thu, Mar 22, 2007, Bhat, Jayalakshmi Manjunath wrote: > Hi All, > > I wanted to know if openssl supports TLS abbreviated handshake? > Thanks in advance. > Presumably you mean the one used in session resumption? If so then the answer is yes. Steve. -- Dr Stephen N. Henson. Email, S/MIME and

Re: Root Certificates dir

2007-03-22 Thread Dr. Stephen Henson
On Thu, Mar 22, 2007, Dinh, Thao V CIV NSWCDD, K72 wrote: > > I can not use temporary RSA keys because of: > > >Temporary RSA keys are only used in some export ciphersuites which are > now obsolete. The use of ephemeral > > RSA keys actually violates the standards in that particular > ciphersui

RE: Root Certificates dir

2007-03-22 Thread Dinh, Thao V CIV NSWCDD, K72
Hi Marek: I asked you last week: > I have to interface with a client running > TLS_RSA_WITH_3DES_EDE_CBC_SHA1. For me, it means: >.. > Please very my thought is correctly . DH is not involved at all ??? I > always think that DH have to be involved when using symmetric key. You answered

Re: Does openssl support TLS abbreviated handshake?

2007-03-22 Thread Vincenzo Sciarra
What do you mean for "abbreviated" ? 2007/3/22, Bhat, Jayalakshmi Manjunath <[EMAIL PROTECTED]>: Hi All, I wanted to know if openssl supports TLS abbreviated handshake? Thanks in advance. Regards, Jaya __ OpenSSL Project