??: NT Services

2001-11-11 Thread YONG.YUE
i think using ATL COM is not necessary , u just need build a normal windows service. be careful of memory leak.:) -ÔʼÓʼþ-·¢¼þÈË: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]´ú±í Anthony Chau·¢ËÍʱ¼ä: 2001Äê11ÔÂ10ÈÕ 13:23ÊÕ¼þÈË: [EMAIL PROTECTED]Ö÷Ìâ: NT Services

??: d2i_SSL_SESSION problem

2001-11-01 Thread YONG.YUE
n client side // store ssl session info to buf if(session) { nsessionLen = i2d_SSL_SESSION(session, NULL); // if(nsessionLen 0) { unsigned char* p = NULL; sessionbuf = (unsigned char*)OPENSSL_malloc(nsessionLen); p = sessionbuf; i2d_SSL_SESSION(session, p); } } // restore session

??: How to load a P12 certificate?

2001-09-19 Thread YONG.YUE
Title: ??: How to load a P12 certificate? OpenSSL_add_all_algorithms();

??: How to load a P12 certificate?

2001-09-17 Thread YONG.YUE
Title: ??: How to load a P12 certificate? i think u should initialize the openssl lib first.. --: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Jordan C N Chong: 2001917 21:04: [EMAIL PROTECTED]: RE: How to load a P12 certificate? Dear YongYue I am sorry to

??: How to load a P12 certificate?

2001-09-13 Thread YONG.YUE
Title: ??: How to load a P12 certificate? just refer to this code // new bio mem area m_biopkcs12 = BIO_new_file(szpkcsfile, rb); if(m_biopkcs12 == NULL) { bError = false; goto finish; } // parse pkcs12 m_pkcs12 = d2i_PKCS12_bio(m_biopkcs12, NULL); if(m_pkcs12 == NULL) {

??: Please Help: Crypto library with Visual C++

2001-09-10 Thread YONG.YUE
Title: ??: Please Help: Crypto library with Visual C++ i think all necessary files for your application is as follows: openssl-0.9.6a/out32dll/ : ssleay32.dll libeay32.dll ssleay32.lib libeay32.rls openssl-0.9.6a/inc32/openssl - this directory contains all head files needed you

??: Please Help: Crypto library with Visual C++

2001-09-10 Thread YONG.YUE
Title: ??: Please Help: Crypto library with Visual C++ u can follow this link: http://www.openssl.org/docs/crypto/BIO_f_base64.html# --: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Jordan C N Chong: 2001910 18:04: [EMAIL PROTECTED]: RE: Please Help: Crypto library with

??: Session Resumption.. d2i_SSL_SESSION() function..

2001-08-29 Thread YONG.YUE
Title: ??: Session Resumption.. d2i_SSL_SESSION() function.. n client side // store ssl session info to buf if(session) { nsessionLen = i2d_SSL_SESSION(session, NULL); // if(nsessionLen 0) { unsigned char* p = NULL; sessionbuf = (unsigned

??: help Me

2001-04-23 Thread YONG.YUE
Title: ??: help Me I THINK u can compile it under win2000 see doc install.w32 good luck -ԭʼÓʼþ- ·¢¼þÈË: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]´ú±í Ali Seifi ·¢ËÍʱ¼ä: 2001Äê4ÔÂ15ÈÕ 23:11 ÊÕ¼þÈË: [EMAIL PROTECTED] Ö÷Ìâ: help Me Dear Sir/Madam, Hello I find your OpenSSL