[no subject]

2008-03-31 Thread rama krishna
Hi all, Iam new to the community.I have a query regarding encyption methods in SSL. Is it possibile to use some custom built encryption algorithm(apart from those it supports) with SSL? If possible, How can we do it? Thanks Ramakrishna.

Can we encrypt audio or video in real time with OpenSSL

2008-03-31 Thread learning openssl
Hello, I am wondering if we can encrypt audio or video in real time with OpenSSL? if so, how much overhead will it create? and how about delay and jitter? Thanks in advance! _ Invite your mail contacts to join your friends list wi

RE: AW: Problems about how to store private key safely

2008-03-31 Thread learning openssl
What do you mean a licence file? is it just a normal file? Could you please explain your idea in more detail? Date: Mon, 31 Mar 2008 12:45:00 -0500 From: [EMAIL PROTECTED] To: openssl-users@openssl.org Subject: Re: AW: Problems about how to store private key safely CC: [EMAIL PROTECTED] How abo

openssl version OpenSSL 0.9.8g 19 Oct 2007

2008-03-31 Thread Gert Cuykens
i am using ubuntu and the following command genpkey isn't available ? openssl rand 1024 > seed openssl dhparam -rand seed 1024 > param.pem openssl genpkey -cipher des3 -paramfile param.pem > key.pem openssl req -new -x509 -key key.pem > ca.pem rm seed rm param.pem _

Re: Salted password generation/digest

2008-03-31 Thread Julius Davies
I don't think Marek is correct. The command-line interface (openssl enc) doesn't use PKCS5_PBKDF2_HMAC_SHA1(). Other parts of the command-line utilities do (e.g. "openssl pkcs8 -topk8 -v2" for encrypting RSA and DSA private keys), but not openssl enc. If you can read Java, here's the algorithm O

Open Source - Cipher Strength scanning tools?

2008-03-31 Thread IEEE Consulting
Hello: Other than using openssl "s_client" and "ciphers", does anyone know-of Open Source scanning tools for UNIX (Solaris/Linux) or Win32 (cygwin, windows, etc..) that will detect key/cert cipher strength? Thanks, RB - OMG, Sweet deal for Yahoo! users/

Re: AW: Problems about how to store private key safely

2008-03-31 Thread Zeddy Chirombe
How about signing, with private key, a licence file, then embed your public key(binary format) in your application and then deploy your application along with the licence file, and never part with your private key - Otherwise if not private anymore. On 3/31/08, Joseph Felten <[EMAIL PROTECTED]>

Re: is TLS-PSK already implemented in opensssl

2008-03-31 Thread Charles Malek
Dear Sekhar, I tried the below suggestion but I got the following error, please help. Best regards, Charles s3_srvr.c: In function 'ssl3_accept': s3_srvr.c:377: erreur: 'SSL_CTX' has no member named 'psk_identity_hint' s3_srvr.c: In function 'ssl3_send_server_key_exchange': s3_srvr.c:1465: erreur

Re: AW: Problems about how to store private key safely

2008-03-31 Thread Joseph Felten
Quoting Emre Binisik <[EMAIL PROTECTED]>: > > -Ursprüngliche Nachricht- > > Von: [EMAIL PROTECTED] [mailto:owner-openssl- > > [EMAIL PROTECTED] Im Auftrag von [EMAIL PROTECTED] > > Gesendet: Samstag, 29. März 2008 20:34 > > An: openssl-users@openssl.org > > Betreff: Re: Problems about how

AW: Problems about how to store private key safely

2008-03-31 Thread Emre Binisik
> -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:owner-openssl- > [EMAIL PROTECTED] Im Auftrag von [EMAIL PROTECTED] > Gesendet: Samstag, 29. März 2008 20:34 > An: openssl-users@openssl.org > Betreff: Re: Problems about how to store private key safely > > Hello, > > [EMAIL PRO

CMS

2008-03-31 Thread Kasi Reddy, Shivashankar Reddy
Hi to all, We are doing signing, compression , encryption using the Openssl API's in C language. Our requirement is we need to envelope the secured data (i.e after signing the data, after compressing the data, and after encrypt the data) as per the CMS. But how this Openssl will support for the