Ciphersuite

2006-12-11 Thread Vitor Flausino
Hello openssl users. I was ordered to create a public/private key using one of the following ciphersuite: i. CIPHERSUITE SSL_3DES_SHA ii. CIPHERSUITE SSL_DES_SHA iii.CIPHERSUITE SSL_RC4_SHA iv. CIPHERSUITE SSL_RC4_MD5 Can you tell me how to create each one? Which is more sec

TLS on pure-ftl

2006-12-07 Thread Vitor Flausino
Hello all I'm trying to use TLS on pure-ftp. However, I'm unable to establish a secure connection... the debug says [ERROR] SSL/TLS [/etc/ssl/private/pure-ftpd.pem]: error:14094412:SSL routines:SSL3_READ_BYTES:sslv3 alert bad certificate Any ideas? Best regards, -vcf _

SSL_connect error

2006-12-04 Thread Vitor Flausino
Hello all. Recently I installed pure-ftpd with TLS support. However, when I try to connect I get an answer like: Fatal error: SSL_connect: error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag Does any one have an ideia what is this? Where can be the problem? How to solve? Thank yo