Re: do i need a dedicated ip address for https?

2010-12-22 Thread Badra
rd something about a change to the SSL protocol which would allow > sending of the hostname during SSL negotiation, but I have no > references. Plus any such change would require years or decades to > propogate throughout all clients on the Internet. > RFC 3466 Regards Badra > >

Re: Is there a place that describes the cipher choices for TLSv1 in more detail?

2009-03-27 Thread Badra
dy point me to where these are defined? Most of them are defined in RFC 5246 >Is there any benefit of one over the other? for PFS, usually we use DHE, but DH is more expensive (execution time) than RSA Best regards, Badra

Call for development with OpenSSL

2009-02-02 Thread Mohamad Badra
Dear all, I am looking for people to develop some features using OpenSSL. Interested people are kindly invited to contact me off-line. Best regards, Badra __ OpenSSL Project http

Convert binary to hexadecimal, and string storing hexadecimal to hexadecimal

2008-04-21 Thread Badra
[i+1] >= 'a' && s[i+1] <= 'f') { t1=s[i+1] - 'a' +10; } s[i/2] = (unsigned char) ((t1 << 4) + t2); } I have also unsigned char B that stores a binary value. I need to convert it to hexadecimal, I do: char *ta

Re: Hash input and output

2008-04-15 Thread Badra
Hi Marek, I arrived to do inner/outer hash with success. Next step: store binary result into char static :) Best regards On Mon, Apr 14, 2008 at 5:42 PM, Badra <[EMAIL PROTECTED]> wrote: > Hi Marek, > > > > > m1 has binary data, not string. > > This data may h

Re: Hash input and output

2008-04-15 Thread Badra
//outer hash memcpy(block, innerhash, sizeof(innerhash)); memcpy(blockin, label, strlen(label)); SHA_Init(&outer); SHA1_Update(&outer, block, 20); SHA1_Update(&inner, blockin, sizeof(blockin)); SHA1_Final(innerhash, &outer); Best regards, Badra __

Re: Hash input and output

2008-04-12 Thread Badra
> -- > Marek Marcola <[EMAIL PROTECTED]> > > __ > OpenSSL Project http://www.openssl.org > User Support Mailing Listopenssl-users@openssl.org > Automate

Hash input and output

2008-04-11 Thread Badra
gards, -- Badra __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]

Re: openssl performance

2008-04-04 Thread Badra
> __ > > OpenSSL Project http://www.openssl.org > > User Support Mailing Listopenssl-users@openssl.org > > Automated List Manager [EMAIL PROTECTED] > > > > -- Badra

Re: SSL specification -reg

2008-02-08 Thread Mohamad Badra
Try this: http://wp.netscape.com/eng/ssl3/ Then click on previous draft of the SSL 3.0 Specification or on most recent Draft SSL 3.0 specification. Best regards, Badra Thanaraj, Udayakumar (STSD-OpenVMS) a écrit : Hi, Where can I find specifications or rfcs for SSL. I came to know that the

Re: books about ssl handshake?

2007-09-10 Thread badra
Hi Koza, You have two good books: Eric Rescorla, SSL and TLS, Designing and Building Secure Systems, Addison Wesley, 2001. John Viega, Matt Messier, Pravir Chandra Network Security with OpenSSL Cryptography for Secure Communications Best regards, Badra > Hi, > > Can you recommend

infinate loop with DTLS

2007-04-04 Thread badra
Dear all, I get a problem in reading and writing a buffer longer than 1500 octets when using DTLS. There is any message error, but when I call SSL_write or SSL_read, the client enter in an infinate loop. Any suggestion please? Best regards, Badra

Re: Question about Diffie-Hellma

2007-03-02 Thread badra
ral DH, we need to use a (RSA or DSS) certificate. So the DHE is for key establishment, and RSA signature is to authenticate the DHE key to avoid man in the middle attack. Best regards, Badra -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Xiaoyu Ruan Sent