ASN1 implicit/explicit tagging

2003-11-14 Thread Pierre De Boeck
OPTIONAL), it seems that it is the verImpl.txt that is correct since IMPLICIT tagging is used. Am I correct? Pierre De Boeck Sr System Engineer Cipherquest email:[EMAIL PROTECTED] BEGIN:VCARD VERSION:2.1 N:De Boeck;Pierre FN:Cipherquest ORG:Cipherquest TITLE:Sr System Engineer TEL;WORK;VOICE:+352

RE: ASN1 implicit/explicit tagging

2003-11-14 Thread Pierre De Boeck
: ASN1 implicit/explicit tagging On Fri, Nov 14, 2003, Pierre De Boeck wrote: Hi all, I have 2 versions of a DER-encoded pkcs7-enveloped-data and I would like to know which one is correct: I have attached their printable parsed form and they only differ in one point, namely

[no subject]

2003-10-23 Thread Pierre De Boeck
Hi all, I just try to recompile my openssl applications with the 0.9.7c and the PKCS12_decrypt_d2i function no longer exist. I can use my own decrypt/d2i function but I would prefer to use what OpenSSL provides as a replacement, if any. Any idea? Pierre De Boeck Sr System Engineer

RE: your mail

2003-10-23 Thread Pierre De Boeck
Ok, thanks a lot. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dr. Stephen Henson Sent: Thursday, October 23, 2003 10:08 PM To: [EMAIL PROTECTED] Subject: Re: your mail On Thu, Oct 23, 2003, Pierre De Boeck wrote: Hi all, I just try

RE: SSL connect fails

2000-05-23 Thread Pierre De Boeck
ror()); goto end; } if(!res0){ res=E_FRMXCSLIB_SOCKET_TIMEOUT; goto end; } } Log(I_SSLLIB_CLT_GENINFO,"CSocketConnClientSsl::SslConnect","End"); end: return res; } Pierre De Boec

private key in W2k

2000-05-16 Thread Pierre De Boeck
and it seems that the location has changed. Any idea of the new location? Pierre De Boeck Sr System Engineer Mission Critical (Belgium) Phone: +32 2 757 10 15 Fax: +32 2 759 276 0 email: [EMAIL PROTECTED

RE: Compilation problems with VC++ V6...

1999-10-08 Thread Pierre De Boeck
Title: Compilation problems with VC++ V6... I used for a long time OpenSsl (since SslEay 0.5) and mixed it with MS VC++, ATL, MFC and STL.. I also make an exetensive use of C++ domain name to partion my numerous libraries. For the first of your problems, I just renamed the symbol in

SSL_OP_NETSCAPE_CA_DN_BUG

1999-07-01 Thread Pierre De Boeck
the server detect that the client is Netscape or IE at the handshake-time, namely before any application traffic (HTTP in that case) is sent. Pierre De Boeck Sr System Engineer Mission Critical (Belgium) Phone: +32 2 757 10 15 Fax: +32 2 759 276 0 email: [EMAIL PROTECTED

FW: Benchmark

1999-06-04 Thread Pierre De Boeck
Sorry for my question. The "speed" argument for the openssl exe is all what I need. -Original Message----- From: Pierre De Boeck [mailto:[EMAIL PROTECTED]] Sent: Friday, June 04, 1999 2:01 PM To: Ssl-users; Ssl-dev Subject: Benchmark Hi all, Where can I find

Benchmark

1999-06-04 Thread Pierre De Boeck
Hi all, Where can I find a program that compute benchmark time for the ciphers, digests and public key alg of OpenSSL (I use the 0.9.3a version). In other words, I would like to compute the kind of results that I can find in the times directory. Pierre De Boeck Sr System

PKI extension AuthorityKeyIdentifier and SslEay

1999-02-05 Thread Pierre De Boeck
/decoding). Otherwise I can implement it myself but I hate reinvent the wheel. Pierre De Boeck Sr System Engineer Mission Critical (Belgium) Phone: +32 2 757 10 15 Fax: +32 2 759 276 0 email: [EMAIL PROTECTED

RE: [ssl-users] How to set DER format for certificate

1999-02-04 Thread Pierre De Boeck
You can use all the d2i_xxx and i2d_xxx to perform DER decoding/encoding of ASN1 objects. The i2d stands for internal (C structures) to DER form. For example, i2d_X509() DER-encode a X509 certificate. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of