test mail..plz ignore

2005-02-16 Thread Riaz Rahaman
test mail..please ignore...not receiving mails that i send to openssl -- Thank you, Best Regards Riaz Ur Rahaman __ OpenSSL Project http://www.openssl.org User Support Mailing List

ENGINE implementaion done but facing errors

2005-02-16 Thread Riaz Rahaman
Hi, I am trying to connect using s_client, it works fine for a couple of hours and after that I keep getting this error message. = $ openssl s_client -ssl3 -connect IP_NUMBER:PORT(443) CONNECTED(0003) depth=0 /CN=XYZ 7FDA7830/O=XYZ

What happens if certificate validation failes - what s_client error codes exist?

2005-02-16 Thread Peter Asemann
I was going to write a perl script that updates my ip at dyndns.org using a secure connection, making use of openssl s_client to keep it simple (and to avoid newbie mistakes). I use the -CAfile to point to the Thawte root certificate I got from thawte.com as dyndns.org uses a Thawte-signed

bad record mac in handshake

2005-02-16 Thread javaguest
Hi. I'm trying to implement an EAP-TLS server. Now I can get the TLS handshake start between my server and the client. The problem is that after receiving the change_cipher_spec and the finished message (encrypted) from the client, the ssl object send an alert message (bad record mac). What can

Engine driver for FPGA?

2005-02-16 Thread extabe
Hi everybody. Is there anyone who implemented an engine driver for hardware encryption in an FPGA? The goal is to preform DES and 3DES, and one possible core could be Alliance MC-XIL-DES Data Encryption Standard Engine Core Whitch is the best approach to make this work? //André

undefined symbol _cleanup (binding 1 type 0)

2005-02-16 Thread vijay basav
hi i have configured openssl for vxworks-mipsle with no-shared and no-fips option make was successful . but on the embedded application if i load the , some of the exe files of test directory give the error undefined symbol _cleanup(binding 1 type 0) undefined symbol _exit(binding 1 and type 0)

Re: Engine driver for FPGA?

2005-02-16 Thread Tomas Zeman
Hello Andre, I've found this project: http://www.opencores.org/projects.cgi/web/des/overview It is DES and 3DES implementation fitted to Xylinx Altera fpga; verilog sources tomas On Wednesday 16 of February 2005 14:46, [EMAIL PROTECTED] wrote: Hi everybody. Is there anyone who

Unexpected record when client renegotiates

2005-02-16 Thread Matthias Miller
I am experiencing some problems with OpenSSL renegotiations. The scenario is quite simple: If a server is sending data to the client while the client requests a renegotiation, the client will fail because it encountered an unexpected application data record. I'm unsure whether this is behavior

SSL_CTX_load_verify_locations

2005-02-16 Thread Vijayakumar Kothandaraman
Is there any alternative API for SSL_CTX_load_verify_locations? SSL_CTX_load_verify_location ends up using STDIO calls and i am trying to avoid STDIO calls. I am stuck here and i need yr help to proceed further. Any help is appreicated. Thanks Vijay -Original Message- From: [EMAIL

RE: SSL_CTX_load_verify_locations

2005-02-16 Thread David Schwartz
Is there any alternative API for SSL_CTX_load_verify_locations? SSL_CTX_load_verify_location ends up using STDIO calls and i am trying to avoid STDIO calls. I am stuck here and i need yr help to proceed further. Any help is appreicated. Just add them to the verification tree

Moving openssl servers

2005-02-16 Thread Adrian Chow
Hi, I got a question regarding migrating servers. I have a root CA running openssl. And I want to move it to another server. The current root CA have already create and signed a lot of certificates. My concern is the procedure to take so that when the new server is up and installed with