??: 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(ses

??: 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发送时间: 2001年9月17日 21:04收件人: [EMAIL PROTECTED]主题: RE: How to load a P12 certificate? Dear YongYue

??: 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   

??: 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发送时间: 2001年9月10日 18:04收件人: [EMAIL PROTECTED]主题: RE: Please Help: Cry

??: 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

??: 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) >       { >  

??: 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