[FWD] looking for information on generating RSA key

2007-11-26 Thread Lutz Jaenicke
Forwarded to openssl-users for public discussion Best regards, Lutz - Forwarded message from [EMAIL PROTECTED] - To: [EMAIL PROTECTED] Subject: looking for information on generating RSA key From: [EMAIL PROTECTED] Date: Mon, 26 Nov 2007 15:18:08 -0500 Hello, I am a novice OpenSS

Triple-DES encryption and decryption - function: des_ede3_cbc_encrypt

2007-11-26 Thread Ambarish Mitra
// This mail will go with a forcefully attached disclaimer. Please ignore the same. I know that this message will be archived. Hi all, I am using triple-DES to encrypt and decrypt a string. The openssl function that I call is: des_ede3_cbc_encrypt. I set an IV, and 3 keys for this purpose. I have

Re: no ciphers issue

2007-11-26 Thread Jim Bodkikns (CHMS)
Thank you very much. That appeared to be the issue. :) Duncan Berriman wrote: Try OpenSSL_add_all_algorithms(); SSL_load_error_strings(); SSL_library_init(); I seem to remember somewhere in the past having to add the SSL_library_init(); after one upgrade of Fedora when

Problems with Website's Security Certificate

2007-11-26 Thread ProgrammerMP
Configuration: -Apache 2.0.61 -OpenSSL 0.9.8g -Windows Platform Setup: I have installed Apache and OpenSSL on my PC. Everything works. I create a certificate and key using my ip address for Server Name: 10.X.X.X I changed my Apache Configuration to use to listen to port 443 and point to the

Re-negotiation handshake failed: Not accepted by client!?

2007-11-26 Thread Moses Blumenstiel
SSL was working but I wasn't able to access SSL_CLIENT variables (like SSL_CLIENT_S_DN_Email). I added the directive 'SSLVerifyClient optional_no_ca' to my .htaccess file and now the variables are available. However, in IE the page loads normally the first time but after several refreshes I get th

aes128 code??

2007-11-26 Thread Lidia Fernández
Hello all! I have to use aes128 encryption into my program to encrypt a file with a password. To do test, i use a "openssl enc -a -aes128 -in file.txt -out file.enc -pass pass:12345678" command. Now i have to find the code into openssl that does this function. I 'm seeing in enc.c class, b

Re: aes128 code??

2007-11-26 Thread Jordi Jaen Pallares
Hola Lidia, check the book from O'Reilly "Network Programming with OpenSSL". Specially chapter 6 that verses on Symmetric Cryptography. Best regards, Jordi 2007/11/26, Lidia Fernández <[EMAIL PROTECTED]>: > > > Hello all! > > I have to use aes128 encryption into my program to encrypt a file wi

TLS extensions

2007-11-26 Thread Davide Vernizzi
Hi users, I sent this mail to the dev mailing list, but I had no response :(, so I thought I had sent it to the wrong ML. Here I try again... I'm experimenting a little with TLS extensions: I managed to exchange an extension between the client and the server, but I have few questions. First of a

Difference between signing a CSR and a public key with server-side options?

2007-11-26 Thread Richard Hartmann
Hi all, basically, I am wondering if there is a real difference between signing a normal CSR and signing a plain public key while defining the appropriate X509 v3 extensions at sign time. I suspect that there is no difference that would matter from the end user's perspective, but I am far from sur

aes128 code??

2007-11-26 Thread Lidia Fernández
Hello all! I have to use aes128 encryption into my program to encrypt a file with a password. To do test, i use a "openssl enc -a -aes128 -in file.txt -out file.enc -pass pass:12345678" command. Now i have to find the code into openssl that does this function. I 'm seeing in enc.c class, b

about abort from ssl_connect()

2007-11-26 Thread zlgodguy
hi all: i want to use a command to abort from ssl_connect() at once , how to do it? can you help me and give me some suggestions? thanks!!

Re: RE: no ciphers issue

2007-11-26 Thread Victor B. Wagner
On 2007.11.26 at 08:39:37 -, Duncan Berriman wrote: > Try > > OpenSSL_add_all_algorithms(); > SSL_load_error_strings(); > SSL_library_init(); And while you are touching this part anyway, don't forget to add OPENSSL_config(NULL) before OpenSSL_add_all_algorithms. Just in cas

RE: no ciphers issue

2007-11-26 Thread Duncan Berriman
Try OpenSSL_add_all_algorithms(); SSL_load_error_strings(); SSL_library_init(); I seem to remember somewhere in the past having to add the SSL_library_init(); after one upgrade of Fedora when previously it happened implicitly. Duncan > -Original Message- > From:

no ciphers issue

2007-11-26 Thread Jim Bodkikns (CHMS)
I have been using CentOS 3.8 and CentOS 4.5 (a commercial app) and tried CentOS 5.0 and Ubuntu 7.10 (openssl 0.9.8e) and got the message - SSL CTX contains no ciphers on previously functional code. That is a deal killer. Why and what changed? I log this using ERR_print_errors_fp (logfd); 1845

My further testing:

2007-11-26 Thread Arsai
Thank you for your fast replies! To jimmy bahuleyan : Yes I already looked through ulimit -a and tried to increase maximum open files. With no results. To Marek Marcola : > Do you have thread callbacks initialized for pthread functionality ? My thread callback - is static function of ss