RE: website/book

2000-11-28 Thread Yuriy Stul
enSSL Project http://www.openssl.org > Development Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] > Regards, Yuriy Stul, Tashilon Core Technology M

Cipher suite 0x0062, 0x0064?

2000-03-20 Thread Yuriy Stul
Hi there! What is cipher suite 0x0062, 0x0064? What names of these algorithms? Where I can see full list of cipher suites? Thanks in advance. Regards Yuriy Stul, Tashilon Ltd., Core Technology Division Manager <mailto:[EMAIL PROTECTED]> <http://www.tas

Re: Windows NT installation

2000-01-11 Thread Yuriy Stul
Title: Windows NT installation Hello Alex,   try to do next:   In Visual Studio open Tools/Options and choose Directories property. Add path G:\OpenSSL-0.9.4\inc32 (in my settings it is first line!)   In source I use include like next: #include RegardsYuriy Stul

Certificate verification

2000-01-04 Thread Yuriy Stul
something wrong? Thanks in advance. Regards Yuriy Stul <mailto:[EMAIL PROTECTED]> <http://www.tashilon.com> __ OpenSSL Project http://www.openssl.org Development

Where to get list of cipher?

1999-12-25 Thread Yuriy Stul
Hello! Where I can get full list of existing now ciphers with values of effective key size? Thanks in advance. Regards Yuriy Stul <mailto:[EMAIL PROTECTED]> <http://www.tashilon.com> __ Ope

OpenSSL & Server Gated Cryptography

1999-12-07 Thread Yuriy Stul
Hello! Does OpenSSL support Server Gated Cryptography (SGC)? Thanks in advance. Regards Yuriy Stul <mailto:[EMAIL PROTECTED]> <http://www.tashilon.com> __ OpenSSL Project http://www

Twice handshake

1999-07-11 Thread Yuriy Stul
Hi there! Why SSL protocol does two handshake successively (first, initial and then straightway second)? Thanks in advance. Regards Yuriy Stul <mailto:[EMAIL PROTECTED]> <http://www.tashilon.com> __ Ope

Re: SSL chipher list

1999-06-29 Thread Yuriy Stul
Hi! See ssl3.h. Example: "EXP-RC4-MD5" Regards Yuriy Stul <mailto:[EMAIL PROTECTED]> <http://www.tashilon.com> - Original Message - From: Michael Bai <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 30, 1999 00:00 Subject: SSL chipher

Computing "Finished"

1999-06-24 Thread Yuriy Stul
? Thanks in advance. Regards Yuriy Stul <mailto:[EMAIL PROTECTED]> <http://www.tashilon.com> __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL P

Re: about "unsigned char **pp"

1999-05-19 Thread Yuriy Stul
___ > OpenSSL Project http://www.openssl.org > Development Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] > --

RE: BIO_... and standard output

1999-04-19 Thread Yuriy Stul
Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Dr Stephen Henson > Sent: Monday, April 19, 1999 3:01 PM > To: [EMAIL PROTECTED] > Subject: Re: BIO_... and standard output > > > Yuriy Stul wrote: > > > > Dear Vadim, > &

RE: BIO_... and standard output

1999-04-18 Thread Yuriy Stul
riy > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] > Sent: Sunday, April 18, 1999 11:04 PM > To: [EMAIL PROTECTED] > Subject: Re: BIO_... and standard output > > > Yuriy Stul wrote: > > > >

RE: How to get session key?

1999-04-18 Thread Yuriy Stul
; Development Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] > Yuriy Stul <mailto:[EMAIL PROTECTED]> __ OpenSSL Project

BIO_... and standard output

1999-04-18 Thread Yuriy Stul
e standard output stream I have error (memory access...). Thanks in advance. Regards Yuriy Stul Tashilon Ltd. <mailto:[EMAIL PROTECTED]> <http://www.tashilon.com> __ OpenSSL Project

Re: Re(2): Where to get Country list?

