Information regarding data and control channel security

2009-08-27 Thread salini g
Is OpenSSL secures both data and control channel. Could yo please let me know where I can find some reference documents for this. Any help would be appreciated. Thanks, Salini __ OpenSSL Project ht

Re: the format of openssl speed

2009-08-27 Thread loody
Hi: thanks for your help. 2009/8/28 David Schwartz : > > loody wrote: > >> Dear all: >> I measure my cpu's performance with "openssl speed" >> below are the output: >> # openssl speed rsa >> Doing 512 bit private rsa's for 10s: 11828 512 bit private RSA's in 9.83s >> available timing options: TIMES

RE: the format of openssl speed

2009-08-27 Thread David Schwartz
loody wrote: > Dear all: > I measure my cpu's performance with "openssl speed" > below are the output: > # openssl speed rsa > Doing 512 bit private rsa's for 10s: 11828 512 bit private RSA's in 9.83s > available timing options: TIMES TIMEB HZ=100 [sysconf value] > timing function used: times >

the format of openssl speed

2009-08-27 Thread loody
Dear all: I measure my cpu's performance with "openssl speed" below are the output: # openssl speed rsa Doing 512 bit private rsa's for 10s: 11828 512 bit private RSA's in 9.83s available timing options: TIMES TIMEB HZ=100 [sysconf value] timing function used: times signverify

Re: blocking BIO_read

2009-08-27 Thread Ger Hobbelt
On Thu, Aug 27, 2009 at 2:24 PM, Laura Arhire wrote: > Hey > > I'm using the BIO abstraction for reading/writing to sockets - a small part > of the BIO_read method is unclear: For a blocking socket, will the BIO_read > call block until the length provided in the call is filled in the buffer, > or

Re: OpenSSL with Anonymous DH key exchange - sample program available ?

2009-08-27 Thread Ram G
Things are getting clearer as I dig deeper. The book "Network Security with OpenSSL" by John Viega et al has some explanation of how the DH key exchange takes place. With that knowledge, I went through the source code and found that DH_Compute_Key() is being called in s3_clnt.c and s3_srvr.c. So t

Re: add extension to an existing (signed) CA certificate

2009-08-27 Thread Jehan PROCACCIA
Le 26/08/2009 22:16, Patrick Patterson a écrit : Hi there: Ok, then in my case $PREFIX is it_root_ca.crt (PKI public cert) and $CAPREFIX it_root_ca.key (PKI private key) . but here's what I get : [pkiitr...@localhost ~/New_IT_ROOT_CA/pki/ca] $ openssl x509 -set_serial 01 -clrext -extfile

OpenSSL with Anonymous DH key exchange - sample program available ?

2009-08-27 Thread Ram G
Hello, Going through various posts, I have come across references to Bodo Moeller's example code showing SSL communication without certificates and using anonymous DH key exchange. If anybody has that sample, can you please forward it ? I have written a client and server taking help from the samp

FIPS_mode_set failure in FIPS Capable OpenSSL static library

2009-08-27 Thread pankaj227
I am using FIPS object module 1.2 and openssl 0.9.8j on windows. I built fips capable openssl static libraries using these two distributions according to security policy. Call to FIPS_mode_set(1) is failing if I link my application with this static library. Upon further debugging I found that th

blocking BIO_read

2009-08-27 Thread Laura Arhire
Hey I'm using the BIO abstraction for reading/writing to sockets - a small part of the BIO_read method is unclear: For a blocking socket, will the BIO_read call block until the length provided in the call is filled in the buffer, or will it return as soon as it managed to read anything from

Re: .pem certificate loading issue

2009-08-27 Thread Mohan Radhakrishnan
Not it does not look like I need OpenSSL. The following Java command could import the entire chain. keytool -import -alias visaftpsflux -file visacertificateedited.cer -trustcacerts -keystore FSSNABMAPSVISA.jks -storepass password Further testing is required. Mohan On Thu, Aug 27, 2009 at 4:24

Re: .pem certificate loading issue

2009-08-27 Thread Mohan Radhakrishnan
What is the link between the existing key's alias and the alias used while importing the CA-root and sub-root certificates ? The CA-root and sub-root certificates have been imported with new aliases. The old alias throws an error. Thanks, Mohan On Thu, Aug 27, 2009 at 2:35 PM, Mohan Radhakrishna

.pem certificate loading issue

2009-08-27 Thread Mohan Radhakrishnan
I have an ASCII text file with a chain of certificates. I had earlier sent a CSR and got these certificates back from the CA. When I opened the ASCII file I see some text before and after ---BEGIN CERTIFICATE-- and --END CERTIFICATE-- I removed this test because they were file names like CASubroo

Re: add extension to an existing (signed) CA certificate

2009-08-27 Thread Patrick Patterson
Hi there: > > Ok, then in my case $PREFIX is it_root_ca.crt (PKI public cert) and > $CAPREFIX it_root_ca.key (PKI private key) . > but here's what I get : > > [pkiitr...@localhost ~/New_IT_ROOT_CA/pki/ca] > $ openssl x509 -set_serial 01 -clrext -extfile openssl.cnf -days 3650 > -CA it_root_ca.key