HMAC-128

2004-11-23 Thread Elie Lalo
that I am using is openssl-0.9.7d. Thanks, Elie Elie Lalo Senior Software Engineer Desktop Technologies Group 1414 Mass Avenue Boxborough, MA 01719 Cisco Systems, Inc. Tel : (978)936-1160 Fax: (978)936-2212 Url : www.cisco.com

Question about extension of a certificate

2004-10-20 Thread Elie Lalo
Hi All, Is it necessary to call a certificate with extension of .0? For example, if we have a certificate of type PEM, is it ok to name it certificate.pem or we have to name it certificatepem.0? I am using openssl-0.9.7d Thanks in advance for the help. Elie Elie Lalo Senior Software Engineer

Re: Question about extension of a certificate

2004-10-20 Thread Elie Lalo
.0? Hi All, Is it necessary to call a certificate with extension of .0? For example, if we have a certificate of type PEM, is it ok to name it certificate.pem or we have to name it certificatepem.0? I am using openssl-0.9.7d Thanks in advance for the help. Elie Elie Lalo Senior Software Engineer

RE: TLS and TOS

2004-06-18 Thread Elie Lalo
with the registry to override the default behaviour. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Elie Lalo Sent: Thursday, June 17, 2004 11:16 AM To: [EMAIL PROTECTED] Subject: Re: TLS and TOS Mike, I just wanted to let you know that I tried it on W2k Pro

Re: TLS and TOS

2004-06-17 Thread Elie Lalo
. For example: int result = setsockopt(m_hSocket, IPPROTO_IP, IP_TOS, (char *)ucTOS, 1); if (SOCKET_ERROR == result) { error(); } else ... Thanks, Elie Elie Lalo Senior Software Engineer Desktop Technologies Group 1414 Mass Avenue Boxborough, MA 01719 Cisco Systems, Inc. Tel

TLS and firewall

2004-06-16 Thread Elie Lalo
. Elie Elie Lalo Senior Software Engineer Desktop Technologies Group 1414 Mass Avenue Boxborough, MA 01719 Cisco Systems, Inc. Tel : (978)936-1160 Fax: (978)936-2212 Url : www.cisco.com __ OpenSSL Project

TLS and TOS

2004-06-16 Thread Elie Lalo
Elie Lalo Senior Software Engineer Desktop Technologies Group 1414 Mass Avenue Boxborough, MA 01719 Cisco Systems, Inc. Tel : (978)936-1160 Fax: (978)936-2212 Url : www.cisco.com

Re: TLS and TOS

2004-06-16 Thread Elie Lalo
enable IP_TOS using OpenSSL (if it can be done)? I know how to do it using regular/non secure socket. For example: int result = setsockopt(m_hSocket, IPPROTO_IP, IP_TOS, (char *)ucTOS, 1); if (SOCKET_ERROR == result) { error(); } else ... Thanks, Elie Elie Lalo Senior Software

parsing SSL/TLS packet

2004-06-07 Thread Elie Lalo
to find out the length of a packet (for example reading a header first and then read the rest of the packet) or am I way off? Thank you in advance for your help. Elie Elie Lalo Senior Software Engineer Desktop Technologies Group 1414 Mass Avenue Boxborough, MA 01719 Cisco Systems, Inc. Tel : (978

RE: parsing SSL/TLS packet

2004-06-07 Thread Elie Lalo
either. Look at the BIO-pair example code. DS __ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED] Elie Lalo Senior Software Engineer Desktop

RE: parsing SSL/TLS packet

2004-06-07 Thread Elie Lalo
__ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED] Elie Lalo Senior Software Engineer Desktop Technologies

OpenSSL with Java?

2004-04-28 Thread Elie Lalo
Hi, I know that OpenSSL supports both windows and Unix, and it is used from C and C++ programs. My question is the following: Can we use OpenSSL from Java programs as well ( I am a new OpenSSL user)? I am planning on using OpenSSL on Linux and Windows OS, C++ and Java programs. Thanks Elie Elie