1999-04-17 Thread Yuriy Stul
dy écrit: > >[EMAIL PROTECTED],Internet écrit: > >>Hello there. > >> > >> Where I can get country list (abbreviations, 2 character for each > >>country)? > >> > >>Thanks in advance. >

Where to get Country list?

1999-04-15 Thread Yuriy Stul
Hello there. Where I can get country list (abbreviations, 2 character for each country)? Thanks in advance. Regards Yuriy Stul Tashilon Ltd. <mailto:[EMAIL PROTECTED]> <http://www.tashilon.com> __ Ope

How to get session key?

1999-04-14 Thread Yuriy Stul
Hello there. I have apache server. How I can get session key which client used for encryption? Is it possible to write the key to file? Thanks in advance. Regards Yuriy Stul Tashilon Ltd. <mailto:[EMAIL PROTECTED]> <http://www.tas

How to store certificate to Netscape storage?

1999-03-09 Thread Yuriy Stul
Hi all! Is it possible programmatically to store new certificate to Netscape certificate storage (cert7.db)? Thanks in advance. Regards Yuriy Stul Tashilon Ltd. <mailto:[EMAIL PROTECTED]> <http://www.tas

How to create certificate in format .P12?

1999-02-08 Thread Yuriy Stul
Hello everybody! Does anyone know how to create certificate in format .P12 or to convert from PEM or from DER format to .P12 format? -- Regards, Yuriy Stul Tashilon Ltd. Business: <mailto:[EMAIL PROTECTED]> or Home: <mailto:[EMAIL PROTECTED]> <http://www.tas

How programmatically store certificate for Netscape?

1999-02-08 Thread Yuriy Stul
Hello everybody! Does anyone know how and where programmatically to store own certificate for Netscape. With use system call CertAddCertificateContextToStore I stored my certificate to L"Root" system storage and Internet Explorer can see it. But Netscape does not see. -- Regards,

How to set DER format for certificate

1999-02-04 Thread Yuriy Stul
Hello, I use SSLeay for creating certificate. Default file type is PEM format. How I can set the file type on DER format? -- Regards, Yuriy Stul Tashilon Ltd. Business: <mailto:[EMAIL PROTECTED]> or Home: <mailto:[EMAIL PROTECTED]> <http://www.tashilon.com&

Re: [ssl-users] How to update Trust provider list?

1999-02-02 Thread Yuriy Stul
Thank you for reply. I found another one way: I use function CertAddCertificateContextToStore. Erwann ABALEA wrote: > On Tue, 2 Feb 1999, Yuriy Stul wrote: > > > Hi everybody! > > > > Does anyone know how (programmatically) to update Trust provider list > > for

How to update Trust provider list?

1999-02-02 Thread Yuriy Stul
Hi everybody! Does anyone know how (programmatically) to update Trust provider list for Internet Explorer certificate mechanism? -- Regards, Yuriy Stul Tashilon Ltd. <mailto:[EMAIL PROTECTED]> or <mailto:[EMAIL PROTECTED]> <http://www.tashilon.com> ICQ: 29702449 begin:v

Registry & Certificates

1999-01-28 Thread Yuriy Stul
Does anyone know where I can get documentation with description of Registry keys with information about certificates?   Regards, Yuriy Stul, Tashilon Ltd. http://www.tashilon.com

How to add my own certificate?

1999-01-26 Thread Yuriy Stul
Hello everyone! Suppose I created my own certificate. How I may add the certificate to system? -- Regards, Yuriy Stul Tashilon Ltd. begin:vcard n:Stul;Yuriy x-mozilla-html:FALSE url:www.tashilon.com org:Tashilon Ltd. adr:;;22, Mazeh;Tel Aviv;;65213;Israel version:2.1 email;internet:[EMAIL

How to sign certificate?

1999-01-24 Thread Yuriy Stul
Hi everybody! I write a program to create a certificate. Now I have a certificate and I must to sign it. I want to use function X509_SIGN. I have a problem with filling structure EVP_MD. Does anyone know how to do it? Thanks. -- Regards, Yuriy Stul Tashilon Ltd. begin:vcard