Re: [FWD] SSL communication error due to SSL alert 40

2008-01-30 Thread Marek . Marcola
Hello, > We are trying to communicate using https with an airline whose server ip > is 57.60.20.77 wherein the ssl handshake fails stating "SSL alert number > 40". > We have created an self signed certificate and implemented in both sides. > Having googled found that it is failing to negotia

RE: RSA_verify problem

2008-01-30 Thread Marek . Marcola
Hello, > I am still having a problem running RSA_verify which returns 'Data too large > for modulus' errors. If I check the big number value of the 'signatureValue' > and 'Modulus' they are 268628280 and 268628488 respectively which obviously > explains the error I am receiving. Not exactly, mo

Compiling Openssl for Mobile 5 / 6

2008-01-30 Thread Scott Rueter
Hi, I followed the INSTALL.WCE directions. What resulted was the Crypto stuff works fine. The SSL stuff does not seem to hand shake correctly. I am using TLSv1. I am able to load my Cert and private key, but I keep getting a SYS_ERROR_SYSCALL error on the SSL_Connect. As described below from t

Re: About the fips openssl testsuite

2008-01-30 Thread Steve Marquess
施威 wrote: > Hi Openssl FIPS Team: > > I have successfully built the fips openssl on a HPUX box, and did a > "make test", all the cases passed. > but it seems to me that only 2 or 3 fips spicific testcases had been > tested. > so i checked the test/Makefile, and i didnt find any fips specif

RSA verify fails if compiled with -g

2008-01-30 Thread Davide Vernizzi
Hi guys, I was doing some testing and I got this strange behavior: running openssl speed rsa, it fails on rsa verify (follows the log); is it possible it is due to the -g option I compiled OpenSSL with? -- Log -- $ ./openssl speed rsa Doing 512 bit private rsa's for 10s: 27495 512 bit private RS

Will the AES-CCM/GCM patch be integrated in openssl?

2008-01-30 Thread Roger Boden
Hello, Will the IBM patch for AES-CCM and AES-GCM be included in openssl? If so, in what 'branch' can it be expected to be included, 0.9.8, 0.9.9 or something else? And when? Regards Roger _ Trött på krångliga mejladresser? Skaf

Re: OCSP sample

2008-01-30 Thread Bernhard Froehlich
Wockenfuß schrieb: Hi all, I'm looking for some code examples to realise a X.509 certificate verification over OCSP with C++. Is there something to find in the Open SSL package? Or are there other places were I can find something? I would expect such code in the apps/ocsp.c file of the Op

OCSP sample

2008-01-30 Thread Wockenfuß , Frank
Hi all, I'm looking for some code examples to realise a X.509 certificate verification over OCSP with C++. Is there something to find in the Open SSL package? Or are there other places were I can find something? Thanks in advance. Frank Wockenfuß ___

Re: Cipher Suite

2008-01-30 Thread Patrick Patterson
Hi Rajat: On Tuesday 29 January 2008 01:46:39 [EMAIL PROTECTED] wrote: > Hi All, > > ./openssl s_client -connect 192.168.32.164:32001 -no_ssl2 -cipher > DHE-DSS-AES256-SHA -state > > CONNECTED(0004) > SSL_connect:before/connect initialization > SSL_connect:SSLv2/v3 write client hello A > SSL

Cipher Suite

2008-01-30 Thread rajat . k . ray
Hi All, The cipher-spec string - 'HIGH:!ADH:!MD5' when I executed, it gives cipher suites as follows: ./openssl ciphers -v 'HIGH:!ADH:!MD5' 1. DHE-RSA-AES256-SHA SSLv3 Kx=DH Au=RSA Enc=AES(256) Mac=SHA1 2. DHE-DSS-AES256-SHA SSLv3 Kx=DH Au=DSS Enc=AES(256) Mac=SH